Interface ReactiveDatabaseStructure

  • All Superinterfaces:
    org.hibernate.id.enhanced.DatabaseStructure, org.hibernate.boot.model.relational.ExportableProducer

    public interface ReactiveDatabaseStructure
    extends org.hibernate.id.enhanced.DatabaseStructure
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ReactiveAccessCallback buildReactiveCallback​(org.hibernate.engine.spi.SharedSessionContractImplementor session)  
      • Methods inherited from interface org.hibernate.id.enhanced.DatabaseStructure

        buildCallback, configure, getAllSqlForTests, getIncrementSize, getInitialValue, getPhysicalName, getTimesAccessed, initialize, isPhysicalSequence, prepare, registerExportables
    • Method Detail

      • buildReactiveCallback

        ReactiveAccessCallback buildReactiveCallback​(org.hibernate.engine.spi.SharedSessionContractImplementor session)