Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

Should I use Primitives or wrappers in JPA2.0?

java hibernate jpa-2.0

How to do bulk delete in JPA when using Element Collections?

java hibernate orm jpa jpa-2.0

How to configure JPA 2.0 with Hibernate 3.5.2 to use EHCache as a Level 2 cache and query cache?

Casting Integer to String in JPQL

jpa jpa-2.0 jpql

JPA 2 No explicit selection and an implicit one cold not be determined

jpa-2.0 criteria-api

CriteriaBuilder.and & CriteriaBuilder.or, how-to?

jpa-2.0 criteria-api

Hibernate schema parameter doesn't work in @SequenceGenerator annotation

How do I know the id before saving an object in jpa

java oracle jpa jpa-2.0

getting error No qualifying bean of type [javax.persistence.EntityManagerFactory] is defined: expected single matching bean but found 2

Embeddable entity with @OneToMany attribute

hibernate jpa-2.0

Can the same CriteriaBuilder (JPA 2) instance be used to create multiple queries?

java jpa criteria-api jpa-2.0

Better Exception Handling in JPA

java ejb-3.0 jpa-2.0

Using JPA2 criteria API without Metamodel on a List property

Do you like the Criteria api of JPA 2.0? Do you use it with framework? [closed]

Multiple @MappedSuperclass

jpa-2.0

Using Projections in JPA 2

postgres: Index on a timestamp field

JPA, Entity manager, select many columns and get result list custom objects

selecting all rows from a database using JPA in WebSphere

websphere jpa-2.0 openjpa