EclipseLink delivers a comprehensive open-source Java persistence solution.
When I have a JPA Query that I call .getResultList(), It gives me back a List of objects. Are the …
java jpa eclipselinkI'm trying to unmarshall input JSON into JAXB objects with Eclipselink. However, when I try to do this, I find …
json jaxb eclipselink moxyI have a table named group_table in MySQL with only two columns user_group_id and group_id (both …
hibernate jpa eclipselink composite-primary-key jpa-2.1I have an User Entity class that I'm trying to do password hashing for. I thought that the easiest way …
java jpa eclipselinkSo far, I always prefered to use Hibernate directly rather than JPA 1.0, because JPA was lacking some of the important …
hibernate jpa eclipselink java-ee-6 jpa-2.0In one to many JPA associations is it considered a best practice to initialize relationships to empty collections? For example. @…
java hibernate jpa eclipselink openjpaEclipseLink 2.6.1 (final) throws the following exception upon deploying a Java EE application on GlassFish Server 4.1. This had not been happening …
jakarta-ee glassfish eclipselink java-ee-7 glassfish-4.1