Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Spring liquibase custom ImplicitNamingStrategy

Hibernate returns stale Objects when calling findOne

Foreign Key name for inherited tables

Hibernate search beginner question

Optimistic locking and full table lock

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