minor documentation work
This commit is contained in:
parent
c2e8eb2ccc
commit
9f54deaff7
|
@ -13,6 +13,9 @@ import javax.persistence.PersistenceException;
|
||||||
import static org.hamcrest.MatcherAssert.assertThat;
|
import static org.hamcrest.MatcherAssert.assertThat;
|
||||||
import static org.hamcrest.core.IsEqual.equalTo;
|
import static org.hamcrest.core.IsEqual.equalTo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Configured in: immutable.cfg.xml
|
||||||
|
*/
|
||||||
public class HibernateImmutableIntegrationTest {
|
public class HibernateImmutableIntegrationTest {
|
||||||
|
|
||||||
private static Session session;
|
private static Session session;
|
||||||
|
|
|
@ -17,6 +17,9 @@ import com.baeldung.hibernate.manytomany.util.HibernateUtil;
|
||||||
import com.baeldung.hibernate.manytomany.model.Employee;
|
import com.baeldung.hibernate.manytomany.model.Employee;
|
||||||
import com.baeldung.hibernate.manytomany.model.Project;
|
import com.baeldung.hibernate.manytomany.model.Project;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Configured in: manytomany.cfg.xml
|
||||||
|
*/
|
||||||
public class HibernateManyToManyAnnotationMainIntegrationTest {
|
public class HibernateManyToManyAnnotationMainIntegrationTest {
|
||||||
private static SessionFactory sessionFactory;
|
private static SessionFactory sessionFactory;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue