Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to delete items by ID-s of their child item in Hibernate?

hibernate jpa jpql

Oracle + JPA - querying with INTERVAL

oracle select jpa

JPA @MapsId vs @JoinColumn(updatable=false, insertable=false)

java jpa

Is there a elegant and common way for converting PostgreSQL hstore to JPA 2.1 DataType?

How to filter a PostgreSQL array column with the JPA Criteria API?

Java Order by on one to many relationship with different child object type

Parameter value [0] did not match expected type [java.lang.Integer]

How to get returning ID in JPA after native query insert

postgresql hibernate jpa

Add Java Annotation to inherited field

JPA atomic query/save for multithreaded app

java jpa

Google App Engine - DELETE JPQL Query and Cascading

JPA criteria query, order on class

How would I map a parent/child relation on same object with JPA

In JPQL, how do you access properties of named parameters?

Spring Thrown JpaSystemException instead of DuplicateKeyException

How to update the @Version field when executing a bulk update through Spring Data JPA

Named entity graph JOINS results (need distinct option) in Spring Data JPA

java spring hibernate jpa

Hibernate creating wrong entity subtype in relationship

How to add restriction to range between two dates on query by example in Spring Data

Spring Data: when use Projection interfaces and DTO projections?