Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan

This commit is contained in:
AbdallahSawan 2021-02-16 11:31:04 +02:00
parent 13b16b915a
commit 34b1a35afb

View File

@ -19,7 +19,7 @@ import org.junit.Test;
import javax.annotation.PostConstruct; import javax.annotation.PostConstruct;
public class LazyCollectionTests { public class LazyCollectionTest {
private static SessionFactory sessionFactory; private static SessionFactory sessionFactory;