Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan

This commit is contained in:
AbdallahSawan
2021-02-16 11:41:27 +02:00
parent b82463a08a
commit 5abc1e49fb

View File

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