New posts in jpa

How to specify JPA 2.1 in persistence.xml?

Can I add 'ON DELETE CASCADE' to tables managed by Hibernate?

Change database schema during runtime based on logged in user

Postgres error in batch insert : relation "hibernate_sequence" does not exist position 17

How to configure Spring to make JPA (Hibernate) and JDBC (JdbcTemplate or MyBatis) share the same transaction

JPA OneToMany and ManyToOne throw: Repeated column in mapping for entity column (should be mapped with insert="false" update="false")

Could not commit JPA transaction: Transaction marked as rollbackOnly

What's the difference between the name argument in @Entity and @Table when using JPA?

JPA, Mysql Blob returns data too long

Pagination in Spring Data JPA (limit and offset)

DAO and Service layers (JPA/Hibernate + Spring) [duplicate]

How does DISTINCT work when using JPA and Hibernate

Hibernate: MyInterceptor#onFlushDirty is never called

Is it possible to have autoincrement number without it being an ID?

@CreatedBy @LastModifiedBy annotations are not working

JPA Cannot resolve column/IntelliJ

Difference between @Size, @Length and @Column(length=value) when using JPA and Hibernate

Is it possible to dynamically define column names in Hibernate / JPA?

How do I properly configure an EntityManager in a jersey / hk2 application?

No converter found capable of converting from type to type