接口的使用
org.hibernate.id.PostInsertIdentifierGenerator
-
使用PostInsertIdentifierGenerator的程序包 程序包 说明 org.hibernate.id This package contains internal implementation classes for the main API interfaces. -
-
org.hibernate.id中PostInsertIdentifierGenerator的使用
实现PostInsertIdentifierGenerator的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.classSequenceIdentityGenerator已过时。See deprecation discussion onSequenceGenerator
-