Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

JPA Criteria query Path.get left join is it possible

JPA Criteria API Specification for Many to Many

Dedicated cache region for entity subclasses?

hibernate jpa-2.0 ehcache

When should a person use native queries with JPA 2.0 instead of JPQL or CriteriaBuilder?

jpa-2.0 jpql native-sql

Getting "with clause can only reference columns in the driving table" when trying to write a JPA 2.1 left outer join

How to avoid java.util.ConcurrentModificationException in entity merging in JPA and Hibernate

JPA query language criteriaBuilder

java jpa glassfish ejb jpa-2.0

Removing childs from @OneToMany-association: CascadeType.ALL + orphanRemoval = true not working

java hibernate jpa-2.0

How to use JPA 2.0 @ManyToMany without issues

hibernate jpa struts2 jpa-2.0

JPA cascade persist - many to one

jpa-2.0

JPA 2 and Hibernate 3.5.1 MEMBER OF query doesnt work

java hibernate orm jpa jpa-2.0

how to set H2 primary key id to auto_increment?

Hibernate exception with @MapsId, @EmbeddedId

JPA with Hibernate 3 - ManyToMany-Stack overflow and Multiple bag errors

java hibernate orm jpa-2.0

Correct usage of JPA criteria API, Predicates and where method of CriteriaQuery