Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

Constraint violation in Hibernate unidirectional OneToMany mapping with JoinTable and OrderColumn when removing elements

@OneToOne(optional=false) and @JoinColumn(nullable=false) used together

How do I write a MAX query with a where clause in JPA 2.0?

JPA 2.0 API maven artifact

maven-2 jpa-2.0

How to write JPA query with boolean condition

jpa-2.0 eclipselink jpql

Difference between findBy and findOneBy in Spring data JPA

Is Select EXISTS() possible in JPQL?

jakarta-ee jpa jpa-2.0 jpql

JPA 2 Criteria Fetch Path Navigation

java jpa jpa-2.0 fetch

How to run an aggregate function like SUM on two columns in JPA and display their results?

java orm jpa java-ee-6 jpa-2.0

Avoid insert 'null' values to database table via JPA

java postgresql orm jpa jpa-2.0

A concise, clear list of what is new in JPA2?

java orm jpa jakarta-ee jpa-2.0

SpringBoot doesn't handle org.hibernate.exception.ConstraintViolationException

java spring-boot jpa-2.0

Exclude JPA 2.0 from JBoss 7.1 in order to use hibernate 4.3

Many-to-Many query jpql

java jpa jpa-2.0 jpql

Multiple writable mappings exception in EclipseLink

jpa orm ejb jpa-2.0 eclipselink

Maven 3 - How to add annotation processor dependency?

JPA - Criteria API and EmbeddedId

JPA 2.0 many-to-many with extra column

Select MAX timestamp with JPA2 Criteria API

Multiple persistence-unit tags in one persistence.xml