Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan
This commit is contained in:
parent
34b1a35afb
commit
5f2ea49926
|
@ -19,7 +19,7 @@ import org.junit.Test;
|
|||
|
||||
import javax.annotation.PostConstruct;
|
||||
|
||||
public class LazyCollectionTest {
|
||||
public class LazyCollectionIntegrationTest {
|
||||
|
||||
private static SessionFactory sessionFactory;
|
||||
|
Loading…
Reference in New Issue