Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

JPA Hibernate bulk/batch update in Spring MVC

JPA 2.0 Implementations comparison : Hibernate 3.5 vs EclipseLink 2 vs OpenJPA 2

hibernate jpa-2.0

Hibernate 3.5-Final in JBoss 5.1.0.GA

could not instantiate RegionFactory

java hibernate jpa-2.0

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

java jpa persistence jpa-2.0

Working example of Hibernate 3.6.2 2nd level caching with JPA2?

JPA criteria query, order on class

Deleting from table with @OneToOne annotation

In JPQL, how do you access properties of named parameters?

How to update the @Version field when executing a bulk update through Spring Data JPA

JPA : What is the behaviour of merge with lazy initialized collection?

jpa jpa-2.0

Fixing "Could not resolve a persistence unit..." errors when PU is specified, found

jpa glassfish jpa-2.0 ejb-3.1

Does an entity manager create a connection to the database?

jpa-2.0 entitymanager

How to write query(include subquery and exists) using JPA Criteria Builder

hibernate jpa jpa-2.0 criteria

JPA Static Metamodel not recognized by IntelliJ

Best practice to generate a JPA dynamic, typed query?

java hibernate jpa jpa-2.0

JPA: TypedQuery sometimes returns null instead of NoResultException

jpa hql jpa-2.0

JPA2/Hibernate Criteria or CriteriaQuery for Postgres JSON type

Jpa QueryBuilder Multiple expressions in where clause not working

Store Map<Enum, Enum> as String