Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

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

How does an entity get an ID before a transaction is committed in JPA/Play?

java jpa playframework

LazyInitializationException when using ElementCollection in Play framework

FROM clause of query has class XXX but no alias

java jpa

JPA: How to express a unique constraint including an @ElementCollection column?

java hibernate jpa

JPA query on abstract class + subclass field condition

inheritance jpa abstract

Spring Jpa adding custom functionality to all repositories and at the same time other custom funcs to a single repository

mappedBy reference an unknown target entity property - hibernate error

Spring DATA JPA example for multiple foreign keys in a single entity

hibernate. How to add unique index for field combination?