Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Mapping Collection of String and Enum with Ebean (Play 2.0)

Custom data types using EclipseLink and Querydsl

java jpa eclipselink querydsl

JPA criteria API translates the 'in' expression to multiple 'OR'

java jpa openjpa

Kotlin data class inheritance + copy method

jpa inheritance kotlin

How to group by Case statement using JPA Criteria API / Hibernate

Should Hibernate Session#merge do an insert when receiving an entity with an ID?

java hibernate jpa concurrency

attribute of type java.time.LocalDateTime doesn't work as a JPA query parameter in Hibernate

java hibernate jpa java-8 jpql

Spring JPA/Hibernate: Failed to import bean definitions

java xml spring hibernate jpa

Is it possible to turn off hibernate version increment for particular update?

hibernate jpa

JPA/Hibernate: ManyToMany delete relation

java hibernate jpa

JPA OneToMany, always empty

jpa one-to-many

Can Hibernate use logical name for entity property different from field name?

java hibernate jpa orm

Inheritance JPA and Hibernate Issue

java hibernate inheritance jpa

Spring Data REST Joined Inheritance Issue

ColumnTransformer in hibernate

java hibernate jpa orm jpql

How to use native SQL as a fragment (where clause) of a bigger query made with Criteria API in Hibernate?