Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA Criteria API: Difference between two dates in database?

java jpa query-builder

JPA CRITERIA QUERY with order by joined columns

jpa criteria-api

spring data jpa unnecessary left join

SpringBoot JPA Hibernate: Error creating bean with name 'entityManagerFactory'

How to map an integer array in JPA

PostgreSQL + Elasticsearch synchronization in JAVA spring (JPA)

Kotlin JPA entity ID

jpa kotlin

How to map a MySQL enum to a Java Enum with JPA? [duplicate]

OneToOne relationship with shared primary key generates n+1 selects; any workaround?

java hibernate jpa

EntityManager throws TransactionRequiredException on merge() in JBoss JSF bean

java jsf jpa jboss entitymanager

Is there a way to reduce the amount of boiler-plate code associated with a CriteriaQuery (in JPA 2.0)?

java jpa jpa-2.0 criteriaquery

Replacing existing rows with new ones causes duplicate key exception

hibernate postgresql jpa

How can I retrieve multiple objects with JPA?

java hibernate orm jpa jpa-2.0

Update persistent object with transient object using Hibernate

java hibernate jpa

Entity is not weaved. Eclipselink 2.1 + Dynamic Weaving

java tomcat jpa eclipselink

is @Temporal preferred to @Column columnDefinition?

java hibernate jpa

JPA 2.0 / Hibernate: Why does LAZY fetching with "@OneToOne" work out of the box?

Java enum overriding toString()

java jpa enums tostring

How to assign several fields as a primary key of an entity (using JPA) [duplicate]

java jpa orm

QueryDSL projections with @ManyToOne relation