Quick GORM tip: trigger based primary key generation
GORM is a relational database to object mapper. To work properly it needs to know the primary key for each table. The primary key uniquely (and quickly) identifies a single record from a table. GORM (and Hibernate as the underlaying framework) supports many ways to identify a record in your favorite database. Some legacy databases may use trigger-generated primary … Lees verder Quick GORM tip: trigger based primary key generation