Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

JPA2 Criteria API .as(String.class) casting to char(1) - How do I work around this?

What's the trick to have my EventListeners trigger for my @ElementCollection properties?

java spring hibernate jpa-2.0

How to count distinct items on specific fields in QueryDSL

java jpa-2.0 querydsl

CDI injection in EntityListeners

Can we use JPA2 annotations to cache associations?

Unidirectional @OneToOne with reversed foreign key

hibernate jpa jpa-2.0

Complex Search Queries JPA

JPA lazy at simple byte[] field level

How to build ElementCollection of Embeddable type?

java hibernate jpa-2.0

Criteria API Path to sub-sub-entity id

jpa-2.0 criteria-api

Get rid of redundant joins produced by subqueries in JPA criteria