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.Subclasses should now directly inheritPostInsertIdentifierGeneratorandBulkInsertionCapableIdentifierGenerator, or even better, simply implementOnExecutionGeneratordirectly.Basic implementation of thePostInsertIdentifierGeneratorcontract.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractPostInsertGenerator()Deprecated, 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
create, initialize
-
Methods inherited from interface org.hibernate.generator.Generator
allowAssignedIdentifiers, 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
-
-