Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

Hibernate entities without underlying tables

java hibernate jpa-2.0

java.lang.UnsupportedOperationException: The user must supply a JDBC connection

spring hibernate jdbc jpa-2.0

JPA Entity - Specify Persistence Unit?

Using joda time with JPA/hibernate and spring

Abstracting named queries in an abstract JPA DAO

java hibernate jpa jpa-2.0

JPA Criteria API: How to select property in nested collection

java jpa-2.0 criteria-api

Initializing a transient attribute of a JPA entity during CriteriaQuery

java jpa-2.0 criteria-api

Reusing entity manager by em.clear() or creating a new entity manager?

jpa jpa-2.0 entitymanager

JPA: is @PrimaryKeyJoinColumn(...) the same as @JoinColumn(..., insertable = ?, updatable = ?)?

@OrderColumn, @OneToMany & null index column for collection

java hibernate jpa jpa-2.0

Criteria API limit results in subquery

java jpa-2.0 criteria-api

Does JPA have something like hibernates '@GenericGenerator' for generating custom ids?

jpa jpa-2.0

JPA: Extending the persistence context vs. detaching entities

java hibernate jpa-2.0

What are the differences between Hibernate and JPA?

How to create a composite primary key which contains a @ManyToOne attribute as an @EmbeddedId in JPA?

When using JPA entityManager why do you have to merge before you remove?

Criteria API: Fetch of a list returns repeated main entity

jpa jpa-2.0 criteria-api

JPA table with 2 primary key fields

JPA2 Criteria: How to avoid a cross join using path.get()

java jpa jpa-2.0 criteria-api