Search code examples
Spring JPA repository conditional overloaded joinColumn implementation...

hibernatejpahibernate-mapping

Read More
Spring boot create database view for entity...

spring-boothibernatespring-data-jpahibernate-mappingdatabase-view

Read More
Hibernate throws "NULL not allowed for column" as the JPA OneToOne relation FK is missing ...

javahibernatejpahibernate-mappingone-to-one

Read More
How to map OneToOne relations properly?...

javahibernatejpajdbchibernate-mapping

Read More
Mapping entities with composite foreign keys in JPA...

javahibernatejpaormhibernate-mapping

Read More
Hibernate EmptyInterceptor onFlushDirty() is not executing...

javaspringhibernatespring-mvchibernate-mapping

Read More
Hibernate @OneToMany throws MySQLSyntaxErrorException: You have an error in your SQL syntax...

javamysqlhibernatehibernate-mappinghsqldb

Read More
Mapping a many-to-one relationship with a composite alternate key...

javahibernatejpaormhibernate-mapping

Read More
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
BackNext