程序包的使用
org.hibernate.id.insert
-
使用org.hibernate.id.insert的程序包 程序包 说明 org.hibernate.dialect.identity org.hibernate.id This package contains internal implementation classes for the main API interfaces.org.hibernate.id.insert -
org.hibernate.dialect.identity使用的org.hibernate.id.insert中的类 类 说明 AbstractReturningDelegate Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.IdentifierGeneratingInsert Nothing more than a distinguishing subclass of Insert used to indicate intent.InsertGeneratedIdentifierDelegate Responsible for handling delegation relating to variants in how insert-generated-identifier generator strategies dictate processing: building the sql insert statement determination of the generated identifier value -
org.hibernate.id使用的org.hibernate.id.insert中的类 类 说明 AbstractReturningDelegate Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.AbstractSelectingDelegate Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires a subsequent select after the insert to determine the generated identifier.IdentifierGeneratingInsert Nothing more than a distinguishing subclass of Insert used to indicate intent.InsertGeneratedIdentifierDelegate Responsible for handling delegation relating to variants in how insert-generated-identifier generator strategies dictate processing: building the sql insert statement determination of the generated identifier value -
org.hibernate.id.insert使用的org.hibernate.id.insert中的类 类 说明 Binder IdentifierGeneratingInsert Nothing more than a distinguishing subclass of Insert used to indicate intent.InsertGeneratedIdentifierDelegate Responsible for handling delegation relating to variants in how insert-generated-identifier generator strategies dictate processing: building the sql insert statement determination of the generated identifier value