Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

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

How to inject Spring-managed CacheRegionFactory in Spring Hibernate 5 LocalSessionFactoryBean

Specifying join condition "ON columns" in hibernate HQL?

java hibernate

How to get table names in snake case with Quarkus and Panache

How to map a @ManyToOne association to the result of an SQL query