Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

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

Exception in GWT Dev Mode + Spring 3.1 + Hibernate 4.0.1

How to get entity manager or transaction in jpa listener

Query for join in Spring Data JPA

Creating queries using Criteria API (JPA 2.0)

Is there a way to give persistenceUnitName for Spring's LocalContainerEntityManagerFactoryBean without persistence.xml?

java spring hibernate jpa-2.0

Dynamic JPA 2.0 query using Criteria API

"Not known whether passed class name ... is safe" using JPA EmbeddedId with Hibernate

java hibernate jpa jpa-2.0

JPA 2.0, hibernate 3.5, jars & persistence.xml location

How to disable JPA 2 callback methods and entity listeners

java hibernate testing jpa-2.0

Why do the JPA2 MetaModel get generated with volatile members?

jpa lazy fetch entities over multiple levels with criteria api

Injecting JPA's Entity Manager in Hibernate's EmptyInterceptor

Triggers vs. JPA @PrePersist for creation and update timestamps pros and cons