Internal Website Search
1-3 of 3 resultsJPA Tutorials application that should be deployed in a Java EE 6 container: Java EE 6 ( J2EE ) Web Tutorial | |
@OneToMany(fetch = FetchType.LAZY) list is always null Hello. @OneToMany(fetch = FetchType.LAZY) doesn't work when using EJB or something else related to J2EE . parent.getChildren() returns null. Here is a simple example: Bean: @Named("test") @RequestScoped public class TestBean { private String mode; @PersistenceContext(unitName = "my-pu") private | |
Web Application Tutorial A tutorial that demonstrates how to use ObjectDB in a web application should be written and added to the Tutorials section. support Support The following web tutorials are now available: JPA Web Application in Eclipse JPA Web Application in NetBeans Java EE 6 ( J2EE ) in Eclipse Java EE 6 ( J2EE ) in NetBeans support Support |