Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

how to check HikariCP connection pooling is working or not in Java?

How to specify that a combination of columns should be a unique constraint using annotations?

Hibernate Subselect vs Batch Fetching

JPA Hibernate Metamodel generation through maven

hibernate jpa

Not-null property references a null or transient value for persisted value

What is the use of @Table annotation in JPA?

hibernate jpa

What's the best way to share business object instances between Java web apps using JBoss and Spring?

Use database Views with Hibernate

hibernate views

Why hibernate always call "update" statement after using "select" statement in MySQL?

java sql database hibernate jpa

constant enum value in HQL

java hibernate enums hql

JPA: How to fetch eagerly an embedded element collection

java hibernate jpa jpql

JPA concurrency issue "On release of batch it still contained JDBC statements"

JPA CriteriaQuery implements Spring Data Pageable.getSort()

Is there something like Restrictions.eq(true, false) in Criteria API?

Dynamic Queries in Spring Data JPA

How to configure Hibernate 5 with Spring 4

Understanding how spring-data handles @EntityGraph

java hibernate spring-data

Spring JPA with native query and data projection mapping the wrong columns into the projected interface

How to have 2 collections of the same type in JPA?

How to set a default query timeout with JPA and Hibernate?