Search code examples
org.hibernate.exception.SQLGrammarException: could not insert [com.sample.Person]...


javahibernateormhibernate-mapping

Read More
Foreign key in the child table is null after persisting @OneToMany...


javamysqlspringhibernatehibernate-mapping

Read More
Hibernate inheritance and 2nd level cache proxies...


javahibernatecachingormhibernate-mapping

Read More
Can I use saveOrUpdate method with DynamicUpdate annotation?...


javadatabasehibernateormhibernate-mapping

Read More
Hibernate data fetch type issues...


javadatabasehibernateormhibernate-mapping

Read More
How to delete children on update parent?...


javahibernatejpaormhibernate-mapping

Read More
Fetching data only for specified mapping in HQL query...


javahibernateormhqlhibernate-mapping

Read More
Hibernate doesn't remove object from collection with children in specific case...


javahibernatejpaormhibernate-mapping

Read More
How to delete a @ManyToMany association (joined link) without deleting the actual target entity...


javaspringhibernatejpahibernate-mapping

Read More
Retrieve Hibernate associated entity with pagination...


javaoraclehibernatehibernate-mappinghibernate-criteria

Read More
what is the usage of cascade=evict in hibernate hbm file...


hibernatehibernate-mapping

Read More
Prevent Hibernate from loading lazy ManyToOne...


javahibernatejpaormhibernate-mapping

Read More
Adding a newly persisted entity to a list of entities held by the inverse side of a relationship so ...


javahibernatejpahibernate-mappingbidirectional-relation

Read More
Duplicate entry 'string1-string2' for key 'PRIMARY'...


javaspringhibernatejpahibernate-mapping

Read More
How to create a customerNumber generator for each company in Hibernate...


mysqlhibernatejpaormhibernate-mapping

Read More
How to store values to db with type Class<? extends View> using Hibernate...


javamysqlhibernateormhibernate-mapping

Read More
Why am I not seeing hibernate proxy objects in my ManyToOne associations?...


javahibernatejpaproxyhibernate-mapping

Read More
Hibernate: How to use custom collection of @Embeddables?...


javahibernatecollectionsormhibernate-mapping

Read More
Hibernate Projections / Lazy Loading for non required 1 to 1 Mappings...


javaspringhibernatehibernate-mappinghibernate-criteria

Read More
How to persist "parent" entity when saving a "child" entity?...


javahibernateormhibernate-mappingcascade

Read More
How to map two entities through an associate link entity...


javamysqlhibernatehibernate-mapping

Read More
( Hibernate Oracle cannot insert NULL ) How to insert auto generated ID?...


javaoraclehibernateormhibernate-mapping

Read More
org.hibernate.PersistentObjectException: detached entity passed to persist: com.xptraining.model.Rep...


hibernatehibernate-mapping

Read More
Hibernate entity with more than two OneToMany fields...


javahibernatehibernate-mapping

Read More
Best way to implement an "reorderable" Entity...


javahibernatejpahibernate-mappingspring-data-jpa

Read More
Hibernate bag vs idbag...


javahibernatecollectionsormhibernate-mapping

Read More
index not updating after external entity changes...


javajpaindexinghibernate-mappinghibernate-search

Read More
at org.hibernate.hql.internal.ast.QuerySyntaxException.generateQueryException: model class is not ma...


springhibernatespring-bootspring-data-jpahibernate-mapping

Read More
org.hibernate.MappingException: Unknown entity: com.app.persistence.Test...


springspring-bootspring-dataspring-data-jpahibernate-mapping

Read More
Hibernate persist Map<String, String> without referencing another tables...


javahibernatejpaormhibernate-mapping

Read More
BackNext