Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

How to lock whole entity (table) in JPA entity manager

hibernate jpa locking entity

JPA Inheritance issue

java hibernate inheritance jpa

How to get the count of deleted entities

java spring hibernate

Count number of group by rows in hibernate with criteria

java sql hibernate group-by

JPA shared cache / second level cache in WildFly

How to migrate same class with 2 entity-names to Spring Data JPA?

java hibernate jpa spring-data

How can I debug processing of hibernate.hbm2ddl.import_files value combined with hsqldb?

Does committing transaction close session?

Hibernate - Is there a way to join 2 columns against 1?

java mysql spring hibernate join

H2 index name uniqueness

java hibernate jpa orm h2

how does Hikari recycle connections?

Hibernate query with an alias

java hibernate criteria

@SqlResultSetMapping columns : entities with sub-entities

java sql hibernate entity

When using Entity Graphs in JPA 2.1, is there a way of using the metamodel when there are Subgraphs of Subgraphs?

Is there a way to merge a JPA Entity based on unique key instead of primary key (in Hibernate)?

JPA @Lob property encoding not working with PostgreSQL text

@Id annotation in JPA and Hibernate

java hibernate jpa

Hibernate batch update using HQL Query

Load ManyToOne Relation with Hibernate Envers - Eager/Lazy?

In Hibernate HQL, how do I left join fetch a subclass' linked entities when multiple subclasses have a property with the same name?

java hibernate