Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Why is reading a JDBC ResultSet by position faster than by name and how much faster?

Password encryption with Spring/Hibernate - Jasypt or something else? [closed]

Is there a good reason to configure hibernate with XML rather than via annotations?

Hibernate recursive initialization

hibernate

Moving Hibernate instrumentation to build time