接口的使用
org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
-
使用InsertGeneratedIdentifierDelegate的程序包 程序包 说明 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中InsertGeneratedIdentifierDelegate的使用
实现InsertGeneratedIdentifierDelegate的org.hibernate.dialect.identity中的类 修饰符和类型 类 说明 classGetGeneratedKeysDelegateDelegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeysclassOracle12cGetGeneratedKeysDelegate -
org.hibernate.id中InsertGeneratedIdentifierDelegate的使用
实现InsertGeneratedIdentifierDelegate的org.hibernate.id中的类 修饰符和类型 类 说明 static classIdentityGenerator.BasicDelegateDelegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY valuestatic classIdentityGenerator.InsertSelectDelegateDelegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.static classSelectGenerator.SelectGeneratorDelegateThe delegate for the select generation strategy.static classSequenceIdentityGenerator.Delegate已过时。返回InsertGeneratedIdentifierDelegate的org.hibernate.id中的方法 修饰符和类型 方法 说明 InsertGeneratedIdentifierDelegateIdentityGenerator. getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)InsertGeneratedIdentifierDelegatePostInsertIdentifierGenerator. getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)InsertGeneratedIdentifierDelegateSelectGenerator. getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)InsertGeneratedIdentifierDelegateSequenceIdentityGenerator. getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)已过时。 -
org.hibernate.id.insert中InsertGeneratedIdentifierDelegate的使用
实现InsertGeneratedIdentifierDelegate的org.hibernate.id.insert中的类 修饰符和类型 类 说明 classAbstractReturningDelegateAbstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.classAbstractSelectingDelegateAbstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires a subsequent select after the insert to determine the generated identifier.
-