Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA Criteria API: query property of subclass

How do I use JPA to persist a Map (java.util.Map) object inside an entity and ensure the persistence cascades?

How to get entity manager or transaction in jpa listener

JPA: get-use-close of EntityManager and lazy loading

java jpa persistence openjpa

Using both JPA EntityManager and Hibernate session with shared transaction manager in Spring

Adding an entity into an large Many-To-Many relationship in JPA

How do I refer to columns only mapped for joins in JPQL?

java jpa jpql

Child's id not present after cascade persisting the parent

java hibernate jpa one-to-many

Difference in executing query via Hibernate and PostgreSQL leading to PSQLException

CriteriaBuilder radius calculation

java mysql hibernate jpa

What are the alternatives to using an ORDER BY in a Subquery in the JPA Criteria API?

Could not inspect JDBC autocommit mode

jpa spring-data-jpa

JPA Table per Class Inheritance with different Id names

Hibernate doesn't generate cascade

mysql hibernate orm jpa cascade

Why hibernate perform two queries for eager load a @OneToOne bidirectional association?

How to map an abstract collection with jpa?

Override @ManyToOne targetEntity for @Embedded with interfaces

hibernate jpa

JPA Query - JPQL to select parents that have ALL children with a property in a SET of values

jpa one-to-many jpql

Set list parameter to native query

java sql jpa nativequery

How to persist Collections/List inside an object using JPA

jpa collections persist