Search code examples
Bidirectional @OneToMany relation with JPA annotations doesn't seem to work...


javahibernatejpaormhibernate-mapping

Read More
How to change the Hibernate CharacterTypeDescriptor to handle empty column values...


javahibernatejpahibernate-mapping

Read More
How to exclude an entity field when doing an update with JPA...


javadatabasehibernatejpahibernate-mapping

Read More
In which case do you use the JPA @JoinTable annotation?...


javahibernatejpamany-to-manyhibernate-mapping

Read More
Hibernate many-to-many remove relation...


javahibernateormmany-to-manyhibernate-mapping

Read More
Can a JPA entity have multiple OneToMany associations?...


javahibernatejpaormhibernate-mapping

Read More
How to map calculated properties with JPA and Hibernate...


javahibernatejpaormhibernate-mapping

Read More
Is it possible to limit the size of a @OneToMany collection with Hibernate or JPA Annotations?...


javaperformancehibernatejpahibernate-mapping

Read More
JPA clear collection and add new items...


javahibernatejpaormhibernate-mapping

Read More
Delete child from parent and parent from child automatically with JPA annotations...


javahibernatejpaormhibernate-mapping

Read More
org.hibernate.loader.MultipleBagFetchException: cannot simultaneously fetch multiple bags...


javahibernatejpahibernate-mappingbag

Read More
JPA lazy fetch not working and throwing LazyInitializationException...


javaspringhibernatejpahibernate-mapping

Read More
What does the Hibernate proxy object contain?...


javahibernateormproxyhibernate-mapping

Read More
Why does Hibernate require the list-index to be nullable?...


javahibernatelistormhibernate-mapping

Read More
java.lang.NoClassDefFoundError: javassist/util/proxy/MethodFilter...


javaspringhibernatespring-mvchibernate-mapping

Read More
Hibernate hibernate.hbm2ddl.auto=create/update/validate doesn't work for correctly for custom di...


javahibernateormhibernate-mapping

Read More
Bi-directional one-to-one mapping...


hibernatehibernate-mapping

Read More
Is it possible to cascade none in hibernate spring...


javaspring-boothibernatehqlhibernate-mapping

Read More
Saving an entity with one-to-one relation in JPA...


javaspringjpaspring-data-jpahibernate-mapping

Read More
JpaRepository - Inner Join - Subsequent selects...


spring-bootspring-data-jpahibernate-mapping

Read More
Is Union supported in Hibernate?...


javahibernatefluent-nhibernatehibernate-mapping

Read More
JPA Embeddables - Multiple per Entity, Single Table for all Entities...


javahibernatejpahibernate-mapping

Read More
no row with the given identifier exists hibernate...


hibernatejpahibernate-mappingmany-to-one

Read More
How to update Child entity along with Parent entity in Spring Boot?...


javaspring-boothibernatespring-data-jpahibernate-mapping

Read More
Update delete add list of child entities through parent...


javaspring-data-jpahibernate-mapping

Read More
hibernate 5 org.hibernate.hql.internal.ast.QuerySyntaxException: Emplooye is not mapped...


javahibernatefluent-nhibernatehibernate-mappinghibernate-criteria

Read More
Not-null property references a transient value Hibernate...


javahibernatejpahibernate-mapping

Read More
Getting NPE while using <cache usage=“read-only”/> in HBMXML in Hibernate 5.2.11...


javahibernateormhibernate-mapping

Read More
Hibernate OneToMany mapping & Query generation : More than one row with the given identifier was...


javahibernatejpaspring-data-jpahibernate-mapping

Read More
Hibernate link to next and/or previous within an object...


javahibernateormhibernate-mapping

Read More
BackNext