Search code examples
MySQL - Get the latest record for a given list of column values...

mysqlsqlhibernate

Read More
Spring Boot JPA @Query update does not work...

springspring-bootkotlinhibernatespring-data-jpa

Read More
Which approach is more efficient with hibernate...

javahibernatejpa

Read More
Why hibernate 6 throw an excetion "java.lang.IllegalArgumentException: Already registered a cop...

spring-boothibernatespring-data-jpa

Read More
Hibernate: Envers does not work with derived classes with no member fields...

javaspringhibernatehibernate-envers

Read More
Spring Boot Custom Datasource: How to tell Hibernate to create tables...

javaspringspring-boothibernate

Read More
How is JPA's Sort.by() is able to access nested fields of entity?...

javamysqlspring-boothibernatejpa

Read More
Unable to resolve name [org.hibernate.dialect.MySQL5Dialect ] as strategy [org.hibernate.dialect.Dia...

springhibernatespring-mvcjpagradle

Read More
How to use Quarkus HIbernate for RDS IAM based authentication...

kotlinhibernateamazon-rdsquarkusidentity-management

Read More
How do I map a CHAR(1) to a boolean using Hibernate for Java?...

javahibernate

Read More
Hibernate - A collection with cascade=”all-delete-orphan” was no longer referenced by the owning ent...

javahibernatehibernate-mapping

Read More
Spring Data JPA map the native query result to Non-Entity POJO...

springhibernatejpaspring-datapojo

Read More
Failed hibernate mapping: An association from the table X refers to an unmapped class Y...

hibernatehibernate-mappingpojohbm

Read More
JPA duplicate entry error on EntityManager.remove and then EntityManager.persist...

javaspringhibernatejpaentitymanager

Read More
could not deserialize] with root cause java.io.EOFException: null...

javaspringhibernatejpaserialization

Read More
What is referencedColumnName used for in JPA?...

hibernatejpaormeclipselinkopenjpa

Read More
How do I reload the index before searching in Hibernate Lucene...

javaspring-boothibernatelucenehibernate-search

Read More
Why "OneToOne" relationship allow to store more than one data in database...

javaspring-boothibernatespring-mvcthymeleaf

Read More
JPA AttributeConverter makes hibernate generate update statements on whole table in transaction...

javaspringhibernatejpaspring-data-jpa

Read More
Oracle CLOB and JPA/Hibernate ORDER BY?...

oracle-databasehibernatejpajpqlora-00932

Read More
jpa 2 criteria hibernate 5.2 nested joins...

javahibernatejpanestedcriteria-api

Read More
How to specify a Primary Key on @ElementCollection...

javahibernatejpaormhibernate-mapping

Read More
IdentifierGenerationException when persisting @OneToOne relationship with shared primary key...

javahibernatejpahibernate-annotations

Read More
org.hibernate.Query cannot be converted to org.hibernate.query.Query [javac] Query query = session.c...

javahibernateant

Read More
The increment size of the sequence is set to [50] in the entity mapping while the associated databas...

javaspringhibernatespring-bootspring-mvc

Read More
How to resolve circular foreign key constraints with NOT NULL in Hibernate...

javamysqlhibernateormforeign-keys

Read More
Error while fetching enum value from database: No enum constant, nested exception is java.lang.Illeg...

javaspring-boothibernateenumsspring-data

Read More
Get the number of records updated after executing a jpql query...

hibernatejpajpql

Read More
How to write a query in hibernate for count(*)...

hibernatehql

Read More
Hibernate unidirectional OneToMany cascade insert failed...

hibernatejpaspring-data-jpa

Read More
BackNext