Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Programmatic Bean Validation (JSR 303) without Annotation [duplicate]

Java standalone app with JPA + Hibernate (or similar) and Apache Derby embedded DB

java hibernate jpa derby

JPQL Hibernate NULLS LAST being ignored

java hibernate jpa jpql

DISCRIMINATOR based Multi-Tenancy with Spring Data JPA+Hibernate

JPA2/Hibernate Criteria or CriteriaQuery for Postgres JSON type

Hibernate: foreign key without entity class, only by id

JPA: Parameterized instances of AttributeConverter

Dynamic schema in Hibernate @Table Annotation

java hibernate

Calculate time with JPA or native query

hibernate jpa jpql

Deadlock not detected during MySQL Hibernate JPA transaction

Hibernate aliasToBean does not convert string to Enum

hibernate enums hql

sqlite and hibernate - is good idea?

java hibernate sqlite

OneToOne + No Foreginkey + Unidirectional + Datamissing => EntityNotFoundException

Criteria.DISTINCT_ROOT_ENTITY doesn't prevent duplicated objects

Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument;

How to fix "is in unnamed module of loader 'app';" with hibernate.load

Trying to store a temporal collection with Erwin Vervaet's framework and getting ClassCastException

java hibernate temporal

Is it possible to remove order from Hibernate Criteria?

Are native SQL queries cached by default when Hibernate query cache is turned on?

hibernate caching ehcache

JPA composite primary key [duplicate]