Class ReactiveIdentityGenerator
java.lang.Object
org.hibernate.id.IdentityGenerator
org.hibernate.reactive.persister.entity.impl.ReactiveIdentityGenerator
- All Implemented Interfaces:
Serializable,org.hibernate.generator.Generator,org.hibernate.generator.OnExecutionGenerator,org.hibernate.id.BulkInsertionCapableIdentifierGenerator,org.hibernate.id.Configurable,org.hibernate.id.PostInsertIdentifierGenerator
public class ReactiveIdentityGenerator
extends org.hibernate.id.IdentityGenerator
Fix the insert and select id queries generated by Hibernate ORM
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.id.insert.InsertGeneratedIdentifierDelegategetGeneratedIdentifierDelegate(org.hibernate.persister.entity.EntityPersister persister) Methods inherited from class org.hibernate.id.IdentityGenerator
getReferencedColumnValues, referenceColumnsInSqlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
determineBulkInsertionIdentifierGenerationSelectFragment, supportsBulkInsertionIdentifierGenerationMethods inherited from interface org.hibernate.id.Configurable
configure, initializeMethods inherited from interface org.hibernate.generator.Generator
allowAssignedIdentifiers, allowMutation, generatedBeforeExecution, generatedOnExecution, generatesOnForceIncrement, generatesOnInsert, generatesOnUpdate, generatesSometimesMethods inherited from interface org.hibernate.generator.OnExecutionGenerator
generatedOnExecution, getUniqueKeyPropertyNamesMethods inherited from interface org.hibernate.id.PostInsertIdentifierGenerator
configure, getEventTypes, writePropertyValue
-
Constructor Details
-
ReactiveIdentityGenerator
public ReactiveIdentityGenerator()
-
-
Method Details
-
getGeneratedIdentifierDelegate
public org.hibernate.id.insert.InsertGeneratedIdentifierDelegate getGeneratedIdentifierDelegate(org.hibernate.persister.entity.EntityPersister persister) - Specified by:
getGeneratedIdentifierDelegatein interfaceorg.hibernate.generator.OnExecutionGenerator- Overrides:
getGeneratedIdentifierDelegatein classorg.hibernate.id.IdentityGenerator- See Also:
-
for some limitations related to CockroachDB
-