EclipseLink delivers a comprehensive open-source Java persistence solution.
I'm trying to parse some XML with EclipseLink MOXy, and it's failing on the line with the xsi attribute. If …
java xml jaxb eclipselink moxyI have a JAX-RS webservice (Jersey) that is a CRUD interface for JPA (EclipseLink) entities. My entities were autogenerated from …
java validation jaxb jersey eclipselinkWhen running a project built by maven with the following dependencies: <dependency> <groupId>org.eclipse.persistence&…
java jpa eclipselink jpa-2.2I followed this example: http://wiki.eclipse.org/EclipseLink/Examples/MOXy/JSON_Twitter Now I have this class: import javax.…
java jaxb eclipselink moxyOn JavaEE environment, I use JPA 2.1 implementation with EclipseLink, I have some entities that contain enums. So I have created …
java jakarta-ee jpa eclipselink jpa-2.1Q1.: What is the difference between applying sequence Id in a database using A. CREATE TABLE Person ( id long NOT …
java sql sql-server jpa eclipselinkThe link quoted on the EclipseLink/Maven wiki ends on an Error 403 page on switch.ch. If you are redirected …
maven-2 eclipselinkIf connection pooling is not defined in the persistence.xml for eclipse link, what is the default behavior? Will it …
jpa jdbc eclipselink connection-poolingI have a table containing customer data in an oracle database. Here is a simplified definition: CUSTOMER (CUSTOMER_ID NUMBER …
java jpa eclipselink jpa-2.0 ejb-3.0There is the possibility to disable the @OneToMany relationship join table with the @JoinColumn annotation. The default is a join …
mapping jpa-2.0 eclipselink one-to-many