Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Difference between Hibernate and Hibernate JPA

java hibernate jpa orm

How to map one class to different tables using hibernate/jpa annotations

JPA @Version field doesn't get incremented

JPA: question about merging an entity before removing it

java orm jpa jakarta-ee ejb

Hibernate Cache Reference

hibernate caching jpa

is it possible to ignore some field when mapping in annotation,Entity class [duplicate]

java jpa annotations

Persistence.xml where to put in eclipse project

Native query and caching mechanism of Hibernate

java hibernate caching jpa orm

When to use the select clause in the JPA criteria API?

Ordinal Parameter Not bound : 2 in @Query annotation

Invalidating JPA EntityManager session

JPA @JoinTable with extra join conditions

java hibernate jpa jointable

IntelliJ IDEA 2016: Please choose persistence unit

@Convert on @Id field

Hibernate/JPA and PostgreSQL - Primary Key?

Case-insensitive Query

jpa case-insensitive

java.lang.NoSuchMethodError: javax.persistence.Table.indexes()[Ljavax/persistence/Index;

java eclipse hibernate maven jpa

Transaction is required to perform this operation (either use a transaction or extended persistence context)

OptimisticLockException with Ebean/Play

Criteria API: Fetch of a list returns repeated main entity

jpa jpa-2.0 criteria-api