Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

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?

Hibernate unsaved instance exception using @ElementCollection

EclipseLink JPA "invalid table in this context" with @OneToMany Map

Hibernate 5 and Typed Criteria Queries (JPA2)

Ehcache Vs Static map cache implementation

Using JPA2 in Tomcat 6: @PersitenceContext doesn't work, EntityManager is null

jsf-2 jpa-2.0

How to create specification using JpaSpecificationExecutor by combining tables?

Is there an annotation to define a multi column index in jpa2

hibernate orm jpa jpa-2.0

Referring to an earlier aliased field in a criteria query

How to create bogus Predicate in JPA

java jpa-2.0 criteria-api