Specifying distinct sequence per table in Hibernate on subclasses

前端 未结 5 772
北荒
北荒 2020-12-28 14:47

Is there a way to specify distinct sequences for each table in Hibernate, if the ID is defined on a mapped superclass?

All entities in our application extend a super

5条回答
  •  渐次进展
    2020-12-28 15:29

    TABLE generation stretergy uses separate db sequence for each table but it is little expensive operation

提交回复
热议问题