Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA: How to cascade save entities when child has Embedded Id?

Spring Data JPA - how to fetch parents by child id?

java spring jpa

Save hibernate object with foreign key without loading the dependent object

java hibernate jpa

JPA entityManager.merge converts LocalDateTime to SQLServer 2012 DATETIME2

auto incremented number generation for a non primary key column

hibernate jpa

@PrePersist with entity inheritance

inheritance jpa

Empty Join Table resulting from JPA ManyToMany

java orm jpa many-to-many

Upgrade Glassfish v2 to JPA 2.0?

Using openSession() over getCurrentSession() - when and why?

java hibernate jpa

Should embeddable jpa class implement equals and hashCode?

java jpa persistence

JPA and the Decorator Pattern

How to select multiple columns with the same name using JPA native query?

java mysql jpa jdbc

JPA - EmbeddedId with @ManytoOne

java jpa maven

JPA @Id and insertable = false, updatable = false throws exception

java jpa jpa-2.0 eclipselink

JPA multiple persistence units for dev/qa/stage/production

could not get a field value by reflection hibernate

java hibernate jpa

Persistence.xml field values from properties file

JPA: select random row

java jpa jpql named-query

Configure STS with JPA 2.0 using PostgreSQL 9.3

How can I intercept JTA transactions events and get a reference to the current EntityManager associated with the transaction