Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

CDI Transaction Management: How does @Transactional work?

How to generate query-dsl Q classes on external entity?

java spring jpa querydsl

Can @GenerateValue be used with non primary key attributes?

java hibernate jpa

How to select all the data of two columns from a table using JPA query method

Pre-load specific entities (tables) in l2 cache with JPA

java jakarta-ee jpa

Auto retry after EJB transaction rollback

java jakarta-ee jpa ejb weblogic

JPA Criteria: downcast root to multiple entity subclasses and filter by the same linked entity natural id

Internal Exception: java.sql.SQLException: Invalid state, the Connection object is closed

jpa eclipselink

Getting ObjectOptimisticLockingFailureException without version annotation or OptimisticLocking strategy

DTOs and entities which implements the same interface

one-to-one vs many-to-one (unidirectional)

commit changes in try-catch inside @Transactional

java spring hibernate jpa jdbc

Can I have a helper/convenient method inside a Hibernate entity class? [duplicate]

java hibernate jpa jboss jpa-2.0

Howto compare two entities in JPA onPreUpdate [duplicate]

java jpa persistence

Configuring C3P0 in Persistence.xml with JPA and Hibernate

java spring hibernate jpa c3p0

Map string properties to JSONB

java postgresql hibernate jpa

Inheritance Hibernate/JPA multiple levels

"org.hibernate.PersistentObjectException: detached entity passed to persist" error that I can't work my head around