Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

EntityManager ThreadLocal pattern with JPA in JSE

Oracle treating empty string as NULL problem for a Java / JPA programmer

Execute sql script after jpa/EclipseLink created tables?

java orm jpa eclipselink jpa-2.0

How to create an 'instance of' -like query in JPA 2.0?

java jpa jpa-2.0 jpql

JPA composite primary key with null value

How to stop LocalDate from changing when being saved to a mySQL database

@PersistenceContext EntityManager thread-safety in Spring and Java EE

Is this possible: JPA/Hibernate query with list property in result?

hibernate jpa hql jpql jpa-2.0

How to countDistinct on multiple columns

hibernate jpa jpa-2.0

JPA persistence.xml META-INF not working correctly

Orphans remain in database even with orphanRemoval=true on one-to-many relationship (JPA/Hibernate)

How can I get all @Entity classes from a Persistence Unit?

java jakarta-ee jpa jpa-2.0

FetchMode in JPA 2 CriteriaQuery

jpa-2.0

Join two un-related tables using JPA EntityManager

java jpa jpa-2.0

Entity must be managed to call remove

java jpa-2.0 eclipselink

How to implement polymorphic JPA entities with generic relations

Handle DateTime in JPA2

java datetime jpa-2.0

How do I catch the constraint violation exception from EclipseLink?

jpa jpa-2.0 eclipselink

@Entity not recognizing the @Id in a @MappedSuperclass

HIbernate Entity Manager: How to cache queries?

java hibernate caching jpa-2.0