Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

why hibernate creates a join table for unidirectional OneToMany?

Why does Hibernate generate a CROSS JOIN for an implicit join of a @ManyToOne association?

How to implement triggers in hibernate

java hibernate triggers

Hibernate force timestamp to persist/load as UTC [duplicate]

What are advantages of using @Transactional(readOnly = true)?

What are the Maven dependencies to use hibernate, hibernate annotations, and ehcache?

Immutable Value objects and JPA

Hibernate config connection pool size

hibernate

Hibernate & EHCache : how does maxElementsInMemory work?

How to dynamically add Entity in Hibernate?

JPA: Join Fetch results to NULL on empty many side

Hibernate could not fetch the SequenceInformation from the database

java spring oracle hibernate

What's the difference between Hibernate and JPA?

hibernate jpa

Foreign key not stored in child entity (one-to-many)

How to properly convert List of specific objects to Gson?

java json hibernate gson

Can Flyway or Liquibase generate an update script instead of updating the database directly?

hibernate jpa liquibase flyway

Error using Hibernate with H2 in memory database

java hibernate jpa h2

Hibernate (with annotations) - how to get started

hibernate

JPA Hibernate merge performs insert instead of update

hibernate jpa

Is it possible to update only a subset of attributes on an entity using Spring MVC with JPA?