Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

minimum hibernate version compatible with java8

How to get Hibernate dialect during runtime

How to create a many to many relationship with extra columns in jhipster?

Is there a way to use Postgres' UUID generation with Hibernate's IDENTITY ID generation strategy?

What is the use of session-factory name property in hibernate-configuration file

hibernate insert batch with partitioned postgresql

Is @ManyToMany(mappedBy = ... ) + @OrderColumn supported by the JPA?

Setting JPA persistence properties dynamically

java hibernate jpa jpa-2.0

Get SQL String from Hibernate query

string hibernate jakarta-ee

Example projects for jBPM integration with Spring and Hibernate

spring hibernate jbpm

Is the PermGen space ever decreased?

java hibernate

Hibernate: Lazy initialization vs broken hashcode/equals conundrum

Analyzing Connection Closed Exception in Spring/JPA/Mysql/Tomcat app

Spring Data JPA, how to get the last Page through Pageable

java spring hibernate jpa

Running find throws a Detached entity passed to persist exception

how to implement row level security in spring data jpa using hibernate filter or other ways?

How do I override the GenerationType strategy using Hibernate/JPA annotations?

java hibernate jpa annotations

JPA EntityManager, how does it work?

hibernate jpa entitymanager

How to use the Hibernate optimistic locking version property on the front end?

Inserting data in one table using HQL in Hibernate

java hibernate hql