Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Liquibase do not see changes in entities

Retrieve information for the same DTO from two different databases

JPA Composite Key + Sequence

Can Hibernate delete orphaned collections when updating a detached object?

Load recursive object graph without N+1 Cartesian Product with JPA and Hibernate

How to use Hibernate SchemaUpdate class with a JPA persistence.xml?

Automatic generation of migration SQL for Flyway

Mapping Multiple Classes to a Table in Hibernate, Without a DTYPE Column

java hibernate

Hibernate HT_ Temporary Tables ON JOINED inheritance, Migration from Hibernate 3.4.0.GA To 5.1

Hibernate Session flush behaviour [ and Spring @Transactional ]

java hibernate spring session

How to manage object revisions in Grails?

Does HQL update clear 2nd level cache?

java hibernate

Why is it recommended to avoid unidirectional one-to-many association on a foreign key? [duplicate]

java sql hibernate rdbms

How to populate Java (web) application with initial data using Spring/JPA/Hibernate

Hibernate schema parameter doesn't work in @SequenceGenerator annotation

Using jdbcAuthentication in Spring Security with Hibernate

Apparent connection leak detected with Hikari CP

checks for constraint violation before persisting an entity

hibernate jpa seam richfaces

Does hibernate preserve the order of a LinkedHashSet and if so, how?

What is the best way to launch HSQLDB for unit testing, when working with spring, maven and hibernate?