Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

EntityManager.unwrap() throws java.lang.AbstractMethodError

How to pass parameter on jpa query?

java sql-server jpa-2.0

JPA mapping issue with composite key

using subqueries in jpa criteria api

jpa-2.0 criteria-api

Use only subset of JPQL select columns for objects

hibernate jpa jpa-2.0 jpql

Hibernate/JPA refresh whole collection

java hibernate jpa jpa-2.0

Using a ParameterExpression as part of the In clause

java hibernate jpa jpa-2.0

JPA 2: how to declare primary-key columns in @ElementCollection tables

@Column(nullable=false) Not Working

Get rid of if-else ladder when creating JPA criteria query based on sort/filter fields of LazyDataModel

Delete object from ManyToOne relationship doesn't update a parent collection

jpa jpa-2.0

CASE WHEN in Hibernate @OrderBy annotation

java hibernate jpa jpa-2.0

How to test JPA2 mappings in Java EE project?

JPA update many-to-many deleting records

jpa criteria-api: join with subselect

jpa-2.0 criteria-api

How to perform a join fetch in JPA Criteria without unchecked casting?