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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
    getGeneratedIdentifierDelegate(org.hibernate.persister.entity.EntityPersister persister)
     

    Methods inherited from class org.hibernate.id.IdentityGenerator

    getReferencedColumnValues, referenceColumnsInSql

    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, generatesOnForceIncrement, generatesOnInsert, generatesOnUpdate, generatesSometimes

    Methods inherited from interface org.hibernate.generator.OnExecutionGenerator

    generatedOnExecution, getUniqueKeyPropertyNames

    Methods 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:
      getGeneratedIdentifierDelegate in interface org.hibernate.generator.OnExecutionGenerator
      Overrides:
      getGeneratedIdentifierDelegate in class org.hibernate.id.IdentityGenerator
      See Also:
      • for some limitations related to CockroachDB