Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

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

Why and how hibernate_sequence is using for id generatior

hibernate native query mapping

java hibernate jpa

Spring @Transactional read-only mode rollback behaviour

Hibernate "Column --- cannot be null

Schema based multitenancy with SQLServer and Hibernate

JPA Criteria query eager fetch associated entities using a SINGLE query with joins instead of multiple queries

the hibernate-envers with liquibase

Cannot use Tuple class with native queries

Grails reconnect to mysql when having communications link failure

Score entity based on its likes count and creation time

JPA: The redundant save anti-pattern

How to know underlying database name via Spring Data JPA

efficiently store a result stream in multiple tables with optimistic locking per item

Constructor takes only ID of referenced entity, but getter returns the entity itself - possible?

spring hibernate kotlin jpa

How to initialize Hibernate entities fetched by a remote method call?

java hibernate remoting rmi

Oracle Deadlock when Hibernate application loading data for readonly use

How do I decide the number of connections required in connection pooling?

Add a Group by to a Hibernate Criteria-Query without Projection

Optimizing an ORM-based model post-launch