Search code examples
HibernateException: Missing column: Wrong name...

javaspringhibernatehibernate-mappingnaming

Read More
Hibernate/JPA property mapping result of database function with other columns...

javahibernatejpahibernate-mapping

Read More
Hibernate Criteria - org.hibernate.PropertyAccessException: IllegalArgumentException...

javahibernateormcriteriahibernate-mapping

Read More
StaleStateException: Batch update returned unexpected row count from update [0]; actual row count: 0...

hibernatehibernate-mappinghibernate-onetomany

Read More
How to specify a sequence-based generated value in Hibernate 5 via legacy mapping...

javahibernatehibernate-mapping

Read More
Hibernate one-to-one mapping...

hibernatejakarta-eenhibernate-mappinghibernate-mapping

Read More
Hibernate enum casting and converter mapping...

javahibernateenumshibernate-mappingpostgresql-9.1

Read More
Hibernate fail to create Foreign key...

mysqlhibernatespring-mvchibernate-mapping

Read More
Documentation - How do I declare a method transient in hibernate hbm.xml file?...

javahibernatehibernate-mappinghbmxml

Read More
How to map one to one relation with no foreign key in JPA?...

javajpajpa-2.0hibernate-mappingone-to-one

Read More
Problems inserting many-to-one row in Hibernate with Oracle...

javaoracle-databasehibernatehibernate-mapping

Read More
Hibernate 4.3 Exception occurred inside setter when load all element for the DB when try mapping a T...

javahibernatejpahibernate-mapping

Read More
How to fix org.hibernate.MappingException unmapping class...

javamysqlhibernateone-to-manyhibernate-mapping

Read More
HIbernate doesn't create table that already exist in another database...

javaspringhibernatespring-data-jpahibernate-mapping

Read More
Eager loading at Collection level with Annotation in Hibernate...

javahibernatehibernate-mapping

Read More
Using same entity twice in another entity in hibernate...

javahibernatehibernate-mappingone-to-one

Read More
LazyCollectionOption.EXTRA with Spring proxys?...

javaspringhibernatejpahibernate-mapping

Read More
Session.flush() causes org.hibernate.StaleStateException: Batch update returned unexpected row count...

javahibernatehibernate-mapping

Read More
Hibernate: Mapping a One-To-Many-Reference from a non primary key to a primary key...

hibernatehibernate-mapping

Read More
ManyToOne relation where a column is referenced with concatenation of two columns...

javasqljpahibernate-mapping

Read More
Hibernate with mariaDB generate Key in Mapping Table...

mysqlhibernatespring-bootmariadbhibernate-mapping

Read More
ERROR: constraint for relation already exists with hibernate 4.3.1...

javahibernatejpahibernate-mapping

Read More
persistence issue with multiple @oneToMany associations in a single class with different classes...

javajpaormhibernate-mappinghibernate-onetomany

Read More
Unable to instantiate custom type error in Hibernate mapping Enum mapping...

hibernateenumshibernate-mapping

Read More
How to do multiple column UniqueConstraint in hbm?...

hibernatepersistenceconstraintsunique-constrainthibernate-mapping

Read More
If the database table column is set with auto_increment then why are we using @generatedValue...

javamysqlhibernatehibernate-mapping

Read More
Foreign Key of Type String in Hibernate...

javahibernatespring-bootjpahibernate-mapping

Read More
Spring boot :Hibernate annotation...

hibernatespring-bootjpamany-to-manyhibernate-mapping

Read More
HibernateException when updating a collection configured with delete orphan : can't save the par...

javahibernatejpahibernate-mapping

Read More
How to programmatically bind Hibernate Type for selected entity fields?...

javahibernatehibernate-mapping

Read More
BackNext