Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

JPA CriteriaBuilder - How to use "IN" comparison operator

JPA2: Case-insensitive like matching anywhere

java.lang.IllegalStateException: Multiple representations of the same entity with @ManyToMany 3 entities

How to properly express JPQL "join fetch" with "where" clause as JPA 2 CriteriaQuery?

java jpa criteria jpa-2.0

JPA 2.0, Criteria API, Subqueries, In Expressions

JPA Hibernate many-to-many cascading

What is the purpose of AccessType.FIELD, AccessType.PROPERTY and @Access

java jpa-2.0 transient

Which Java Type do you use for JPA collections and why?

java jpa jpa-2.0

JPA Criteria Tutorial [closed]

java jpa annotations jpa-2.0

What to use: JPQL or Criteria API? [closed]

org.hibernate.QueryException: illegal attempt to dereference collection

How to define unidirectional OneToMany relationship in JPA

java jpa jpa-2.0

JPA: unidirectional many-to-one and cascading delete

java jpa jpa-2.0 many-to-one

How can I validate two or more fields in combination?

Storing a Map<String,String> using JPA

java jpa orm jpa-2.0

In JPA 2, using a CriteriaQuery, how to count results

java jpa-2.0 criteriaquery

JPA CascadeType.ALL does not delete orphans

java hibernate orm jpa jpa-2.0