Class ReactiveIdentityGenerator.ReactiveInsertAndSelectDelegate

  • All Implemented Interfaces:
    org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
    Enclosing class:
    ReactiveIdentityGenerator

    public static class ReactiveIdentityGenerator.ReactiveInsertAndSelectDelegate
    extends org.hibernate.id.IdentityGenerator.InsertSelectDelegate
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveInsertAndSelectDelegate​(org.hibernate.id.PostInsertIdentityPersister persister, org.hibernate.dialect.Dialect dialect)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.id.insert.IdentifierGeneratingInsert prepareIdentifierGeneratingInsert​(org.hibernate.boot.model.relational.SqlStringGenerationContext context)  
      • Methods inherited from class org.hibernate.id.IdentityGenerator.InsertSelectDelegate

        determineGeneratedIdentifier, executeAndExtract, prepare
      • Methods inherited from class org.hibernate.id.insert.AbstractReturningDelegate

        getPersister, performInsert, releaseStatement
      • 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.insert.InsertGeneratedIdentifierDelegate

        performInsert, prepareIdentifierGeneratingInsert
    • Constructor Detail

      • ReactiveInsertAndSelectDelegate

        public ReactiveInsertAndSelectDelegate​(org.hibernate.id.PostInsertIdentityPersister persister,
                                               org.hibernate.dialect.Dialect dialect)
    • Method Detail

      • prepareIdentifierGeneratingInsert

        public org.hibernate.id.insert.IdentifierGeneratingInsert prepareIdentifierGeneratingInsert​(org.hibernate.boot.model.relational.SqlStringGenerationContext context)
        Specified by:
        prepareIdentifierGeneratingInsert in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
        Overrides:
        prepareIdentifierGeneratingInsert in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate