Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Spring managed transactions, EclipseLink JPA, custom isolation level

Hibernate creating N+1 queries for @ManyToOne JPA annotated property

@Inject not working in AttributeConverter

jpa glassfish converter cdi

Why "SELECT c" instead of "SELECT * " in JPQL?

hibernate jpa jpql

Infinite Recursion with Jackson JSON and Hibernate JPA issue (yet another)

java json hibernate jpa jackson

Hibernate: initialization of complex object

Can't autowire repository from an external Jar into Spring Boot App

JPA synchronization between micro-service instances

Calling flush() in @Transactional method in Spring Boot application

java sql spring hibernate jpa

How can I configure a JPA EntityListener via a Spring XML configuration file?

java spring jpa entity listener

How to get rid of LazyInitializationException with Wicket JPA/Hibernate integration (with Spring)

hibernate spring jpa wicket

How should one handle a javax.persistence.OptimisticLockException?

JPA - Entity design problem

What's difference between primitive and wrapper class in JPA (Hibernate) column mappings?

java jpa wrapper primitive

JPA entitymanager remove operation is not performant

performance hibernate jpa

JPA @OneToMany and @ManyToOne: back reference is null

java hibernate spring jpa

How do you create an EntityManager when you are unsure of the unit name?

Are we heading for jar hell in java platform similar to dll hell?

JPA/Hibernate proxy not fetching real object data, sets all properties to null

java hibernate jpa javassist

What caused the "No property find found for type" spring data jpa error

spring jpa spring-data