Search code examples
Hibernate ManyToOne syntax...


hibernatespring-data-jpahibernate-mapping

Read More
n+1 issue in one to one relation with Lazy Loading...


javahibernatejpaspring-data-jpahibernate-mapping

Read More
Error while mapping postgres arrays in Spring JPA...


javasqlspringpostgresqlhibernate-mapping

Read More
Hibernate throws strange error: Class is not mapped...


javahibernatejpaormhibernate-mapping

Read More
SQLGrammarException: could not prepare statement...


javasqlspringjpqlhibernate-mapping

Read More
JPQL query to fetch all roles of user based on user id...


javaspringspring-data-jpajpqlhibernate-mapping

Read More
Unable to find column with logical name while setting bean property...


javaspring-boothibernatemavenhibernate-mapping

Read More
Unidirectional @OnetoMany mapping deletes all relationships and re-adds remaining ones rather than r...


javahibernatejpaone-to-manyhibernate-mapping

Read More
How to specifiy Hibernate mappings with Spring Boot 2.0?...


spring-boothibernate-mapping

Read More
JPA join 2 Entity based upon 1 common entity...


javadatabasehibernatespring-data-jpahibernate-mapping

Read More
Prevent creation of foreign keys in mapping tables?...


javahibernatejpahibernate-mapping

Read More
Hibernate Onetomany self join adds unique constraint...


javahibernatejpaspring-data-jpahibernate-mapping

Read More
javax.persistence.NonUniqueResultException: query did not return a unique result: 3...


spring-mvcspring-securityhibernate-mappingspring-security-rest

Read More
Hibernate: Unable to query a database table using a Foreign Key...


javamysqldatabasehibernatehibernate-mapping

Read More
Hibernate Tools fails to detect One-to-One Relationship...


hibernatehibernate-mapping

Read More
Will Spring Data's save() method update an entity in the database if there are no changes in the...


springhibernatespring-data-jpaspring-datahibernate-mapping

Read More
Java: saving entities with ManyToMany association...


javajpamany-to-manyhibernate-mapping

Read More
Spring data JPA- Hibernate Many to Many relation is inserting null in link entity table...


spring-boothibernatespring-data-jpahibernate-mapping

Read More
Hibernate one to many mapping for multiple tables...


javaspring-boothibernatemavenhibernate-mapping

Read More
Hibernate: Mapping ManyToOne only to foreign key entities with particular column value...


javahibernatehibernate-mapping

Read More
Hibernate CriteriaBuilder to join multiple tables...


javamysqlhibernatehibernate-mappinghibernate-criteria

Read More
Referencing join column in JPQL...


javaspringjpajpqlhibernate-mapping

Read More
Transactional annotation doesn't solve org.hibernate.LazyInitializationException...


javaspringspring-data-jpaspring-datahibernate-mapping

Read More
How to add child entity for existing parent entity using spring data JPA?...


javaspring-data-jpahibernate-mapping

Read More
Using POJO as a base for hibernate entity...


javahibernatehibernate-mapping

Read More
Why hibernate PolymorphismType.EXPLICIT annotation returns the children of a parent on a JPA findAll...


javahibernateinheritancejpqlhibernate-mapping

Read More
one to one annotation doesn't insert foreign key into a table...


javasqldatabasejpahibernate-mapping

Read More
referenced property unknown when doing JPA One-to-One...


javasqlspringjpahibernate-mapping

Read More
Hibernate execution order with bidirectional references...


javasql-serverspringspring-boothibernate-mapping

Read More
JPA (orphanRemoval = true) Implementation...


javahibernatejpacollectionshibernate-mapping

Read More
BackNext