Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

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

JPA 2.0: count for arbitrary CriteriaQuery?

jpa 2 hibernate limit (max results) to a CriteriaQuery

Defining multiple Address properties in Person per AddressType by a triple join table

jpa map jpa-2.0 jointable

Deleting JPA object fails due to foreign key constraints?

java hibernate orm jpa jpa-2.0

JPA2.0/Hibernate: Why JPA fires query to update all columns value even some states of managed beans are changed?

hibernate jpa-2.0

How JPA transactions works

How to fetch all data in one query

Should I let JPA or the database cascade deletions?

Building a query using NOT EXISTS in jpa criteria api

jpa jpa-2.0 criteria-api