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 34b1a35afb
commit 5f2ea49926
1 changed files with 1 additions and 1 deletions

View File

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