Hierarchy For Package org.hibernate.reactive.sql.exec.spi

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.hibernate.sql.exec.internal.BaseExecutionContext (implements org.hibernate.sql.exec.spi.ExecutionContext)
      • org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState (implements org.hibernate.sql.results.jdbc.spi.RowProcessingState)
    • org.hibernate.reactive.sql.exec.spi.ReactiveValuesResultSet

Interface Hierarchy

  • org.hibernate.sql.exec.spi.CacheableJdbcOperation
    • org.hibernate.sql.exec.spi.JdbcSelect (also extends org.hibernate.sql.exec.spi.PrimaryOperation)
  • org.hibernate.sql.exec.spi.JdbcOperation
    • org.hibernate.sql.exec.spi.PrimaryOperation
      • org.hibernate.sql.exec.spi.JdbcSelect (also extends org.hibernate.sql.exec.spi.CacheableJdbcOperation)
  • org.hibernate.reactive.sql.exec.spi.ReactiveJdbcMutationExecutor
  • org.hibernate.reactive.sql.exec.spi.ReactiveSelectExecutor
  • org.hibernate.sql.exec.spi.SecondaryAction
    • org.hibernate.sql.exec.spi.PostAction
    • org.hibernate.sql.exec.spi.PreAction