Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

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

How to load the actual Hibernate entity association and not the LAZY proxy

Spring: Accessing JPA repository from TaskExecutor thread

Spring JPA with Hibernate fiscal sequence generation

java spring hibernate jpa

No EntityManager with actual transaction available for current thread - cannot reliably process 'persist' call

Kotlin with JPA/Hibernate: no lazy-loading without `open`?

Unable to build Hibernate SessionFactory exception from nowhere

java hibernate jpa exception

Spring Data JPA calling Oracle Function

java spring oracle function jpa

Correct way to count associated objects using JPQL

java hibernate orm jpa jpql

Multiple Entity Manager issue in Spring when using more than one datasource

java spring jpa dao

How to use custom type in JPA column?

java hibernate jpa

Syntax error parsing a trivial query with JPA