Move hbm files to resources folder

This commit is contained in:
Grzegorz Piwowarek
2016-08-10 11:48:21 +02:00
parent ee0e14e590
commit da2ef4f4e7
7 changed files with 0 additions and 78 deletions

View File

@@ -1,11 +0,0 @@
package com.baeldung.hibernate.criteria;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({ HibernateCriteriaTest.class })
public class HibernateCriteriaTestSuite {
}