Search code examples
I have the FetchType.LAZY and hibernate objects are still loaded...

hibernatelazy-loadinghibernate-mappingeager-loading

Read More
Hibernate doesn't save entity...

javadatabasehibernatehibernate-mapping

Read More
Hibernate: New Session without dropping the tables...

javahibernatehibernate-mapping

Read More
Hibernate is not auto-creating a table that does not exist in the DB...

hibernatehibernate-mapping

Read More
Hibernate loads wrong entity with Polymorphism...

javahibernatejpaspring-data-jpahibernate-mapping

Read More
Return a Mapped result in JPA Spring Boot...

hibernatejpaspring-data-jpahqlhibernate-mapping

Read More
<element> vs <composite-element> in Hibernate...

hibernatehibernate-mapping

Read More
Hibernate OneToOne relationship needs child value to be passed from parent domain object...

spring-boothibernatekotlinspring-data-jpahibernate-mapping

Read More
How can i make a @resultsetmapping for a @onetomany only happen if the foreign key is not null?...

hibernatejpahibernate-mapping

Read More
Hibernate, using non-primary keys for join table (xml configuration)...

hibernatehibernate-mapping

Read More
hbm2ddl.auto is set to "UPDATE", but its trying to create table before every insertion...

javahibernatehibernate-mapping

Read More
Can I map properties directly in Java Stream?...

javaspring-bootjava-streamhibernate-mapping

Read More
DuplicateMappingException contains physical column name referred to by multiple logical column names...

javaspring-boothibernatehibernate-mapping

Read More
map a @OneToMany relationship using a string column as a key...

springspring-bootspring-data-jpahibernate-mapping

Read More
How should I register custom Hibernate 5 data type (BasicType) when Spring Data is used?...

javaspringhibernatespring-datahibernate-mapping

Read More
Why am I obtaining this error related the auto increment PK of a PosgreSQL table using Hibernate? ER...

javaspring-boothibernatespring-data-jpahibernate-mapping

Read More
Unique Constraint Over Multiple Columns...

hibernatepostgresqlseamhibernate-mappingseam2

Read More
How to manage version history for Many-To-Many relationship using deltas in Hibernate?...

hibernatedatabase-designversionhibernate-mappingredundancy

Read More
How persist two objects related to each other at the same time?...

javaspring-boothibernatehibernate-mapping

Read More
Hibernate - how to use cascade in relations correctly...

javahibernatejpahibernate-mappingcascade

Read More
Hibernate createNativeQuery returns duplicate rows...

sqljsonhibernateweb-serviceshibernate-mapping

Read More
How to load only ids from Many to Many mapping tables?...

hibernatehibernate-mappinghibernate-annotations

Read More
Hibernate: mapping with a map and getting argument type mismatch...

javahibernatehibernate-mapping

Read More
Why Hibernate is not performing the JOIN on this MANY TO MANY association table using @ManyToMany an...

javaspring-boothibernatespring-data-jpahibernate-mapping

Read More
Setting allowOutOfTransactionUpdateOperations property in hibernate...

javahibernatehibernate-mappingsessionfactory

Read More
JPA EntityNotFoundException. How to query without considering relationship mapping using JPA Criteri...

javahibernatehibernate-mappinghibernate-criteriajpa-2.1

Read More
Hibernate association references unmapped class exception...

hibernatehibernate-mapping

Read More
Hibernate @OneToMany association tries to set a null FK value...

javahibernatejpaormhibernate-mapping

Read More
Caused by: org.hibernate.MappingException: Could not determine type for: java.util.Collection, at ta...

springhibernatespring-datahibernate-mapping

Read More
The Parent entity inside child entity pull the child again...

javaspring-boothibernatespring-data-jpahibernate-mapping

Read More
BackNext