Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Spring-data JPA repository Order by losing null values in results

java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.ejb.Ejb3Configuration

java hibernate jpa ejb

Hibernate query - How to select those parents that have ALL the children matching a value?

hibernate jpa jpql

How to make "order by aggregate function" in Spring Data?

JPA tests hang while obtaining HSQL connection from Maven Command Line

Hibernate JPA not inserting rows in collection table for null values

hibernate jpa collections null

lost precision when storing BigDecimal into H2 using Hibernate

java database hibernate jpa h2

Hibernate default values

java hibernate jpa

Using PersistenceContext in a Quartz Job

Hibernate self-reference entity as non null column

How to know database type programmatically in JPA?

java jpa eclipselink

Building JPA Criteria API query - sorting by number of elements in collection

java hibernate jpa orm jpql

Version is not updated in JPA in case of bulk-update named queries

java jpa

How do I load a Set of Strings from a JoinTable?

ORA-00918: "Column ambiguously defined"

java sql oracle hibernate jpa

How to coordinate J2EE and Java EE database access?

List vs Set on JPA 2 - Pros / Cons / Convenience

java mysql hibernate jpa

Querydsl Code generation for groovy with gradle

jpa groovy gradle querydsl

How to change the default format of JPA generated column names

Hibernate ORM - supporting Java 1.8 Optional for entity properties

java hibernate jpa orm java-8