Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

HIbernate OneToMany FetchType.EAGER not returning values

Hibernate override "lazy=false"

Spring Data Hibernate + Pageable: Returns empty results

Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException

java mysql spring hibernate jpa

Java 8 + Hibernate 5 MySQL TIMESTAMP/DATETIME to LocalDateTime Mapping

Initialize lazy collections

java hibernate lazy-loading

QueryDSL and SubQuery with Tuple condition

How to make criteria with array field in Hibernate

How to integrate or make use of KeyCloak user database in my application?

hibernate jpa keycloak

JPA/Hibernate Multiple representations of the same entity

hibernate jpa jpa-2.1

org.h2.jdbc.JdbcSQLException: Schema "DBO" not found

Spring Data JPA - Join unrelated entities by defining projections

Hibernate two ManyToOne relations on one Table, the first gets Eager and the second LAZY loaded

Join more than two tables using Annotations in Spring Data JPA

HikariCP connection pool - 'active' - how to debug?

Hibernate Annoation only bundle

java hibernate maven

Getting Hibernate to generate indexes on foreign keys

Reusing Queries in Hibernate

How do I query UUIDs stored as binary in a database (JPA/Hibernate/MySQL)

hibernate jpa binary uuid

Is it ok to use DataSourceTransactionManager for ORM persistence instead of HibernateTransactionManager?