类的使用
org.hibernate.id.AbstractPostInsertGenerator
-
使用AbstractPostInsertGenerator的程序包 程序包 说明 org.hibernate.id This package contains internal implementation classes for the main API interfaces. -
-
org.hibernate.id中AbstractPostInsertGenerator的使用
org.hibernate.id中AbstractPostInsertGenerator的子类 修饰符和类型 类 说明 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.
-