Class AbstractPostInsertGenerator
java.lang.Object
org.hibernate.id.AbstractPostInsertGenerator
- All Implemented Interfaces:
Serializable, Generator, OnExecutionGenerator, BulkInsertionCapableIdentifierGenerator, Configurable, PostInsertIdentifierGenerator
@Deprecated(forRemoval=true,
since="6.2")
public abstract class AbstractPostInsertGenerator
extends Object
implements PostInsertIdentifierGenerator, BulkInsertionCapableIdentifierGenerator
Deprecated, for removal: This API element is subject to removal in a future version.
Basic implementation of the
PostInsertIdentifierGenerator contract.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BulkInsertionCapableIdentifierGenerator
determineBulkInsertionIdentifierGenerationSelectFragment, supportsBulkInsertionIdentifierGenerationMethods inherited from interface Configurable
configure, initializeMethods inherited from interface Generator
allowAssignedIdentifiers, allowMutation, generatedBeforeExecution, generatedOnExecution, generatesOnForceIncrement, generatesOnInsert, generatesOnUpdate, generatesSometimesMethods inherited from interface OnExecutionGenerator
generatedOnExecution, getGeneratedIdentifierDelegate, getReferencedColumnValues, getUniqueKeyPropertyNames, referenceColumnsInSqlMethods inherited from interface PostInsertIdentifierGenerator
configure, getEventTypes, writePropertyValue
-
Constructor Details
-
AbstractPostInsertGenerator
public AbstractPostInsertGenerator()Deprecated, for removal: This API element is subject to removal in a future version.
-
PostInsertIdentifierGeneratorandBulkInsertionCapableIdentifierGenerator, or even better, simply implementOnExecutionGeneratordirectly.