Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

What's the default TemporalType for a temporal map key without a @MapKeyColumn or @MapKeyTemporal annotation?

java annotations jpa-2.0

JPA , many-to-many relation, deleting all previous relations and entering the new relations

NULL ID Generated Via @GeneratedValue On Composite Key Using @EmbeddedId

Upgrade Glassfish v2 to JPA 2.0?

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

java jpa jpa-2.0 eclipselink

Spring Data JPA insert with child along with parent entity by taking id from parent

Most efficient way to insert multiple rows in JPA

java mysql hibernate jpa-2.0

PostGIS and JPA 2.0

Aren't multiple transactions supposed to concur with em.getTransaction()?

Using JPA 2.0 Criteria API and cast causes generated JPQL to fail in Hibernate

What do i get from setting this TransactionAttributeType.NOT_SUPPORTED

ejb-3.0 jpa-2.0

java.lang.ClassCastException: [B cannot be cast to java.lang.String

Application managed JPA, when is Transaction needed

java jpa jpa-2.0

How do you create an EntityManager when you are unsure of the unit name?

From which version on will Hibernate support JPA 2.2?

hibernate jpa-2.0 jpa-2.2

Is there a way to reduce the amount of boiler-plate code associated with a CriteriaQuery (in JPA 2.0)?

java jpa jpa-2.0 criteriaquery

How can I retrieve multiple objects with JPA?

java hibernate orm jpa jpa-2.0

Updating hibernate version manually

java hibernate jpa-2.0

entity manager doesn't have method getCriteriaBuilder()

jpa-2.0 entitymanager

How to query an M:N relationship with JPA2?