Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Spring Data paginating and sorting on calculated fields

How to check (debug) if JPA query get result from cache or from database

java jpa caching eclipselink

JPA: Singleton Entity

java hibernate jpa spring-data

Criteria builder group by and having count does not work

Saving HTML data in a field using BLOB or TEXT/CLOB

java mysql hibernate jpa blob

Mapping a bidirectional list with Hibernate