Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Transaction not active - Hibernate - JPA

java hibernate jpa

Pageable and @Param in a spring data JpaRepository method issue

JPA PessimisticLockScope.NORMAL and locking "relationships"

org.hibernate.InstantiationException: Cannot instantiate abstract class or interface

java hibernate jpa inheritance

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