Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Hibernate @ManyToOne references an unknown entity

java hibernate jpa

Spring Data JPA: query ManyToMany

Hibernate generates negative id values when using a sequence

When does the JPA set a @GeneratedValue @Id

java jpa primary-key

Are you supposed to have one repository per table in JPA?

How to use JPA2's @Cacheable instead of Hibernate's @Cache

Spring Boot, Spring Data JPA with multiple DataSources

How to find out whether an entity is detached in JPA / Hibernate?

java hibernate jpa

Spring + hibernate versus Spring Data JPA: Are they different?

Hibernate - @ElementCollection - Strange delete/insert behavior

java hibernate orm jpa jpa-2.0

Really dynamic JPA CriteriaBuilder

java jpa jpa-2.0 criteria-api

Select top 1 result using JPA

java jpa

What is the difference between EntityManager.find() and EntityManger.getReference()?

java jpa entitymanager

Java entity - why do I need an empty constructor?

java jpa entity

JPA Enum ORDINAL vs STRING

java orm jpa enums eclipselink

JPA/Hibernate Native Queries do not recognize Parameters

java hibernate orm jpa postgis

JPA/Hibernate remove entity sometimes not working

How do you use Spring Data JPA outside of a Spring Container?

What is the difference between an Spring Entity Manager and Spring Data Repository?

Not allowed to create transaction on shared EntityManager - use Spring transactions or EJB CMT

spring hibernate jpa jpa-2.0