Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Reduce number of queries for JPQL POJO containing an entity

Continue with transaction after exception - JPA

"MultipleBagFetchException: cannot simultaneously fetch multiple bags" when joining three depth table

How can I tell if current session is dirty?

java hibernate spring-mvc jpa

How To Configure Query Cacheing in EclipseLink

Detach an entity from a JPA persistence context (JPA 2.0 / Hibernate / EJB 3 / J2EE 6)

hibernate jpa ejb-3.0

How to bind an entity to a specific persistence-unit

Howto implement Spring Security User/Authorities with Hibernate/JPA2?

Assign custom identifier to an @id property

java hibernate jpa

Where can i find jpa orm.xml usage samples [closed]

java jpa persistence jpa-2.0

Managing rollback on transaction

java hibernate spring jpa

JodaTime with JPA, PostgreSQL and NULL values

Setting default schema for Vertica Database

jpa playframework vertica

Clearing session, flushing, refreshing, after hibernate bulk updates?

How to avoid null result of "SELECT max(rank) FROM test" for an empty table?

java mysql hibernate jpa

Finding out the page containing a given record using JPA (Hibernate)

java hibernate jpa criteria

DDL generation and general persistence.xml settings (OpenJPA)

How to annotate unique constraint with WHERE clause in JPA

EntityManager.flush() commits the transaction in a Java web service

java oracle jpa jax-ws ejb-3.0

Can JPA/Hibernate be combined with other persistence framework like jOOQ

java hibernate jpa orm jooq