Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

Java EE 6 JPA 2 ManyToOne Relation Creates Invalid Foreign Key

JPA/Hibernate emits no UPDATE on commit in EJB/Seam environment

Is it possible to have discriminator column on secondary table in jpa

java jpa-2.0 eclipselink

Deserialize JPA Entity with foreign key reference OR how to set foreign key ID for mapped entity

java json jpa jpa-2.0

JPA 1.0 @OrderBy uses field names vs. JPA 2.0 @OrderColumn uses column names

jpa sql-order-by jpa-2.0

How to make portable AND native ID generation in JPA 2 / Hibernate?

Adding the JPA @OrderColumn afterwards causes null index column for collection error

hibernate jpa jpa-2.0 jpa-2.1

TimeZone Error with EclipseLink and Oracle DB

JPA 2 Criteria query property of superclass

jpa-2.0 criteria-api

JPA 2.0 CriteriaQuery with predicate on type being a class or any subclass of

Seam 2.x and Hibernate 3.5?

hibernate orm jpa seam jpa-2.0

Why is INSERT made after em.persist in FlushModeType.COMMIT?

hibernate jpa-2.0

JPA 2 + Criteria API - Defining a subquery

No transaction in progress exception with Spring 3.1 and JPA 2

spring jpa-2.0 spring-orm

JPA 2 - How to build entity that has Primary key that is also a foreign key using Spring Data JPA?

Criteria Builder Create new Object In Select Statement

Change Table Name of an Entity on runtime? [duplicate]

java hibernate orm jpa jpa-2.0

ignorecase in criteria builder in JPA

spring jpa jpa-2.0

How to retrieve the datasource used by a persistence unit programmatically