Search code examples
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
Relation XX does not exist; could not extract Resultset error while using a view convertHibernateAcc...


postgresqlspring-boothibernatehibernate-mappingsql-view

Read More
Undefined filter parameter in Hibernate...


sqlhibernatehibernate-mapping

Read More
How can I retrieve all the children of a record in this Hibernate @ManyToOne relation?...


spring-boothibernatespring-data-jpajpqlhibernate-mapping

Read More
one to one relationship JPA with multipartfile...


javaspringspring-boothibernatehibernate-mapping

Read More
Map Varchar column type to Integer in entity jpa...


javahibernatejpaspring-datahibernate-mapping

Read More
@ManyToMany relationship to store ids only, without any extra columns and references to objects...


hibernatejpahibernate-mapping

Read More
Application Failed to Start Spring Tool Suite...


spring-bootspring-data-jpahibernate-mapping

Read More
Why hibernate doesn't create tables automatically even with hibernate.hbm2ddl.auto" value=&...


javahibernatejpajpa-2.0hibernate-mapping

Read More
BackNext