Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in eclipselink

JPA composite primary key with null value

Generate DDL for JPA 2.0 with EclipseLink

jpa eclipselink ddl

Hibernate vs EclipseLink

java hibernate jpa eclipselink

JPA persistence.xml META-INF not working correctly

Insert after delete same transaction in Spring Data JPA

When I use A JPA Query's getResultList(), are the results detached or managed?

java jpa eclipselink

Java8 Collections.sort (sometimes) does not sort JPA returned lists

Entity must be managed to call remove

java jpa-2.0 eclipselink

Example of using CURRENT_DATE in JPA query

java jpa eclipselink

How to use joda time with JPA (eclipselink)?

What are the difference between: sequence id using JPA @TableGenerator, @GeneratedValue vs database Auto_Increment

Are JPA (EclipseLink) custom types possible?

javax.ejb.EJBException: Illegal non-business method access on no-interface view

servlets jpa ejb eclipselink

JPA @Transient fields being cleared before @PreUpdate method is called

java jpa eclipselink

Getting a JDBC connection from EclipseLink

Select for update skip locked from JPA level

How do I catch the constraint violation exception from EclipseLink?

jpa jpa-2.0 eclipselink

EntityManager.merge not doing anything

java spring jpa eclipselink

How to add a Map<String, Person> in an entity class?

Should the id field of a JPA entity be considered in equals and hashCode?