Thomas Heigl You can specify a custom MultiTableBulkIdStrategy in one of 3 ways, 2 of which I'll list here. The 3rd is more an integration deal.
- Use the org.hibernate.cfg.AvailableSettings#HQL_BULK_ID_STRATEGY ("hibernate.hql.bulk_id_strategy") configuration setting
- Use org.hibernate.boot.SessionFactoryBuilder#applyMultiTableBulkIdStrategy
|