Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

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

DTOs and entities which implements the same interface

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

How should I use COLLATE in Hibernate Query

java sql hibernate collate

Spring data jpa native query with null parameter (PostgreSQL)

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

Configuring C3P0 in Persistence.xml with JPA and Hibernate

java spring hibernate jpa c3p0

LiquiBase & Spring boot - missing sequence

Auto Increment not working for Entity class with composite Key

java mysql hibernate entity

Map string properties to JSONB

java postgresql hibernate jpa

How to update only subset of all fields in Spring JPA repository?

Hibernate: Too many queries for a One to One relationship

java sql hibernate one-to-one

Inheritance Hibernate/JPA multiple levels

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

what is the right way to set flushmode in hibernate

java spring hibernate

One to Many relation between an Entity Class and Enum lookup Class

hibernate jpa enums

Spring data repository not found at compile time

Saving one or more entities that have a non-nullable association with an unsaved transient entity

hibernate