Search code examples
How to replace PropertyAccessor in Hibernate 5?...

javaspringhibernatejpa

Read More
Spring Data JPA or spring hibernate which do i need to learn RN...

springhibernatejpaspring-data-jpa

Read More
JPA is duplicating a column when inserting. Multiple columns as primary and foreign key...

javajpaforeign-keys

Read More
Spring Data JPA delete native query throwing exception...

javajpaspring-data-jpanativequery

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

javahibernatejpa

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

javamysqlspring-boothibernatejpa

Read More
Java Spring Boot JPA database connection issue...

javaspringspring-bootjpaspring-data-jpa

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

springhibernatespring-mvcjpagradle

Read More
CascadeType.ALL doesn't save the children. the child doesn't get presist and saved...

javadatabasespring-bootjpacascade

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

springhibernatejpaspring-datapojo

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
JPQL : geting results from a multi expression select...

jpajpql

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
The SQL Table name gets automatically changed during PostMapping...

javaspringspring-bootjpa

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
Why doing query.from multiple times returns wrong count?...

javaspring-bootjpacriteria-api

Read More
Deleting a database row using an entity with an embedded ID...

javadatabaserestjpa

Read More
Fetch entity relations using native sql query in JPA repository method...

javaspring-bootjpaspring-data-jpa

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

hibernatejpajpql

Read More
Hibernate unidirectional OneToMany cascade insert failed...

hibernatejpaspring-data-jpa

Read More
How to Generate an auto UUID using Hibernate on spring boot...

hibernatejpaspring-bootuuid

Read More
Spring boot global commit JPA transaction event?...

springjpaspring-transactions

Read More
JPA: what is the proper pattern for iterating over large result sets?...

javahibernatejpa

Read More
Derived query method not working in JPA if the property contains string "Matches" in it...

javaspring-bootjpaspring-boot-3jparepository

Read More
Can I limit the result of JPQL to just return one result?...

springjpaspring-dataspring-data-jpajpql

Read More
BackNext