Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

JPA 2.0 many-to-many with extra column

Select MAX timestamp with JPA2 Criteria API

Multiple persistence-unit tags in one persistence.xml

JPA concat operator

Where can I find a JPA2 Maven dependency?

maven dependencies jpa-2.0

How to map postgresql "timestamp with time zone" in a JPA 2 entity

JPA: When to choose Multivalued Association vs. Element Collection Mapping

java hibernate orm jpa jpa-2.0

How to make a CriteriaBuilder join with a custom "on" condition?

jpa jpa-2.0 criteria-api

Hibernate or EclipseLink for JPA? [closed]

Differences between JPA and JPA2 [closed]

java jpa jakarta-ee jpa-2.0

Generate JPA 2 Entities from existing Database

Rollback on every checked exception, whenever I say @Transactional

java spring jpa jpa-2.0

JPA 2.0: Adding entity classes to PersistenceUnit *from different jar* automatically

Class not eligible for getting processed by all BeanPostProcessors

Spring Data JPA: How can Query return Non- Entities Objects or List of Objects?

What is the difference between @Inject and @EJB

jpa-2.0 java-ee-6 ejb-3.1

Best configuration of c3p0 [closed]

How do I properly cascade save a one-to-one, bidirectional relationship on primary key in Hibernate 3.6

java hibernate orm jpa jpa-2.0

JPA Criteria builder IN clause query

java jpa orm jpa-2.0 openjpa

Java EE Architecture - Are DAO's still recommended when using an ORM like JPA 2?