Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

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

JPA 2.0 metamodel in Netbeans?

Setting JPA persistence properties dynamically

java hibernate jpa jpa-2.0

org.hibernate.MappingException: Unknown entity: java.lang.Long

hibernate orm jpa-2.0

JPA/Metamodel: Strange (inconsistent ?) example in Sun Docs

JPA With Hibernate Error: [PersistenceUnit: JPA] Unable to build EntityManagerFactory

How to get Hibernate + javax.persistence via Maven2 pom.xml

Difference Hibernate 3.5 / JPA 2.0

Hibernate lazy loading not working

java hibernate jpa jpa-2.0

JPA's cascade = REMOVE and Hibernate's @OnDelete used together?

java hibernate jpa jpa-2.0

Generate schema from entities using JPA2 + Hibernate + Eclipse 4.2 + MySQL 5.5

mysql hibernate jpa-2.0 ddl

How do I query for only superclass entities in a jpql query?

orm jpa eclipselink jpa-2.0 jpql