Search code examples
Spring boot : Referential integrity constraint violation...


spring-bootspring-data-jpahibernate-mapping

Read More
Use of @OneToMany or @ManyToMany targeting an unmapped class for List<String> in Spring data j...


javaspringspring-boothibernatehibernate-mapping

Read More
JPA OneToOne relationships returning null...


javaspringhibernatejpahibernate-mapping

Read More
How to create indexes using Hibernate for PostgreSQL...


javaspringhibernatepostgresqlhibernate-mapping

Read More
How to define the order of fields on foreign key mapping using Hibernate and JPA?...


javaspringhibernatejpahibernate-mapping

Read More
Hibernate - column is null in each row (@JoinColumn)...


hibernatehibernate-mapping

Read More
Problem with mapping and managing entity, Hibernate...


javahibernateone-to-manyhibernate-mapping

Read More
Why would you use @JoinTable annotation instead of Unidirectional @OneToMany annotation within Java...


javahibernatejpajoinhibernate-mapping

Read More
Bug in Spring Data JPA: Spring Data returns List<BigInteger> instead of List<Long>...


postgresqlhibernate-mappingspring-data-jpa

Read More
Map primary key to composite key in JPA...


spring-boothibernatespring-data-jpahibernate-mapping

Read More
Missing @CreationTimestamp and @UpdateTimestamp after generating persistence mapping by database sch...


javahibernatemavenintellij-ideahibernate-mapping

Read More
java - Hibernate map component with multiple arrays...


javahibernatehibernate-mapping

Read More
Hibernate @Filter does not work in JPA?...


javahibernatejpaone-to-manyhibernate-mapping

Read More
Hibernate @OneToOne loaded even though is lazy...


javaspringhibernatespring-datahibernate-mapping

Read More
JPA Hibernate Dynamic entity mapping & persistence at runtime...


hibernatejpaspring-dataspring-data-jpahibernate-mapping

Read More
Hibernate ManyToMany bidirectional relationship is not fetching parent entities in child...


javahibernatejpahibernate-mapping

Read More
Hibernate: delete the parent/owner while keeping the child in one-to-one relationship...


javahibernatejpahibernate-mappingcascade

Read More
Hibernate not creating PostgreSQL schema object using JPA entities...


hibernatejpaspring-datahibernate-mappingpostgresql-9.4

Read More
Hibernate Composite Key - add another key from @JoinColumns...


javahibernatejpahibernate-mapping

Read More
Hibernate returns null for time '00:00:00'...


javamysqlspringhibernatehibernate-mapping

Read More
SpringBoot+Kotlin+Postgres and JSONB: "org.hibernate.MappingException: No Dialect mapping for J...


postgresqlspring-bootkotlinspring-data-jpahibernate-mapping

Read More
How Hibernate session.getTransaction().commit() knows there are private field changes without callin...


javadatabasehibernatejdbchibernate-mapping

Read More
How to save multiple entity in one action related in Many to Many Relationship [Spring Boot 2, JPA, ...


javaspringjpamany-to-manyhibernate-mapping

Read More
I don't know how to convert sql query to criteriabuilder in hibernate?...


mysqlhibernatehibernate-mappinghibernate-criteria

Read More
How can I send data in POST body without setting the auto generated primary key values in Spring Boo...


hibernatespring-bootpostpostmanhibernate-mapping

Read More
Hibernate XML Mapping - When foreign-key column name is different that mapped table's column nam...


hibernatehibernate-mappinghibernate-xml-mapping

Read More
How to manage OnetoOne inserting data in child only...


javahibernatejpahibernate-mapping

Read More
Operand should contain 2 column(s) when fetching data through JPQL using IN & MEMBER OF clause...


javamysqlspring-bootjpqlhibernate-mapping

Read More
Using lists as columns results in bad performance - JPA...


javahibernatejpaspring-data-jpahibernate-mapping

Read More
How to fetch an id with mapping column in criteria builder...


spring-boothibernate-mappinghibernate-criteria

Read More
BackNext