接口的使用
org.hibernate.id.BulkInsertionCapableIdentifierGenerator
-
使用BulkInsertionCapableIdentifierGenerator的程序包 程序包 说明 org.hibernate.id This package contains internal implementation classes for the main API interfaces.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration -
-
org.hibernate.id中BulkInsertionCapableIdentifierGenerator的使用
实现BulkInsertionCapableIdentifierGenerator的org.hibernate.id中的类 修饰符和类型 类 说明 classAbstractPostInsertGeneratorBasic implementation of thePostInsertIdentifierGeneratorcontract.classIdentityGeneratorA generator for use with ANSI-SQL IDENTITY columns used as the primary key.classSelectGeneratorA generator that selects the just inserted row to determine the identifier value assigned by the database.classSequenceGenerator已过时。UseSequenceStyleGeneratorinsteadclassSequenceHiLoGenerator已过时。See deprecation discussion onSequenceGeneratorclassSequenceIdentityGenerator已过时。See deprecation discussion onSequenceGenerator -
org.hibernate.id.enhanced中BulkInsertionCapableIdentifierGenerator的使用
实现BulkInsertionCapableIdentifierGenerator的org.hibernate.id.enhanced中的类 修饰符和类型 类 说明 classSequenceStyleGeneratorGenerates identifier values based on a sequence-style database structure.
-