Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA2 critera query in-expression on FK issues n select statements, where n is #values

hibernate jpa jpa-2.0

Strategies for handling updates in existing JPA persistence classes

java jpa ejb data-migration

JPA/Hibernate switch schema programmatically

java database hibernate orm jpa

Jpa OneToMany not persist child

jpa jpa-2.0

Annotation @Basic to transient variables

Different behaviour using unidirectional or bidirectional relation

Why doesn't JPA CriteriaQuery provide update query?

hibernate jpa criteriaquery

Fetching JPA @OneToMany collection returns empty

JPA Criteria Subquery on JoinTable

jpa criteria-api

In JPA, is there a DB agnostic way to check if a table exists?

java sql jpa eclipselink

Hibernate - CMT EJB using programmatic transaction idiom

JPA Entity found by find in a stateful ejb extended is not managed

JPA Specification equivalent of ResultTransformer.DISTINCT_ROOT_ENTITY?

java sql jpa distinct

jpa mysql table does not exists

java mysql hibernate jpa

How to lock whole entity (table) in JPA entity manager

hibernate jpa locking entity

JPA Inheritance issue

java hibernate inheritance jpa

JPA shared cache / second level cache in WildFly

How to migrate same class with 2 entity-names to Spring Data JPA?

java hibernate jpa spring-data

H2 index name uniqueness

java hibernate jpa orm h2

Generic JPA repository for multiple entities

java spring jpa spring-data