Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

JPA/Hibernate - Detaching an entity along with children

java hibernate jpa-2.0

JPA 2 Criteria API case insensitive condition without metamodel usage

JPA/Hibernate preUpdate doesn't update parent object

java hibernate jpa-2.0

JTA or LOCAL transactions in JPA2+Hibernate 3.6.0?

java jpa jpa-2.0 jta

Spring JPA : Application managed persistence context with @Transactional and @PersistenceContext

spring jpa jpa-2.0

javax.ejb.EJBException when persisting an entity

java jpa-2.0 entitymanager

If/Case statement in JPA Criteria Builder

java jpa jpa-2.0 criteria-api

Add WHERE IN clause to JPA Specification

Generated column and table names in hibernate with underscore

How to properly cast string to number with JPA2 Criteria API?

jpa jpa-2.0 criteria-api

JPA OneToOne bidirectional .

java jpa jpa-2.0

Primefaces DataTable + JPA / Hibernate Pagination

How to use persistence.xml and hibernate.cfg.xml in JUnit tests via eclipse?

JPA2.0: Delete Entity in OneToMany RelationShip

jpa ejb jpa-2.0 one-to-many

JPA Criteria select all instances with max values in their groups

eclipse Duplicate generator named "ID_GENERATOR" defined in this persistence unit

eclipse jpa jpa-2.0

ORDER BY using a subquery in Hibernate JPA 2

hibernate jpa-2.0

How does one construct multi-column "WHERE ... IN" expressions using JPA's criteria API?

Hibernate interface mapping without using annotation parameter "targetEntity"

java hibernate jpa jpa-2.0