Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Implement JPA Projection with count

How to handle compound key with relationship in JPA2 and Spring Data JPA?

jpa spring-data-jpa

javax.persistence.Persistence.createEntityManagerFactory not working with ClassGuard

java jpa obfuscation

Lazy loading collections with JPA / EclipseLink

Java @Override equals(): When this.getClass() != o.getClass() fails but shouldn't

java jpa

NonUniqueObjectException: when updating an entity with hibernate

How to make spring load JPA classes from multiple paths?

spring jpa

Generating a Key (com.google.appengine.api.datastore.Key) from string

java google-app-engine jpa

Vaadin + JPA + lazy loading

jpa lazy-loading vaadin

Client Server Communication and Persistence Frameworks

How to remove multiple objects in batch call using their IDs?

jpa jpa-2.0

PersistenceContext lifecycle in Spring Boot

Difference between lazy loading and eager loading in JPA?

jpa

Database is not changed immediately after the @Transactional method ends

How to dynamically create sequence generators in JPA

java hibernate jpa

Hibernate orphanRemoval removes all rows and then inserts rows

java hibernate jpa

Spring transactional annotation rollback test doesn't seem to go well

JPA Hibernate select distinct over @ElementCollection and compare

java spring hibernate jpa