JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.hibernate.reactive.adaptor.impl
,
org.hibernate.reactive.bulk
,
org.hibernate.reactive.bulk.impl
,
org.hibernate.reactive.common
,
org.hibernate.reactive.engine
,
org.hibernate.reactive.engine.impl
,
org.hibernate.reactive.event
,
org.hibernate.reactive.event.impl
,
org.hibernate.reactive.id
,
org.hibernate.reactive.id.impl
,
org.hibernate.reactive.loader
,
org.hibernate.reactive.loader.collection
,
org.hibernate.reactive.loader.collection.impl
,
org.hibernate.reactive.loader.custom.impl
,
org.hibernate.reactive.loader.entity
,
org.hibernate.reactive.loader.entity.impl
,
org.hibernate.reactive.loader.hql.impl
,
org.hibernate.reactive.mutiny
,
org.hibernate.reactive.mutiny.impl
,
org.hibernate.reactive.persister.collection.impl
,
org.hibernate.reactive.persister.entity.impl
,
org.hibernate.reactive.pool
,
org.hibernate.reactive.pool.impl
,
org.hibernate.reactive.provider
,
org.hibernate.reactive.provider.impl
,
org.hibernate.reactive.provider.service
,
org.hibernate.reactive.session
,
org.hibernate.reactive.session.impl
,
org.hibernate.reactive.stage
,
org.hibernate.reactive.stage.impl
,
org.hibernate.reactive.util.impl
,
org.hibernate.reactive.vertx
,
org.hibernate.reactive.vertx.impl
Class Hierarchy
java.lang.Object
org.hibernate.persister.collection.AbstractCollectionPersister (implements org.hibernate.metadata.CollectionMetadata, org.hibernate.persister.collection.SQLLoadableCollection)
org.hibernate.persister.collection.BasicCollectionPersister
org.hibernate.reactive.persister.collection.impl.
ReactiveBasicCollectionPersister
(implements org.hibernate.reactive.persister.collection.impl.
ReactiveCollectionPersister
)
org.hibernate.persister.collection.OneToManyPersister
org.hibernate.reactive.persister.collection.impl.
ReactiveOneToManyPersister
(implements org.hibernate.reactive.persister.collection.impl.
ReactiveCollectionPersister
)
org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder<T> (implements org.hibernate.boot.SessionFactoryBuilder)
org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor<T> (implements org.hibernate.boot.spi.SessionFactoryBuilderImplementor)
org.hibernate.reactive.provider.service.
ReactiveSessionFactoryBuilder
org.hibernate.persister.entity.AbstractEntityPersister (implements org.hibernate.metadata.ClassMetadata, org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer, org.hibernate.persister.entity.Lockable, org.hibernate.persister.entity.OuterJoinLoadable, org.hibernate.id.PostInsertIdentityPersister, org.hibernate.persister.entity.Queryable, org.hibernate.persister.entity.SQLLoadable, org.hibernate.persister.entity.UniqueKeyLoadable)
org.hibernate.persister.entity.JoinedSubclassEntityPersister
org.hibernate.reactive.persister.entity.impl.
ReactiveJoinedSubclassEntityPersister
(implements org.hibernate.reactive.persister.entity.impl.
ReactiveAbstractEntityPersister
)
org.hibernate.persister.entity.SingleTableEntityPersister
org.hibernate.reactive.persister.entity.impl.
ReactiveSingleTableEntityPersister
(implements org.hibernate.reactive.persister.entity.impl.
ReactiveAbstractEntityPersister
)
org.hibernate.persister.entity.UnionSubclassEntityPersister
org.hibernate.reactive.persister.entity.impl.
ReactiveUnionSubclassEntityPersister
(implements org.hibernate.reactive.persister.entity.impl.
ReactiveAbstractEntityPersister
)
org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader
org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader (implements org.hibernate.loader.entity.UniqueEntityLoader)
org.hibernate.reactive.loader.entity.impl.
ReactivePlanEntityLoader
(implements org.hibernate.reactive.loader.
ReactiveLoader
, org.hibernate.reactive.loader.entity.
ReactiveUniqueEntityLoader
)
org.hibernate.query.criteria.internal.AbstractManipulationCriteriaQuery<T> (implements javax.persistence.criteria.CommonAbstractCriteria, org.hibernate.query.criteria.internal.compile.CompilableCriteria)
org.hibernate.query.criteria.internal.CriteriaDeleteImpl<T> (implements javax.persistence.criteria.CriteriaDelete<T>)
org.hibernate.reactive.session.impl.
ReactiveCriteriaDeleteImpl
<T> (implements org.hibernate.reactive.session.
Criteria
<R>)
org.hibernate.query.criteria.internal.CriteriaUpdateImpl<T> (implements javax.persistence.criteria.CriteriaUpdate<T>)
org.hibernate.reactive.session.impl.
ReactiveCriteriaUpdateImpl
<T> (implements org.hibernate.reactive.session.
Criteria
<R>)
org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl<TT,CT> (implements org.hibernate.hql.spi.id.MultiTableBulkIdStrategy)
org.hibernate.reactive.bulk.impl.
ReactiveBulkIdStrategy
(implements org.hibernate.hql.spi.id.MultiTableBulkIdStrategy)
org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider (implements org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider)
org.hibernate.reactive.provider.service.
NoJdbcMultiTenantConnectionProvider
org.hibernate.query.criteria.internal.AbstractNode (implements java.io.Serializable)
org.hibernate.query.criteria.internal.CriteriaQueryImpl<T> (implements org.hibernate.query.criteria.internal.compile.CompilableCriteria, javax.persistence.criteria.CriteriaQuery<T>, java.io.Serializable)
org.hibernate.reactive.session.impl.
ReactiveCriteriaQueryImpl
<T> (implements org.hibernate.reactive.session.
Criteria
<R>)
org.hibernate.query.internal.AbstractProducedQuery<R> (implements org.hibernate.query.spi.QueryImplementor<R>)
org.hibernate.query.internal.NativeQueryImpl<T> (implements org.hibernate.query.spi.NativeQueryImplementor<T>)
org.hibernate.reactive.session.impl.
ReactiveNativeQueryImpl
<R> (implements org.hibernate.reactive.session.
ReactiveNativeQuery
<R>)
org.hibernate.query.internal.QueryImpl<R> (implements org.hibernate.query.Query<R>)
org.hibernate.reactive.session.impl.
ReactiveQueryImpl
<R> (implements org.hibernate.reactive.session.
ReactiveQuery
<R>)
org.hibernate.reactive.event.impl.
AbstractReactiveFlushingEventListener
org.hibernate.reactive.event.impl.
DefaultReactiveAutoFlushEventListener
(implements org.hibernate.event.spi.AutoFlushEventListener, org.hibernate.reactive.event.
ReactiveAutoFlushEventListener
)
org.hibernate.reactive.event.impl.
DefaultReactiveFlushEventListener
(implements org.hibernate.event.spi.FlushEventListener, org.hibernate.reactive.event.
ReactiveFlushEventListener
)
org.hibernate.event.internal.AbstractReassociateEventListener (implements java.io.Serializable)
org.hibernate.reactive.event.impl.
DefaultReactiveLockEventListener
(implements org.hibernate.event.spi.LockEventListener, org.hibernate.reactive.event.
ReactiveLockEventListener
)
org.hibernate.internal.AbstractSharedSessionContract (implements org.hibernate.engine.spi.SharedSessionContractImplementor)
org.hibernate.internal.AbstractSessionImpl (implements org.hibernate.event.spi.EventSource, org.hibernate.resource.jdbc.spi.JdbcSessionOwner, java.io.Serializable, org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.SharedSessionContractImplementor, org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder.Options, org.hibernate.type.descriptor.WrapperOptions)
org.hibernate.internal.SessionImpl (implements org.hibernate.event.spi.EventSource, org.hibernate.jpa.spi.HibernateEntityManagerImplementor, org.hibernate.engine.spi.SessionImplementor)
org.hibernate.reactive.session.impl.
ReactiveSessionImpl
(implements org.hibernate.event.spi.EventSource, org.hibernate.reactive.session.
ReactiveSession
)
org.hibernate.internal.StatelessSessionImpl (implements org.hibernate.StatelessSession)
org.hibernate.reactive.session.impl.
ReactiveStatelessSessionImpl
(implements org.hibernate.reactive.session.
ReactiveStatelessSession
)
org.hibernate.reactive.pool.
BatchingConnection
(implements org.hibernate.reactive.pool.
ReactiveConnection
)
org.hibernate.reactive.engine.impl.
Cascade
<C>
org.hibernate.reactive.engine.impl.
CascadingActions
org.hibernate.reactive.engine.impl.
CascadingActions.BaseCascadingAction
<C> (implements org.hibernate.reactive.engine.impl.
CascadingAction
<C>)
org.hibernate.action.internal.CollectionAction (implements java.lang.Comparable<T>, org.hibernate.action.spi.Executable, java.io.Serializable)
org.hibernate.reactive.engine.impl.
ReactiveCollectionRecreateAction
(implements org.hibernate.reactive.engine.
ReactiveExecutable
)
org.hibernate.reactive.engine.impl.
ReactiveCollectionRemoveAction
(implements org.hibernate.reactive.engine.
ReactiveExecutable
)
org.hibernate.reactive.engine.impl.
ReactiveCollectionUpdateAction
(implements org.hibernate.reactive.engine.
ReactiveExecutable
)
org.hibernate.reactive.util.impl.
CompletionStages
org.hibernate.query.criteria.internal.CriteriaBuilderImpl (implements org.hibernate.query.criteria.HibernateCriteriaBuilder, java.io.Serializable)
org.hibernate.reactive.session.impl.
ReactiveCriteriaBuilderImpl
org.hibernate.reactive.session.impl.
CriteriaQueryRenderingContext
(implements org.hibernate.query.criteria.internal.compile.InterpretedParameterMetadata, org.hibernate.query.criteria.internal.compile.RenderingContext)
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory (implements org.hibernate.id.factory.spi.MutableIdentifierGeneratorFactory, java.io.Serializable, org.hibernate.service.spi.ServiceRegistryAwareService)
org.hibernate.reactive.id.impl.
ReactiveIdentifierGeneratorFactory
org.hibernate.reactive.event.impl.
DefaultReactiveDeleteEventListener
(implements org.hibernate.jpa.event.spi.CallbackRegistryConsumer, org.hibernate.event.spi.DeleteEventListener, org.hibernate.event.service.spi.JpaBootstrapSensitive, org.hibernate.reactive.event.
ReactiveDeleteEventListener
)
org.hibernate.reactive.event.impl.
DefaultReactiveFlushEntityEventListener
(implements org.hibernate.jpa.event.spi.CallbackRegistryConsumer, org.hibernate.event.spi.FlushEntityEventListener)
org.hibernate.reactive.event.impl.
DefaultReactiveInitializeCollectionEventListener
(implements org.hibernate.event.spi.InitializeCollectionEventListener)
org.hibernate.reactive.event.impl.
DefaultReactiveLoadEventListener
(implements org.hibernate.event.spi.LoadEventListener, org.hibernate.reactive.event.
ReactiveLoadEventListener
)
org.hibernate.reactive.event.impl.
DefaultReactiveMergeEventListener
(implements org.hibernate.event.spi.MergeEventListener, org.hibernate.reactive.event.
ReactiveMergeEventListener
)
org.hibernate.reactive.event.impl.
DefaultReactivePersistEventListener
(implements org.hibernate.jpa.event.spi.CallbackRegistryConsumer, org.hibernate.event.spi.PersistEventListener, org.hibernate.reactive.event.
ReactivePersistEventListener
)
org.hibernate.reactive.event.impl.
DefaultReactivePersistOnFlushEventListener
org.hibernate.reactive.event.impl.
DefaultReactivePostLoadEventListener
(implements org.hibernate.jpa.event.spi.CallbackRegistryConsumer, org.hibernate.event.spi.PostLoadEventListener)
org.hibernate.reactive.event.impl.
DefaultReactiveRefreshEventListener
(implements org.hibernate.reactive.event.
ReactiveRefreshEventListener
, org.hibernate.event.spi.RefreshEventListener)
org.hibernate.reactive.pool.impl.
DefaultSqlClientPoolConfiguration
(implements org.hibernate.service.spi.Configurable, org.hibernate.reactive.pool.impl.
SqlClientPoolConfiguration
)
org.hibernate.reactive.vertx.impl.
DefaultVertxInstance
(implements org.hibernate.service.spi.Startable, org.hibernate.service.spi.Stoppable, org.hibernate.reactive.vertx.
VertxInstance
)
org.hibernate.action.internal.EntityAction (implements org.hibernate.action.spi.AfterTransactionCompletionProcess, java.lang.Comparable<T>, org.hibernate.action.spi.Executable, java.io.Serializable)
org.hibernate.action.internal.AbstractEntityInsertAction
org.hibernate.action.internal.EntityIdentityInsertAction
org.hibernate.reactive.engine.impl.
ReactiveEntityIdentityInsertAction
(implements org.hibernate.reactive.engine.impl.
ReactiveEntityInsertAction
)
org.hibernate.action.internal.EntityInsertAction
org.hibernate.reactive.engine.impl.
ReactiveEntityRegularInsertAction
(implements org.hibernate.reactive.engine.impl.
ReactiveEntityInsertAction
)
org.hibernate.action.internal.EntityDeleteAction
org.hibernate.reactive.engine.impl.
ReactiveEntityDeleteAction
(implements org.hibernate.reactive.engine.
ReactiveExecutable
)
org.hibernate.action.internal.EntityUpdateAction
org.hibernate.reactive.engine.impl.
ReactiveEntityUpdateAction
(implements org.hibernate.reactive.engine.
ReactiveExecutable
)
org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl (implements org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder)
org.hibernate.reactive.provider.impl.
ReactiveEntityManagerFactoryBuilder
org.hibernate.internal.ExceptionConverterImpl (implements org.hibernate.engine.spi.ExceptionConverter)
org.hibernate.reactive.session.impl.
ReactiveExceptionConverter
org.hibernate.reactive.engine.impl.
ForeignKeys
org.hibernate.reactive.engine.impl.
ForeignKeys.Nullifier
org.hibernate.reactive.pool.impl.
Handlers
org.hibernate.reactive.id.impl.
IdentifierGeneration
org.hibernate.reactive.common.
InternalStateAssertions
org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
org.hibernate.reactive.provider.service.
NoJdbcEnvironmentInitiator
org.hibernate.loader.Loader
org.hibernate.loader.BasicLoader
org.hibernate.loader.OuterJoinLoader
org.hibernate.loader.entity.AbstractEntityLoader (implements org.hibernate.loader.entity.UniqueEntityLoader)
org.hibernate.reactive.loader.entity.impl.
ReactiveAbstractEntityLoader
(implements org.hibernate.reactive.loader.
ReactiveLoaderBasedLoader
, org.hibernate.reactive.loader.entity.
ReactiveUniqueEntityLoader
)
org.hibernate.reactive.loader.entity.impl.
ReactiveCascadeEntityLoader
org.hibernate.reactive.loader.entity.impl.
ReactiveEntityLoader
org.hibernate.loader.collection.CollectionLoader (implements org.hibernate.loader.collection.CollectionInitializer)
org.hibernate.reactive.loader.collection.impl.
ReactiveCollectionLoader
(implements org.hibernate.reactive.loader.collection.
ReactiveCollectionInitializer
, org.hibernate.reactive.loader.
ReactiveLoaderBasedLoader
)
org.hibernate.reactive.loader.collection.impl.
ReactiveBasicCollectionLoader
org.hibernate.reactive.loader.collection.impl.
ReactiveDynamicBatchingCollectionDelegator
org.hibernate.reactive.loader.collection.impl.
ReactiveOneToManyLoader
org.hibernate.reactive.loader.collection.impl.
ReactiveSubselectOneToManyLoader
org.hibernate.loader.hql.QueryLoader
org.hibernate.reactive.loader.hql.impl.
ReactiveQueryLoader
(implements org.hibernate.reactive.loader.
CachingReactiveLoader
, org.hibernate.reactive.loader.
ReactiveLoaderBasedLoader
)
org.hibernate.loader.custom.CustomLoader
org.hibernate.reactive.loader.custom.impl.
ReactiveCustomLoader
(implements org.hibernate.reactive.loader.
CachingReactiveLoader
, org.hibernate.reactive.loader.
ReactiveLoaderBasedLoader
)
org.hibernate.reactive.mutiny.impl.
MutinyQueryImpl
<R> (implements org.hibernate.reactive.mutiny.
Mutiny.Query
<R>)
org.hibernate.reactive.mutiny.impl.
MutinySessionFactoryImpl
(implements org.hibernate.reactive.mutiny.
Mutiny.SessionFactory
)
org.hibernate.reactive.mutiny.impl.
MutinySessionImpl
(implements org.hibernate.reactive.mutiny.
Mutiny.Session
)
org.hibernate.reactive.mutiny.impl.
MutinyStatelessSessionImpl
(implements org.hibernate.reactive.mutiny.
Mutiny.StatelessSession
)
org.hibernate.engine.query.spi.NativeSQLQueryPlan (implements java.io.Serializable)
org.hibernate.reactive.session.impl.
ReactiveNativeSQLQueryPlan
org.hibernate.reactive.provider.service.
NoJdbcConnectionProvider
(implements org.hibernate.engine.jdbc.connections.spi.ConnectionProvider)
org.hibernate.reactive.provider.service.
NoJdbcConnectionProviderInitiator
(implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
org.hibernate.reactive.provider.service.
NoJdbcMultiTenantConnectionProviderInitiator
(implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
org.hibernate.reactive.provider.service.
NoJtaPlatformInitiator
(implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
org.hibernate.reactive.pool.impl.
Parameters
org.hibernate.reactive.adaptor.impl.
PreparedStatementAdaptor
(implements java.sql.PreparedStatement)
org.hibernate.reactive.vertx.impl.
ProvidedVertxInstance
(implements org.hibernate.reactive.vertx.
VertxInstance
)
org.hibernate.reactive.adaptor.impl.
QueryParametersAdaptor
org.hibernate.hql.internal.ast.QueryTranslatorImpl (implements org.hibernate.hql.spi.FilterTranslator)
org.hibernate.reactive.session.impl.
ReactiveQueryTranslatorImpl
org.hibernate.reactive.persister.entity.impl.
ReactiveAbstractEntityPersister.DeleteExpectation
(implements org.hibernate.reactive.pool.
ReactiveConnection.Expectation
)
org.hibernate.reactive.persister.entity.impl.
ReactiveAbstractEntityPersister.InsertExpectation
(implements org.hibernate.reactive.pool.
ReactiveConnection.Expectation
)
org.hibernate.reactive.persister.entity.impl.
ReactiveAbstractEntityPersister.UpdateExpectation
(implements org.hibernate.reactive.pool.
ReactiveConnection.Expectation
)
org.hibernate.reactive.engine.
ReactiveActionQueue
org.hibernate.reactive.loader.collection.impl.
ReactiveBatchingCollectionInitializerBuilder
org.hibernate.reactive.loader.collection.impl.
ReactiveDynamicBatchingCollectionInitializerBuilder
org.hibernate.reactive.loader.collection.impl.
ReactivePaddedBatchingCollectionInitializerBuilder
org.hibernate.reactive.loader.entity.impl.
ReactiveBatchingEntityLoader
(implements org.hibernate.reactive.loader.entity.
ReactiveUniqueEntityLoader
)
org.hibernate.reactive.loader.entity.impl.
ReactiveDynamicBatchingEntityDelegator
org.hibernate.reactive.loader.entity.impl.
ReactivePaddedBatchingEntityLoader
org.hibernate.reactive.loader.entity.impl.
ReactiveBatchingEntityLoaderBuilder
org.hibernate.reactive.loader.entity.impl.
ReactiveDynamicBatchingEntityLoaderBuilder
org.hibernate.reactive.loader.entity.impl.
ReactivePaddedBatchingEntityLoaderBuilder
org.hibernate.reactive.pool.impl.
ReactiveConnectionPoolInitiator
(implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
org.hibernate.reactive.engine.impl.
ReactiveEntityIncrementVersionProcess
(implements org.hibernate.reactive.engine.
ReactiveBeforeTransactionCompletionProcess
)
org.hibernate.reactive.engine.impl.
ReactiveEntityVerifyVersionProcess
(implements org.hibernate.reactive.engine.
ReactiveBeforeTransactionCompletionProcess
)
org.hibernate.reactive.provider.service.
ReactiveGenerationTarget
(implements org.hibernate.tool.schema.internal.exec.GenerationTarget)
org.hibernate.reactive.id.impl.
ReactiveGeneratorWrapper
<T> (implements org.hibernate.boot.model.relational.ExportableProducer, org.hibernate.id.IdentifierGenerator, org.hibernate.reactive.id.
ReactiveIdentifierGenerator
<Id>)
org.hibernate.reactive.id.impl.
ReactiveIdentifierGeneratorFactoryInitiator
(implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
org.hibernate.reactive.provider.impl.
ReactiveIntegrator
(implements org.hibernate.integrator.spi.Integrator)
org.hibernate.reactive.loader.
ReactiveLoaderBasedResultSetProcessor
(implements org.hibernate.reactive.loader.
ReactiveResultSetProcessor
)
org.hibernate.reactive.provider.service.
ReactiveMarkerServiceInitiator
(implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
org.hibernate.reactive.provider.service.
ReactiveMarkerServiceSingleton
(implements org.hibernate.reactive.provider.service.
ReactiveMarkerService
)
org.hibernate.reactive.provider.impl.
ReactiveModeCheck
org.hibernate.reactive.provider.
ReactivePersistenceProvider
(implements javax.persistence.spi.PersistenceProvider)
org.hibernate.reactive.provider.service.
ReactivePersisterClassResolverInitiator
(implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
org.hibernate.reactive.loader.entity.impl.
ReactivePlanEntityLoader.Builder
org.hibernate.reactive.provider.impl.
ReactiveProviderChecker
org.hibernate.reactive.provider.service.
ReactiveQueryTranslatorFactory
(implements org.hibernate.hql.spi.QueryTranslatorFactory)
org.hibernate.reactive.provider.service.
ReactiveQueryTranslatorFactoryInitiator
(implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
org.hibernate.reactive.provider.impl.
ReactiveServiceInitiators
org.hibernate.reactive.provider.service.
ReactiveSessionFactoryBuilderInitiator
(implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
org.hibernate.reactive.provider.impl.
ReactiveTypeContributor
(implements org.hibernate.boot.model.TypeContributor)
org.hibernate.reactive.adaptor.impl.
ResultSetAdaptor
(implements java.sql.ResultSet)
org.hibernate.reactive.id.impl.
SequenceReactiveIdentifierGenerator
(implements org.hibernate.id.Configurable, org.hibernate.reactive.id.
ReactiveIdentifierGenerator
<Id>)
org.hibernate.internal.SessionFactoryImpl (implements org.hibernate.engine.spi.SessionFactoryImplementor)
org.hibernate.reactive.session.impl.
ReactiveSessionFactoryImpl
org.hibernate.reactive.session.impl.
SessionUtil
org.hibernate.reactive.pool.impl.
SqlClientConnection
(implements org.hibernate.reactive.pool.
ReactiveConnection
)
org.hibernate.reactive.pool.impl.
SqlClientPool
(implements org.hibernate.reactive.pool.
ReactiveConnectionPool
)
org.hibernate.reactive.pool.impl.
DefaultSqlClientPool
(implements org.hibernate.service.spi.Configurable, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.service.spi.Startable, org.hibernate.service.spi.Stoppable)
org.hibernate.reactive.pool.impl.
ExternalSafeSqlClientPool
(implements org.hibernate.service.spi.Stoppable)
org.hibernate.reactive.pool.impl.
ExternalSqlClientPool
org.hibernate.reactive.pool.impl.
SqlClientPoolConfigurationInitiator
(implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
org.hibernate.reactive.stage.impl.
StageQueryImpl
<R> (implements org.hibernate.reactive.stage.
Stage.Query
<R>)
org.hibernate.reactive.stage.impl.
StageSessionFactoryImpl
(implements org.hibernate.reactive.stage.
Stage.SessionFactory
)
org.hibernate.reactive.stage.impl.
StageSessionImpl
(implements org.hibernate.reactive.stage.
Stage.Session
)
org.hibernate.reactive.stage.impl.
StageStatelessSessionImpl
(implements org.hibernate.reactive.stage.
Stage.StatelessSession
)
org.hibernate.persister.internal.StandardPersisterClassResolver (implements org.hibernate.persister.spi.PersisterClassResolver)
org.hibernate.reactive.provider.service.
ReactivePersisterClassResolver
(implements org.hibernate.persister.spi.PersisterClassResolver)
org.hibernate.boot.registry.StandardServiceRegistryBuilder
org.hibernate.reactive.provider.
ReactiveServiceRegistryBuilder
org.hibernate.engine.internal.StatefulPersistenceContext (implements org.hibernate.engine.spi.PersistenceContext)
org.hibernate.reactive.engine.impl.
ReactivePersistenceContextAdapter
org.hibernate.reactive.id.impl.
TableReactiveIdentifierGenerator
(implements org.hibernate.id.Configurable, org.hibernate.reactive.id.
ReactiveIdentifierGenerator
<Id>)
org.hibernate.reactive.id.impl.
EmulatedSequenceReactiveIdentifierGenerator
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.lang.RuntimeException
org.hibernate.reactive.event.impl.
UnexpectedAccessToTheDatabase
org.hibernate.reactive.vertx.impl.
VertxInstanceInitiator
(implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
Interface Hierarchy
org.hibernate.persister.walking.spi.AttributeSource
org.hibernate.persister.walking.spi.EntityDefinition
org.hibernate.persister.entity.EntityPersister
org.hibernate.persister.entity.Loadable
org.hibernate.persister.entity.OuterJoinLoadable (also extends org.hibernate.persister.entity.Joinable)
org.hibernate.reactive.persister.entity.impl.
ReactiveAbstractEntityPersister
(also extends org.hibernate.persister.entity.Lockable, org.hibernate.reactive.persister.entity.impl.
ReactiveEntityPersister
)
org.hibernate.persister.entity.Lockable
org.hibernate.reactive.persister.entity.impl.
ReactiveAbstractEntityPersister
(also extends org.hibernate.persister.entity.OuterJoinLoadable, org.hibernate.reactive.persister.entity.impl.
ReactiveEntityPersister
)
org.hibernate.reactive.persister.entity.impl.
ReactiveEntityPersister
org.hibernate.reactive.persister.entity.impl.
ReactiveAbstractEntityPersister
(also extends org.hibernate.persister.entity.Lockable, org.hibernate.persister.entity.OuterJoinLoadable)
java.lang.AutoCloseable
org.hibernate.reactive.common.
AutoCloseable
org.hibernate.reactive.mutiny.
Mutiny.Session
org.hibernate.reactive.mutiny.
Mutiny.SessionFactory
org.hibernate.reactive.mutiny.
Mutiny.StatelessSession
org.hibernate.reactive.stage.
Stage.Session
org.hibernate.reactive.stage.
Stage.SessionFactory
org.hibernate.reactive.stage.
Stage.StatelessSession
org.hibernate.jpa.AvailableSettings
org.hibernate.cfg.AvailableSettings
org.hibernate.reactive.provider.
Settings
org.hibernate.reactive.engine.impl.
CascadingAction
<C>
org.hibernate.loader.collection.CollectionInitializer
org.hibernate.reactive.loader.collection.
ReactiveCollectionInitializer
java.lang.Comparable<T>
org.hibernate.reactive.engine.
ReactiveExecutable
(also extends org.hibernate.action.spi.Executable, java.io.Serializable)
org.hibernate.reactive.engine.impl.
ReactiveEntityInsertAction
org.hibernate.reactive.session.
Criteria
<R>
org.hibernate.reactive.session.
CriteriaQueryOptions
org.hibernate.action.spi.Executable
org.hibernate.reactive.engine.
ReactiveExecutable
(also extends java.lang.Comparable<T>, java.io.Serializable)
org.hibernate.reactive.engine.impl.
ReactiveEntityInsertAction
java.util.Iterator<E>
org.hibernate.reactive.pool.
ReactiveConnection.Result
org.hibernate.persister.entity.Joinable
org.hibernate.persister.entity.OuterJoinLoadable (also extends org.hibernate.persister.entity.Loadable)
org.hibernate.reactive.persister.entity.impl.
ReactiveAbstractEntityPersister
(also extends org.hibernate.persister.entity.Lockable, org.hibernate.reactive.persister.entity.impl.
ReactiveEntityPersister
)
org.hibernate.reactive.mutiny.
Mutiny
org.hibernate.reactive.mutiny.
Mutiny.Query
<R>
org.hibernate.reactive.mutiny.
Mutiny.Transaction
org.hibernate.reactive.adaptor.impl.
PreparedStatementAdaptor.Binder
org.hibernate.reactive.engine.
ReactiveAfterTransactionCompletionProcess
org.hibernate.reactive.engine.
ReactiveBeforeTransactionCompletionProcess
org.hibernate.reactive.persister.collection.impl.
ReactiveCollectionPersister
org.hibernate.reactive.pool.
ReactiveConnection
org.hibernate.reactive.pool.
ReactiveConnection.Expectation
org.hibernate.reactive.session.
ReactiveConnectionSupplier
org.hibernate.reactive.session.
ReactiveQueryExecutor
org.hibernate.reactive.session.
ReactiveSession
org.hibernate.reactive.session.
ReactiveStatelessSession
org.hibernate.reactive.session.
ReactiveSession
org.hibernate.reactive.session.
ReactiveStatelessSession
org.hibernate.reactive.id.
ReactiveIdentifierGenerator
<Id>
org.hibernate.reactive.loader.
ReactiveLoader
org.hibernate.reactive.loader.
CachingReactiveLoader
org.hibernate.reactive.loader.
ReactiveLoaderBasedLoader
org.hibernate.reactive.session.
ReactiveQuery
<R>
org.hibernate.reactive.session.
ReactiveNativeQuery
<R>
org.hibernate.reactive.loader.
ReactiveResultSetProcessor
org.hibernate.reactive.common.
ResultSetMapping
<T>
java.io.Serializable
org.hibernate.reactive.event.
ReactiveAutoFlushEventListener
org.hibernate.reactive.event.
ReactiveDeleteEventListener
org.hibernate.reactive.engine.
ReactiveExecutable
(also extends java.lang.Comparable<T>, org.hibernate.action.spi.Executable)
org.hibernate.reactive.engine.impl.
ReactiveEntityInsertAction
org.hibernate.reactive.event.
ReactiveFlushEventListener
org.hibernate.reactive.event.
ReactiveLoadEventListener
org.hibernate.reactive.event.
ReactiveLockEventListener
org.hibernate.reactive.event.
ReactiveMergeEventListener
org.hibernate.reactive.event.
ReactivePersistEventListener
org.hibernate.reactive.event.
ReactiveRefreshEventListener
org.hibernate.service.Service
org.hibernate.reactive.pool.
ReactiveConnectionPool
org.hibernate.reactive.provider.service.
ReactiveMarkerService
org.hibernate.reactive.pool.impl.
SqlClientPoolConfiguration
org.hibernate.reactive.vertx.
VertxInstance
org.hibernate.reactive.stage.
Stage
org.hibernate.reactive.stage.
Stage.Query
<R>
org.hibernate.reactive.stage.
Stage.Transaction
org.hibernate.reactive.bulk.
StatementsWithParameters
org.hibernate.loader.entity.UniqueEntityLoader
org.hibernate.reactive.loader.entity.
ReactiveUniqueEntityLoader
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
org.hibernate.reactive.session.impl.
QueryType
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes