Package org.hibernate.id
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
determineBulkInsertionIdentifierGenerationSelectFragment, supportsBulkInsertionIdentifierGeneration
Methods inherited from interface org.hibernate.id.Configurable
configure, initialize
Methods inherited from interface org.hibernate.generator.Generator
allowAssignedIdentifiers, allowMutation, generatedBeforeExecution, generatedOnExecution, generatesOnInsert, generatesOnUpdate, generatesSometimes
Methods inherited from interface org.hibernate.generator.OnExecutionGenerator
generatedOnExecution, getGeneratedIdentifierDelegate, getReferencedColumnValues, getUniqueKeyPropertyNames, referenceColumnsInSql
Methods inherited from interface org.hibernate.id.PostInsertIdentifierGenerator
configure, getEventTypes, writePropertyValue
-
Constructor Details
-
AbstractPostInsertGenerator
public AbstractPostInsertGenerator()Deprecated, for removal: This API element is subject to removal in a future version.
-
PostInsertIdentifierGenerator
andBulkInsertionCapableIdentifierGenerator
, or even better, simply implementOnExecutionGenerator
directly.