Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in eclipselink

Difference Hibernate 3.5 / JPA 2.0

Where did the EclipseLink/Maven repository go to?

maven-2 eclipselink

How to audit JPA without Hibernate Envers

How do I query for only superclass entities in a jpql query?

orm jpa eclipselink jpa-2.0 jpql

JPA/EclipseLink: Does EntityManager.getTransaction() create a new transaction or return the active one?

How to cascade persist using JPA/EclipseLink

mysql jpa eclipselink

persistence.xml with Glassfish 3.1.1

Should I let JPA or the database cascade deletions?

How do I find a value in a column that just have unique values with EclipseLink?

java sql jpa eclipselink

No [EntityType] was found for the key class [...] in the Metamodel

java jpa eclipselink

Execute sql script after jpa/EclipseLink created tables?

java orm jpa eclipselink jpa-2.0

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