Search code examples
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
Spring Boot. Doing a saveAndFlush with modifying an entity results to unsaved trancient exception...

javaspringspring-boothibernatehibernate-mapping

Read More
Spring boot error org.hibernate.MappingException: Could not determine type...

javaspringspring-boothibernatehibernate-mapping

Read More
Spring Data upsert by equals...

javaspringhibernatespring-datahibernate-mapping

Read More
How to perform the "in" query on jpa's @ManyToOne JoinColumn without querying the enti...

javasqlspringhibernatehibernate-mapping

Read More
Why Spring JPA Bidirectional OneToMany and ManyToOne is not updating the foreign key column?...

javasqlspringhibernatehibernate-mapping

Read More
AnnotationException: A Foreign key refering has the wrong number of column. should be 2...

hibernatejpaormpersistencehibernate-mapping

Read More
AnnotationException: Unable to map collection...

javaspringpostgresqlhibernatehibernate-mapping

Read More
Infinite recursion with many to many relationship...

javajsondatabasehibernatehibernate-mapping

Read More
Spring Data JPA : persist a many to may relationship in both directions...

javaspringspring-bootspring-data-jpahibernate-mapping

Read More
javax persistence relationship between parent and child. This last child is in turn parent of other ...

javahibernatejpacollectionshibernate-mapping

Read More
hibernate multiple @OneToMany relationships generating more results in parent relationship...

javasqlhibernatejpahibernate-mapping

Read More
Is possible to use an expression logic on @Formula which has a boolean field to compare dates?...

javasqlpostgresqlhibernatehibernate-mapping

Read More
Composite key and many to one...

javadatabasehibernatejpahibernate-mapping

Read More
JPA: @PrimaryKeyJoinColumn or @JoinColumn + @Id...

javaspringspring-boothibernatehibernate-mapping

Read More
How to map one entity to different table...

javahibernatespring-data-jpaspring-datahibernate-mapping

Read More
Hibernate One-To-Many Mapping issue using @JoinTable...

javamysqlspringhibernatehibernate-mapping

Read More
Hibernate OneToOne relationship java.lang.NullPointerException...

javaspringhibernatesethibernate-mapping

Read More
ManyToOne OneToMany bi-direction: Retrieve data from reference table...

javaspringspring-boothibernatehibernate-mapping

Read More
foreign key not updating in child table in many to one mapping in spring boot jpa...

javaspringspring-boothibernatehibernate-mapping

Read More
Entity with existing table spring data jpa...

javaspringspring-boothibernatehibernate-mapping

Read More
How to return fields in Spring Boot that is not present in the model?...

javaspringspring-bootspring-datahibernate-mapping

Read More
Theoretical question on Hibernate Lazy Loading...

javaspringhibernatespring-datahibernate-mapping

Read More
BackNext