Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-mapping

Strange Hibernate exception with column type

Length of primary key for Long data type in Java (and Hibernate)?

Column cannot be null could not insert

Hibernate and MS SQL Server Identity column

saveorupdate() does not update collection (list) one-to-many mapping in hibernate

How to delete children on update parent?

JPA: Selecting subset of entity won't load @OneToOne property

Change PrimaryKey type in model classes of Oracle db, generated with hibernate

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

Add mapping classes as a separate xml file in hibernate

Hibernate with Glassfish 4.1

How to model a friendship relationship in hibernate?

Are positional parameters deprecated in Hibernate 5.3.2?

Hibernate does not delete orphans on OneToMany

Hibernate @Version annotation

How to create a customerNumber generator for each company in Hibernate

How to adjust constraints / DB mapping for Map within grails domain class

Hibernate Filter Programmatically

Stripping trailing whitespace from char fields in a legacy database with Grails GORM

Delete child from parent and parent from child automatically with JPA annotations