Class Hierarchy
- java.lang.Object
- org.hibernate.metamodel.mapping.internal.AbstractAttributeMapping (implements org.hibernate.metamodel.mapping.AttributeMapping)
- org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping (implements org.hibernate.sql.results.graph.FetchOptions)
- org.hibernate.metamodel.mapping.internal.AbstractSingularAttributeMapping (implements org.hibernate.metamodel.mapping.SingularAttributeMapping)
- org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping (implements org.hibernate.metamodel.mapping.EntityAssociationMapping, org.hibernate.sql.results.graph.entity.EntityValuedFetchable, org.hibernate.sql.ast.tree.from.LazyTableGroup.ParentTableGroupUseChecker, org.hibernate.sql.ast.tree.from.TableGroupJoinProducer)
- org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl (implements org.hibernate.sql.results.graph.FetchOptions, org.hibernate.engine.profile.internal.FetchProfileAffectee, org.hibernate.metamodel.mapping.PluralAttributeMapping)
- org.hibernate.persister.collection.AbstractCollectionPersister (implements org.hibernate.persister.collection.mutation.CollectionMutationTarget, org.hibernate.persister.collection.CollectionPersister, org.hibernate.engine.profile.internal.FetchProfileAffectee, org.hibernate.metamodel.mapping.internal.InFlightCollectionMapping, org.hibernate.persister.entity.Joinable, org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl.Aware)
- org.hibernate.persister.collection.BasicCollectionPersister
- org.hibernate.persister.collection.OneToManyPersister
- org.hibernate.query.spi.AbstractCommonQueryContract (implements org.hibernate.query.CommonQueryContract)
- org.hibernate.query.spi.AbstractSelectionQuery<R> (implements org.hibernate.query.spi.DomainQueryExecutionContext, org.hibernate.query.SelectionQuery<R>)
- org.hibernate.query.spi.AbstractQuery<R> (implements org.hibernate.query.spi.QueryImplementor<R>)
- org.hibernate.query.sql.internal.NativeQueryImpl<R> (implements org.hibernate.query.spi.DomainQueryExecutionContext, org.hibernate.query.sql.spi.NativeQueryImplementor<R>, org.hibernate.query.internal.ResultSetMappingResolutionContext)
- org.hibernate.query.sqm.internal.QuerySqmImpl<R> (implements org.hibernate.query.spi.DomainQueryExecutionContext, org.hibernate.query.sqm.spi.InterpretationsKeySource, org.hibernate.query.hql.spi.SqmQueryImplementor<R>)
- org.hibernate.query.sqm.internal.SqmSelectionQueryImpl<R> (implements org.hibernate.query.sqm.spi.InterpretationsKeySource, org.hibernate.query.sqm.spi.SqmSelectionQueryImplementor<R>)
- org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping (implements org.hibernate.metamodel.mapping.CompositeIdentifierMapping, org.hibernate.sql.results.graph.embeddable.EmbeddableValuedFetchable, org.hibernate.sql.results.graph.FetchOptions)
- org.hibernate.boot.spi.AbstractDelegatingMetadata (implements org.hibernate.boot.spi.MetadataImplementor)
- 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.persister.entity.AbstractEntityPersister (implements org.hibernate.persister.entity.mutation.EntityMutationTarget, org.hibernate.persister.entity.EntityPersister, org.hibernate.engine.profile.internal.FetchProfileAffectee, org.hibernate.metamodel.mapping.internal.InFlightEntityMappingType, org.hibernate.persister.entity.Joinable, org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer)
- org.hibernate.persister.entity.JoinedSubclassEntityPersister
- org.hibernate.persister.entity.SingleTableEntityPersister
- org.hibernate.persister.entity.UnionSubclassEntityPersister
- org.hibernate.sql.results.graph.AbstractFetchParent (implements org.hibernate.sql.results.graph.FetchParent)
- org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode (implements org.hibernate.sql.results.graph.entity.EntityResultGraphNode)
- org.hibernate.sql.results.graph.entity.internal.EntityResultImpl (implements org.hibernate.sql.results.graph.entity.EntityResult, org.hibernate.sql.results.graph.InitializerProducer<P>)
- org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl (implements org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode, org.hibernate.sql.results.graph.Fetch, org.hibernate.sql.results.graph.InitializerProducer<P>)
- org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl<T> (implements org.hibernate.sql.results.graph.DomainResult<J>, org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode, org.hibernate.sql.results.graph.InitializerProducer<P>)
- org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate (implements org.hibernate.generator.values.GeneratedValuesMutationDelegate)
- org.hibernate.id.insert.AbstractReturningDelegate (implements org.hibernate.id.insert.InsertGeneratedIdentifierDelegate)
- org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl (implements org.hibernate.tool.schema.extract.spi.InformationExtractor)
- org.hibernate.sql.results.graph.internal.AbstractInitializer<Data> (implements org.hibernate.sql.results.graph.Initializer<Data>)
- org.hibernate.sql.results.graph.embeddable.internal.EmbeddableInitializerImpl (implements org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer<Data>)
- org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer (implements org.hibernate.sql.results.graph.entity.EntityInitializer<Data>)
- org.hibernate.sql.results.graph.entity.internal.EntityInitializerImpl (implements org.hibernate.sql.results.graph.entity.EntityInitializer<Data>)
- org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer<Data> (implements org.hibernate.sql.results.graph.entity.EntityInitializer<Data>)
- org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingInitializer (implements org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer<Data>)
- org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider<T> (implements org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider<T>)
- org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator (implements org.hibernate.persister.entity.mutation.DeleteCoordinator)
- org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
- org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
- org.hibernate.reactive.persister.entity.mutation.ReactiveInsertCoordinatorStandard (implements org.hibernate.persister.entity.mutation.InsertCoordinator, org.hibernate.reactive.persister.entity.mutation.ReactiveInsertCoordinator)
- org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard (implements org.hibernate.persister.entity.mutation.UpdateCoordinator)
- org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor (implements org.hibernate.engine.jdbc.mutation.MutationExecutor)
- org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor (implements org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess)
- org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleBatched
- org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched
- org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting (implements org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess)
- org.hibernate.engine.jdbc.mutation.internal.MutationExecutorStandard (implements org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess)
- org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler (implements org.hibernate.query.sqm.mutation.internal.Handler)
- org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
- org.hibernate.query.sqm.mutation.internal.cte.CteDeleteHandler (implements org.hibernate.query.sqm.mutation.internal.DeleteHandler)
- org.hibernate.query.sqm.mutation.internal.cte.CteUpdateHandler (implements org.hibernate.query.sqm.mutation.internal.UpdateHandler)
- org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler (implements org.hibernate.query.sqm.mutation.internal.DeleteHandler)
- org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler (implements org.hibernate.query.sqm.mutation.internal.UpdateHandler)
- org.hibernate.loader.ast.internal.AbstractNaturalIdLoader<T> (implements org.hibernate.loader.ast.spi.NaturalIdLoader<T>)
- org.hibernate.loader.ast.internal.CompoundNaturalIdLoader<T>
- org.hibernate.reactive.loader.ast.internal.ReactiveNaturalIdLoaderDelegate<T> (implements org.hibernate.reactive.loader.ast.spi.ReactiveNaturalIdLoader<T>)
- org.hibernate.loader.ast.internal.SimpleNaturalIdLoader<T>
- org.hibernate.metamodel.mapping.internal.AbstractNaturalIdMapping (implements org.hibernate.metamodel.mapping.NaturalIdMapping)
- org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping (implements org.hibernate.sql.results.graph.FetchableContainer, org.hibernate.metamodel.mapping.MappingType)
- org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping (implements org.hibernate.metamodel.mapping.BasicValuedMapping, org.hibernate.type.descriptor.java.JavaType.CoercionContext)
- org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch (implements org.hibernate.sql.results.graph.entity.EntityFetch, org.hibernate.sql.results.graph.InitializerProducer<P>)
- org.hibernate.sql.results.internal.domain.CircularFetchImpl (implements org.hibernate.sql.results.graph.BiDirectionalFetch)
- org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchImpl
- org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
- org.hibernate.reactive.event.impl.AbstractReactiveFlushingEventListener
- org.hibernate.sql.results.jdbc.internal.AbstractResultSetAccess (implements org.hibernate.sql.results.jdbc.internal.ResultSetAccess)
- org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
- org.hibernate.sql.results.jdbc.internal.DirectResultSetAccess
- org.hibernate.internal.AbstractSharedSessionContract (implements org.hibernate.engine.spi.SharedSessionContractImplementor)
- org.hibernate.internal.SessionImpl (implements org.hibernate.event.spi.EventSource, org.hibernate.resource.jdbc.spi.JdbcSessionOwner, org.hibernate.loader.internal.LoadAccessContext, 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.StatelessSessionImpl (implements org.hibernate.StatelessSession)
- org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator (implements org.hibernate.persister.collection.mutation.UpdateRowsCoordinator)
- org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorOneToMany
- org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard (implements org.hibernate.persister.collection.mutation.UpdateRowsCoordinator)
- org.hibernate.reactive.common.AffectedEntities
- org.hibernate.reactive.query.sqm.internal.AggregatedSelectReactiveQueryPlan<R> (implements org.hibernate.reactive.query.sqm.spi.ReactiveSelectQueryPlan<R>)
- org.hibernate.reactive.adaptor.impl.ArrayAdaptor (implements java.sql.Array)
- org.hibernate.type.descriptor.jdbc.ArrayJdbcType (implements org.hibernate.type.descriptor.jdbc.JdbcType)
- org.hibernate.dialect.type.OracleArrayJdbcType (implements org.hibernate.type.descriptor.jdbc.SqlTypedJdbcType)
- org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- org.hibernate.reactive.util.async.impl.AsyncTrampoline
- org.hibernate.sql.exec.internal.BaseExecutionContext (implements org.hibernate.sql.exec.spi.ExecutionContext)
- org.hibernate.reactive.context.impl.BaseKey<T> (implements org.hibernate.reactive.context.Context.Key<T>)
- org.hibernate.reactive.pool.BatchingConnection (implements org.hibernate.reactive.pool.ReactiveConnection)
- org.hibernate.reactive.id.impl.BlockingIdentifierGenerator (implements org.hibernate.reactive.id.ReactiveIdentifierGenerator<Id>)
- org.hibernate.reactive.engine.impl.Cascade
- org.hibernate.reactive.engine.impl.CascadingActions
- org.hibernate.reactive.engine.impl.CascadingActions.BaseCascadingAction<C> (implements org.hibernate.reactive.engine.impl.CascadingAction<C>)
- org.hibernate.reactive.logging.impl.ClassFormatter
- org.hibernate.action.internal.CollectionAction (implements org.hibernate.engine.spi.ComparableExecutable)
- org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult (implements org.hibernate.sql.results.graph.collection.CollectionResultGraphNode, org.hibernate.sql.results.graph.DomainResult<J>, org.hibernate.sql.results.graph.FetchParent, org.hibernate.sql.results.graph.InitializerProducer<P>)
- org.hibernate.sql.results.graph.collection.internal.CollectionFetch (implements org.hibernate.sql.results.graph.Fetch, org.hibernate.sql.results.graph.FetchParent, org.hibernate.sql.results.graph.InitializerProducer<P>)
- org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
- org.hibernate.loader.ast.internal.CollectionLoaderSubSelectFetch (implements org.hibernate.loader.ast.spi.CollectionLoader)
- org.hibernate.reactive.engine.impl.CollectionTypes
- org.hibernate.reactive.util.impl.CompletionStages
- org.hibernate.reactive.util.impl.CompletionStages.Completable<T>
- org.hibernate.reactive.util.impl.CompletionStages.CompletionStageHandler<R,T>
- org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan<R> (implements org.hibernate.query.spi.SelectQueryPlan<R>)
- org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler (implements org.hibernate.query.sqm.mutation.internal.InsertHandler)
- org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy (implements org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy)
- org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy (implements org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy)
- org.hibernate.event.internal.DefaultLockEventListener (implements org.hibernate.event.spi.LockEventListener)
- 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.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.sql.model.jdbc.DeleteOrUpsertOperation (implements org.hibernate.sql.model.SelfExecutingUpdateOperation)
- org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp (implements org.hibernate.persister.collection.mutation.DeleteRowsCoordinator)
- org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard (implements org.hibernate.persister.collection.mutation.DeleteRowsCoordinator)
- org.hibernate.action.internal.EntityAction (implements org.hibernate.action.spi.AfterTransactionCompletionProcess, org.hibernate.engine.spi.ComparableExecutable)
- org.hibernate.action.internal.AbstractEntityInsertAction
- org.hibernate.action.internal.EntityIdentityInsertAction
- org.hibernate.action.internal.EntityInsertAction
- org.hibernate.action.internal.EntityDeleteAction
- org.hibernate.action.internal.EntityUpdateAction
- org.hibernate.sql.results.graph.entity.internal.EntityAssembler<T> (implements org.hibernate.sql.results.graph.DomainResultAssembler<J>)
- org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl (implements org.hibernate.sql.results.graph.entity.EntityFetch, org.hibernate.sql.results.graph.FetchParent, org.hibernate.sql.results.graph.InitializerProducer<P>)
- org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl (implements org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder)
- org.hibernate.tuple.entity.EntityMetamodel (implements java.io.Serializable)
- org.hibernate.reactive.engine.impl.EntityTypes
- org.hibernate.internal.ExceptionConverterImpl (implements org.hibernate.engine.spi.ExceptionConverter)
- org.hibernate.reactive.engine.impl.ForeignKeys
- org.hibernate.reactive.engine.impl.ForeignKeys.Nullifier
- org.hibernate.reactive.generator.values.GeneratedValuesMutationDelegateAdaptor (implements org.hibernate.reactive.generator.values.ReactiveGeneratedValuesMutationDelegate)
- org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableStrategy
- org.hibernate.tool.schema.internal.HibernateSchemaManagementTool (implements org.hibernate.tool.schema.spi.SchemaManagementTool, org.hibernate.service.spi.ServiceRegistryAwareService)
- org.hibernate.reactive.common.Identifier<T>
- org.hibernate.reactive.id.impl.IdentifierGeneration
- org.hibernate.id.IdentityGenerator (implements org.hibernate.id.BulkInsertionCapableIdentifierGenerator, org.hibernate.id.PostInsertIdentifierGenerator)
- org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl (implements org.hibernate.tool.schema.extract.spi.ExtractionContext)
- org.hibernate.sql.results.graph.InitializerData
- org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer.EntityDelayedFetchInitializerData
- org.hibernate.sql.results.graph.entity.internal.EntityInitializerImpl.EntityInitializerData
- org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer.EntitySelectFetchInitializerData
- org.hibernate.query.sqm.mutation.internal.temptable.InsertExecutionDelegate (implements org.hibernate.query.sqm.mutation.internal.temptable.TableBasedInsertHandler.ExecutionDelegate)
- 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 (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
- org.hibernate.reactive.adaptor.impl.JdbcNull
- org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerStandard (implements org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer)
- org.hibernate.type.descriptor.jdbc.JsonJdbcType (implements org.hibernate.type.descriptor.jdbc.AggregateJdbcType)
- org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy
- org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableInsertStrategy (implements org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy)
- org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableMutationStrategy (implements org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy)
- org.hibernate.reactive.logging.impl.LogCategory
- org.hibernate.reactive.logging.impl.LoggerFactory
- org.hibernate.reactive.context.impl.MultitenantKey<T> (implements org.hibernate.reactive.context.Context.Key<T>)
- org.hibernate.reactive.tuple.MutinyGenerator (implements org.hibernate.generator.BeforeExecutionGenerator)
- org.hibernate.reactive.mutiny.impl.MutinyMutationQueryImpl<R> (implements org.hibernate.reactive.mutiny.Mutiny.MutationQuery)
- org.hibernate.reactive.mutiny.impl.MutinyQueryImpl<R> (implements org.hibernate.reactive.mutiny.Mutiny.Query<R>)
- org.hibernate.reactive.mutiny.impl.MutinySelectionQueryImpl<R> (implements org.hibernate.reactive.mutiny.Mutiny.SelectionQuery<R>)
- org.hibernate.reactive.mutiny.delegation.MutinySessionDelegator (implements org.hibernate.reactive.mutiny.Mutiny.Session)
- org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl (implements org.hibernate.reactive.common.spi.Implementor, org.hibernate.reactive.mutiny.Mutiny.SessionFactory)
- org.hibernate.reactive.mutiny.impl.MutinySessionImpl (implements org.hibernate.reactive.mutiny.Mutiny.Session)
- org.hibernate.reactive.mutiny.delegation.MutinyStatelessSessionDelegator (implements org.hibernate.reactive.mutiny.Mutiny.StatelessSession)
- org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl (implements org.hibernate.reactive.mutiny.Mutiny.StatelessSession)
- org.hibernate.reactive.provider.service.NativeParametersHandling (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
- org.hibernate.query.sql.internal.NativeSelectQueryPlanImpl<R> (implements org.hibernate.query.sql.spi.NativeSelectQueryPlan<T>)
- 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.sql.model.jdbc.OptionalTableUpdateOperation (implements org.hibernate.sql.model.SelfExecutingUpdateOperation)
- org.hibernate.reactive.pool.impl.Parameters
- org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
- org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableInsertStrategy (implements org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy)
- org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableMutationStrategy (implements org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy)
- org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor (implements java.sql.PreparedStatement)
- org.hibernate.reactive.adaptor.impl.PrepareStatementDetailsAdaptor (implements org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails)
- org.hibernate.reactive.vertx.impl.ProvidedVertxInstance (implements org.hibernate.reactive.vertx.VertxInstance)
- org.hibernate.reactive.loader.ast.internal.ReactiveAbstractCollectionBatchLoader (implements org.hibernate.reactive.loader.ast.spi.ReactiveCollectionBatchLoader)
- org.hibernate.reactive.loader.ast.internal.ReactiveAbstractMultiIdEntityLoader<T> (implements org.hibernate.reactive.loader.ast.spi.ReactiveMultiIdEntityLoader<T>)
- org.hibernate.reactive.persister.entity.impl.ReactiveAbstractPersisterDelegate
- org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery<R>
- org.hibernate.reactive.engine.ReactiveActionQueue
- org.hibernate.reactive.query.sqm.internal.ReactiveAggregatedNonSelectQueryPlan (implements org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan)
- org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType (implements org.hibernate.type.descriptor.jdbc.JdbcType)
- org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcTypeConstructor (implements org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor)
- org.hibernate.reactive.loader.ast.internal.ReactiveBatchLoaderFactoryInitiator (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
- org.hibernate.reactive.engine.impl.ReactiveCallbackImpl (implements org.hibernate.sql.exec.spi.Callback)
- org.hibernate.reactive.sql.results.graph.collection.internal.ReactiveCollectionDomainResult.ReactiveCollectionInitializerAdapter<T> (implements org.hibernate.sql.results.graph.collection.CollectionInitializer<Data>)
- org.hibernate.reactive.persister.collection.impl.ReactiveCollectionLoaderFactory
- org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoaderNamedQuery (implements org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoader)
- org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoaderSingleKey (implements org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoader)
- org.hibernate.reactive.pool.impl.ReactiveConnectionPoolInitiator (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
- org.hibernate.reactive.persister.entity.impl.ReactiveCoordinatorFactory
- org.hibernate.reactive.engine.impl.ReactiveEntityIncrementVersionProcess (implements org.hibernate.reactive.engine.ReactiveBeforeTransactionCompletionProcess)
- org.hibernate.reactive.engine.impl.ReactiveEntityInsertActionHolder (implements org.hibernate.engine.spi.ComparableExecutable, org.hibernate.action.spi.Executable, org.hibernate.reactive.engine.ReactiveExecutable, java.io.Serializable)
- org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntitySelectFetchInitializerBuilder
- org.hibernate.reactive.engine.impl.ReactiveEntityVerifyVersionProcess (implements org.hibernate.reactive.engine.ReactiveBeforeTransactionCompletionProcess)
- org.hibernate.reactive.query.sqm.mutation.internal.temptable.ReactiveExecuteWithTemporaryTableHelper
- org.hibernate.reactive.generator.values.internal.ReactiveGeneratedValuesHelper
- org.hibernate.reactive.provider.service.ReactiveGenerationTarget (implements org.hibernate.tool.schema.spi.GenerationTarget)
- org.hibernate.reactive.id.impl.ReactiveGeneratorWrapper (implements org.hibernate.boot.model.relational.ExportableProducer, org.hibernate.id.IdentifierGenerator, org.hibernate.reactive.id.ReactiveIdentifierGenerator<Id>)
- org.hibernate.reactive.sql.results.internal.ReactiveInitializersList
- org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorNoOp (implements org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinator)
- org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorStandard (implements org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinator)
- org.hibernate.reactive.provider.impl.ReactiveIntegrator (implements org.hibernate.integrator.spi.Integrator)
- org.hibernate.reactive.type.descriptor.jdbc.ReactiveJsonArrayJdbcTypeConstructor (implements org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor)
- org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer<R> (implements org.hibernate.reactive.sql.results.spi.ReactiveResultsConsumer<T,R>)
- org.hibernate.reactive.loader.ast.internal.ReactiveLoaderHelper
- 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.loader.ast.internal.ReactiveMultiKeyLoadChunker<K>
- org.hibernate.reactive.query.sqm.internal.ReactiveMultiTableDeleteQueryPlan (implements org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan)
- org.hibernate.reactive.query.sqm.internal.ReactiveMultiTableInsertQueryPlan (implements org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan)
- org.hibernate.reactive.query.sqm.internal.ReactiveMultiTableUpdateQueryPlan (implements org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan)
- org.hibernate.reactive.engine.jdbc.mutation.internal.ReactiveMutationExecutorServiceInitiator (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
- org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento<E> (implements org.hibernate.query.sql.spi.NamedNativeQueryMemento<E>)
- org.hibernate.reactive.query.internal.ReactiveNamedObjectRepositoryImpl (implements org.hibernate.query.named.NamedObjectRepository)
- org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento<E> (implements org.hibernate.query.sqm.spi.NamedSqmQueryMemento<E>)
- org.hibernate.reactive.query.sql.internal.ReactiveNativeNonSelectQueryPlan (implements org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan)
- org.hibernate.reactive.query.sqm.spi.ReactiveNativeQueryInterpreter (implements org.hibernate.engine.query.spi.NativeQueryInterpreter)
- org.hibernate.reactive.query.internal.ReactiveNativeQueryInterpreterInitiator (implements org.hibernate.service.spi.SessionFactoryServiceInitiator<R>)
- org.hibernate.engine.internal.ReactivePersistenceContextAdapter (implements org.hibernate.engine.spi.PersistenceContext)
- org.hibernate.reactive.provider.ReactivePersistenceProvider (implements jakarta.persistence.spi.PersistenceProvider)
- org.hibernate.reactive.provider.service.ReactivePersisterClassResolverInitiator (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
- org.hibernate.reactive.provider.impl.ReactiveProviderChecker
- org.hibernate.reactive.session.impl.ReactiveQueryExecutorLookup
- org.hibernate.reactive.query.sqm.mutation.internal.temptable.ReactiveRestrictedDeleteExecutionDelegate (implements org.hibernate.reactive.query.sqm.mutation.internal.temptable.ReactiveTableBasedDeleteHandler.ReactiveExecutionDelegate)
- org.hibernate.reactive.sql.results.ReactiveResultSetMapping (implements org.hibernate.reactive.sql.results.spi.ReactiveValuesMappingProducer, org.hibernate.query.results.ResultSetMapping)
- org.hibernate.reactive.sql.results.internal.ReactiveResultsHelper
- org.hibernate.reactive.sql.results.internal.ReactiveRowTransformerArrayImpl (implements org.hibernate.sql.results.spi.RowTransformer<T>)
- org.hibernate.reactive.metamodel.mapping.internal.ReactiveRuntimeModelCreationContext (implements org.hibernate.metamodel.spi.RuntimeModelCreationContext)
- org.hibernate.reactive.provider.service.ReactiveSchemaManagementToolInitiator (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.service.internal.ReactiveSessionFactoryServiceContributor (implements org.hibernate.service.spi.SessionFactoryServiceContributor)
- org.hibernate.reactive.query.sqm.internal.ReactiveSimpleInsertQueryPlan (implements org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan)
- org.hibernate.reactive.query.sqm.internal.ReactiveSimpleUpdateQueryPlan (implements org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan)
- org.hibernate.reactive.loader.ast.internal.ReactiveSingleIdEntityLoaderProvidedQueryImpl<T> (implements org.hibernate.reactive.loader.ast.spi.ReactiveSingleIdEntityLoader<T>)
- org.hibernate.reactive.loader.ast.internal.ReactiveSingleIdEntityLoaderSupport<T> (implements org.hibernate.reactive.loader.ast.spi.ReactiveSingleIdEntityLoader<T>)
- org.hibernate.reactive.sql.results.spi.ReactiveSingleResultConsumer<T> (implements org.hibernate.reactive.sql.results.spi.ReactiveResultsConsumer<T,R>)
- org.hibernate.reactive.loader.ast.internal.ReactiveSingleUniqueKeyEntityLoaderStandard<T> (implements org.hibernate.reactive.loader.ast.spi.ReactiveSingleUniqueKeyEntityLoader<T>)
- org.hibernate.reactive.provider.service.ReactiveSqmMultiTableMutationStrategyProvider (implements org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategyProvider)
- org.hibernate.reactive.provider.service.ReactiveSqmMultiTableMutationStrategyProviderInitiator (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
- org.hibernate.reactive.query.sqm.mutation.internal.ReactiveSqmMutationStrategyHelper
- org.hibernate.reactive.loader.ast.internal.ReactiveStandardBatchLoaderFactory (implements org.hibernate.loader.ast.spi.BatchLoaderFactory)
- org.hibernate.reactive.engine.jdbc.dialect.internal.ReactiveStandardDialectResolver (implements org.hibernate.engine.jdbc.dialect.spi.DialectResolver)
- org.hibernate.reactive.sql.exec.internal.ReactiveStandardMutationExecutorService (implements org.hibernate.engine.jdbc.mutation.spi.MutationExecutorService)
- org.hibernate.reactive.sql.results.internal.ReactiveStandardRowReader<R> (implements org.hibernate.reactive.sql.results.spi.ReactiveRowReader<R>)
- org.hibernate.reactive.query.sqm.mutation.internal.temptable.ReactiveTemporaryTableHelper
- org.hibernate.reactive.query.sqm.mutation.internal.temptable.ReactiveTemporaryTableHelper.TemporaryTableCreationWork (implements org.hibernate.reactive.query.sqm.mutation.internal.temptable.ReactiveTemporaryTableHelper.ReactiveWork)
- org.hibernate.reactive.query.sqm.mutation.internal.temptable.ReactiveTemporaryTableHelper.TemporaryTableDropWork (implements org.hibernate.reactive.query.sqm.mutation.internal.temptable.ReactiveTemporaryTableHelper.ReactiveWork)
- org.hibernate.reactive.provider.impl.ReactiveTypeContributor (implements org.hibernate.boot.model.TypeContributor)
- org.hibernate.reactive.engine.jdbc.mutation.internal.ReactiveValueBinding
- org.hibernate.reactive.provider.service.ReactiveValuesMappingProducerProvider (implements org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducerProvider)
- org.hibernate.reactive.provider.service.ReactiveValuesMappingProducerProviderInitiator (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
- org.hibernate.reactive.sql.exec.spi.ReactiveValuesResultSet
- org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp (implements org.hibernate.persister.collection.mutation.RemoveCoordinator)
- org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard (implements org.hibernate.persister.collection.mutation.RemoveCoordinator)
- org.hibernate.reactive.engine.jdbc.ResultsCheckerUtil
- org.hibernate.reactive.adaptor.impl.ResultSetAdaptor (implements java.sql.ResultSet)
- org.hibernate.query.sql.internal.ResultSetMappingProcessor (implements org.hibernate.query.sql.internal.SQLQueryParser.ParserContext)
- org.hibernate.internal.SessionFactoryImpl (implements org.hibernate.engine.spi.SessionFactoryImplementor)
- org.hibernate.reactive.session.impl.SessionUtil
- org.hibernate.query.sqm.internal.SimpleDeleteQueryPlan (implements org.hibernate.query.spi.NonSelectQueryPlan)
- org.hibernate.loader.ast.internal.SingleIdEntityLoaderSupport<T> (implements org.hibernate.loader.ast.spi.SingleIdEntityLoader<T>)
- org.hibernate.loader.ast.internal.SingleIdEntityLoaderStandardImpl<T>
- org.hibernate.loader.ast.internal.SingleIdLoadPlan<T> (implements org.hibernate.loader.ast.internal.SingleEntityLoadPlan)
- 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.ExternalSqlClientPool
- org.hibernate.reactive.pool.impl.SqlClientPoolConfigurationInitiator (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
- org.hibernate.reactive.tuple.StageGenerator (implements org.hibernate.generator.BeforeExecutionGenerator)
- org.hibernate.reactive.stage.impl.StageMutationQueryImpl<T> (implements org.hibernate.reactive.stage.Stage.MutationQuery)
- org.hibernate.reactive.stage.impl.StageQueryImpl<R> (implements org.hibernate.reactive.stage.Stage.Query<R>)
- org.hibernate.reactive.stage.impl.StageSelectionQueryImpl<T> (implements org.hibernate.reactive.stage.Stage.SelectionQuery<R>)
- org.hibernate.reactive.stage.impl.StageSessionFactoryImpl (implements org.hibernate.reactive.common.spi.Implementor, 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.sql.exec.internal.StandardReactiveJdbcMutationExecutor (implements org.hibernate.reactive.sql.exec.spi.ReactiveJdbcMutationExecutor)
- org.hibernate.reactive.sql.exec.internal.StandardReactiveSelectExecutor (implements org.hibernate.reactive.sql.exec.spi.ReactiveSelectExecutor)
- org.hibernate.reactive.sql.exec.internal.StandardReactiveSelectExecutor.CapturingJdbcValuesMetadata (implements org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata)
- org.hibernate.boot.registry.StandardServiceRegistryBuilder
- org.hibernate.query.sqm.mutation.internal.temptable.TableBasedInsertHandler (implements org.hibernate.query.sqm.mutation.internal.InsertHandler)
- java.lang.Throwable (implements java.io.Serializable)
- org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp (implements org.hibernate.persister.entity.mutation.UpdateCoordinator)
- org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate (implements org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler.ExecutionDelegate)
- org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp (implements org.hibernate.persister.collection.mutation.UpdateRowsCoordinator)
- org.hibernate.reactive.logging.impl.Version
- org.hibernate.reactive.context.impl.VertxContext (implements org.hibernate.reactive.context.Context, org.hibernate.service.spi.ServiceRegistryAwareService)
- org.hibernate.reactive.context.impl.VertxContextInitiator (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
- org.hibernate.reactive.vertx.impl.VertxInstanceInitiator (implements org.hibernate.boot.registry.StandardServiceInitiator<R>)
- org.hibernate.type.descriptor.jdbc.XmlArrayJdbcTypeConstructor (implements org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor)
- org.hibernate.type.descriptor.jdbc.XmlJdbcType (implements org.hibernate.type.descriptor.jdbc.AggregateJdbcType)
Interface Hierarchy
- org.hibernate.id.enhanced.AccessCallback
- org.hibernate.cfg.AgroalSettings
- org.hibernate.cfg.JdbcSettings (also extends org.hibernate.cfg.C3p0Settings, org.hibernate.cfg.HikariCPSettings)
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.reactive.util.async.impl.AsyncCloseable
- org.hibernate.persister.walking.spi.AttributeSource
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.metamodel.mapping.EntityMappingType, org.hibernate.persister.entity.mutation.EntityMutationTarget, org.hibernate.sql.ast.tree.from.RootTableGroupProducer)
- java.lang.AutoCloseable
- org.jboss.logging.BasicLogger
- org.hibernate.reactive.logging.impl.Log
- org.hibernate.cfg.BatchSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.cfg.BytecodeSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.cfg.C3p0Settings
- org.hibernate.cfg.JdbcSettings (also extends org.hibernate.cfg.AgroalSettings, org.hibernate.cfg.HikariCPSettings)
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.cfg.CacheSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.reactive.engine.impl.CascadingAction<C>
- org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
- org.hibernate.persister.collection.mutation.DeleteRowsCoordinator
- org.hibernate.persister.collection.mutation.InsertRowsCoordinator
- org.hibernate.persister.collection.mutation.RemoveCoordinator
- org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
- org.hibernate.query.CommonQueryContract
- java.lang.Comparable<T>
- org.hibernate.engine.spi.ComparableExecutable (also extends org.hibernate.action.spi.Executable, java.io.Serializable)
- org.hibernate.reactive.context.Context.Key<T>
- org.hibernate.metamodel.mapping.Discriminable
- org.hibernate.metamodel.mapping.EntityMappingType (also extends org.hibernate.metamodel.mapping.EntityValuedModelPart, org.hibernate.loader.ast.spi.Loadable, org.hibernate.metamodel.mapping.ManagedMappingType, org.hibernate.metamodel.mapping.Restrictable, org.hibernate.metamodel.mapping.SoftDeletableModelPart)
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.persister.entity.mutation.EntityMutationTarget, org.hibernate.sql.ast.tree.from.RootTableGroupProducer)
- org.hibernate.sql.results.graph.DomainResultAssembler<J>
- org.hibernate.reactive.util.async.impl.Either<L,R>
- org.hibernate.cfg.EnvironmentSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.action.spi.Executable
- java.util.concurrent.Executor
- org.hibernate.reactive.context.Context (also extends org.hibernate.service.Service)
- org.hibernate.boot.model.relational.ExportableProducer
- org.hibernate.id.enhanced.DatabaseStructure
- org.hibernate.cfg.FetchSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.metamodel.mapping.FilterRestrictable
- org.hibernate.metamodel.mapping.Restrictable (also extends org.hibernate.metamodel.mapping.WhereRestrictable)
- org.hibernate.persister.collection.CollectionPersister
- org.hibernate.metamodel.mapping.EntityMappingType (also extends org.hibernate.metamodel.mapping.Discriminable, org.hibernate.metamodel.mapping.EntityValuedModelPart, org.hibernate.loader.ast.spi.Loadable, org.hibernate.metamodel.mapping.ManagedMappingType, org.hibernate.metamodel.mapping.SoftDeletableModelPart)
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.persister.entity.mutation.EntityMutationTarget, org.hibernate.sql.ast.tree.from.RootTableGroupProducer)
- org.hibernate.generator.values.GeneratedValuesMutationDelegate
- org.hibernate.cfg.HikariCPSettings
- org.hibernate.cfg.JdbcSettings (also extends org.hibernate.cfg.AgroalSettings, org.hibernate.cfg.C3p0Settings)
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.reactive.common.spi.Implementor
- org.hibernate.reactive.util.impl.IntBiFunction<T,R>
- org.hibernate.reactive.util.impl.IntBiPredicate<T>
- java.util.Iterator<E>
- org.hibernate.metamodel.mapping.JdbcMappingContainer
- org.hibernate.metamodel.mapping.Bindable
- org.hibernate.metamodel.mapping.MappingModelExpressible<T>
- org.hibernate.metamodel.mapping.ModelPart
- org.hibernate.loader.ast.spi.Loadable (also extends org.hibernate.sql.ast.tree.from.RootTableGroupProducer)
- org.hibernate.metamodel.mapping.EntityMappingType (also extends org.hibernate.metamodel.mapping.Discriminable, org.hibernate.metamodel.mapping.EntityValuedModelPart, org.hibernate.metamodel.mapping.ManagedMappingType, org.hibernate.metamodel.mapping.Restrictable, org.hibernate.metamodel.mapping.SoftDeletableModelPart)
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.persister.entity.mutation.EntityMutationTarget, org.hibernate.sql.ast.tree.from.RootTableGroupProducer)
- org.hibernate.metamodel.mapping.ModelPartContainer
- org.hibernate.sql.results.graph.FetchableContainer
- org.hibernate.metamodel.mapping.EntityValuedModelPart
- org.hibernate.metamodel.mapping.EntityMappingType (also extends org.hibernate.metamodel.mapping.Discriminable, org.hibernate.loader.ast.spi.Loadable, org.hibernate.metamodel.mapping.ManagedMappingType, org.hibernate.metamodel.mapping.Restrictable, org.hibernate.metamodel.mapping.SoftDeletableModelPart)
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.persister.entity.mutation.EntityMutationTarget, org.hibernate.sql.ast.tree.from.RootTableGroupProducer)
- org.hibernate.metamodel.mapping.ManagedMappingType (also extends org.hibernate.metamodel.mapping.MappingType)
- org.hibernate.metamodel.mapping.EntityMappingType (also extends org.hibernate.metamodel.mapping.Discriminable, org.hibernate.metamodel.mapping.EntityValuedModelPart, org.hibernate.loader.ast.spi.Loadable, org.hibernate.metamodel.mapping.Restrictable, org.hibernate.metamodel.mapping.SoftDeletableModelPart)
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.persister.entity.mutation.EntityMutationTarget, org.hibernate.sql.ast.tree.from.RootTableGroupProducer)
- org.hibernate.metamodel.mapping.SoftDeletableModelPart
- org.hibernate.metamodel.mapping.EntityMappingType (also extends org.hibernate.metamodel.mapping.Discriminable, org.hibernate.metamodel.mapping.EntityValuedModelPart, org.hibernate.loader.ast.spi.Loadable, org.hibernate.metamodel.mapping.ManagedMappingType, org.hibernate.metamodel.mapping.Restrictable)
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.persister.entity.mutation.EntityMutationTarget, org.hibernate.sql.ast.tree.from.RootTableGroupProducer)
- org.hibernate.sql.ast.tree.from.TableGroupProducer
- org.hibernate.sql.ast.tree.from.RootTableGroupProducer
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.metamodel.mapping.EntityMappingType, org.hibernate.persister.entity.mutation.EntityMutationTarget)
- org.hibernate.loader.ast.spi.Loadable (also extends org.hibernate.metamodel.mapping.ModelPart)
- org.hibernate.metamodel.mapping.EntityMappingType (also extends org.hibernate.metamodel.mapping.Discriminable, org.hibernate.metamodel.mapping.EntityValuedModelPart, org.hibernate.metamodel.mapping.ManagedMappingType, org.hibernate.metamodel.mapping.Restrictable, org.hibernate.metamodel.mapping.SoftDeletableModelPart)
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.persister.entity.mutation.EntityMutationTarget, org.hibernate.sql.ast.tree.from.RootTableGroupProducer)
- org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
- org.hibernate.cfg.JpaComplianceSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.loader.ast.spi.Loader
- org.hibernate.loader.ast.spi.CollectionLoader
- org.hibernate.loader.ast.spi.CollectionBatchLoader (also extends org.hibernate.loader.ast.spi.BatchLoader)
- org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoader
- org.hibernate.reactive.loader.ast.spi.ReactiveCollectionBatchLoader (also extends org.hibernate.loader.ast.spi.BatchLoader, org.hibernate.loader.ast.spi.CollectionBatchLoader)
- org.hibernate.loader.ast.spi.EntityLoader
- org.hibernate.loader.ast.spi.EntityMultiLoader<T> (also extends org.hibernate.loader.ast.spi.MultiKeyLoader)
- org.hibernate.loader.ast.spi.MultiIdEntityLoader<T>
- org.hibernate.loader.ast.spi.NaturalIdLoader<T> (also extends org.hibernate.loader.ast.spi.MultiKeyLoader)
- org.hibernate.loader.ast.spi.SingleEntityLoader<T>
- org.hibernate.loader.ast.spi.MultiKeyLoader
- org.hibernate.loader.ast.spi.BatchLoader
- org.hibernate.loader.ast.spi.CollectionBatchLoader (also extends org.hibernate.loader.ast.spi.CollectionLoader)
- org.hibernate.reactive.loader.ast.spi.ReactiveCollectionBatchLoader (also extends org.hibernate.loader.ast.spi.CollectionBatchLoader, org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoader)
- org.hibernate.loader.ast.spi.EntityMultiLoader<T> (also extends org.hibernate.loader.ast.spi.EntityLoader)
- org.hibernate.loader.ast.spi.MultiIdEntityLoader<T>
- org.hibernate.loader.ast.spi.NaturalIdLoader<T> (also extends org.hibernate.loader.ast.spi.EntityLoader)
- org.hibernate.cfg.ManagedBeanSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.cfg.MappingSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.metamodel.mapping.MappingType
- org.hibernate.metamodel.mapping.ManagedMappingType (also extends org.hibernate.sql.results.graph.FetchableContainer)
- org.hibernate.metamodel.mapping.EntityMappingType (also extends org.hibernate.metamodel.mapping.Discriminable, org.hibernate.metamodel.mapping.EntityValuedModelPart, org.hibernate.loader.ast.spi.Loadable, org.hibernate.metamodel.mapping.Restrictable, org.hibernate.metamodel.mapping.SoftDeletableModelPart)
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.persister.entity.mutation.EntityMutationTarget, org.hibernate.sql.ast.tree.from.RootTableGroupProducer)
- org.hibernate.cfg.MultiTenancySettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.persister.entity.mutation.MutationCoordinator
- org.hibernate.persister.entity.mutation.UpdateCoordinator
- org.hibernate.engine.jdbc.mutation.MutationExecutor
- org.hibernate.sql.model.MutationOperation
- org.hibernate.sql.model.SelfExecutingUpdateOperation
- org.hibernate.sql.model.MutationTarget<T>
- org.hibernate.persister.entity.mutation.EntityMutationTarget
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.metamodel.mapping.EntityMappingType, org.hibernate.sql.ast.tree.from.RootTableGroupProducer)
- org.hibernate.reactive.mutiny.Mutiny
- org.hibernate.reactive.mutiny.Mutiny.AbstractQuery
- org.hibernate.reactive.mutiny.Mutiny.Closeable
- org.hibernate.reactive.mutiny.Mutiny.QueryProducer
- org.hibernate.reactive.mutiny.Mutiny.Transaction
- org.hibernate.query.named.NameableQuery
- org.hibernate.cfg.PersistenceSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor.Binder
- org.hibernate.query.spi.QueryPlan
- org.hibernate.query.sql.spi.NativeQueryPlan
- org.hibernate.query.sql.spi.NativeSelectQueryPlan<T> (also extends org.hibernate.query.spi.SelectQueryPlan<R>)
- org.hibernate.query.spi.NonSelectQueryPlan
- org.hibernate.query.spi.SelectQueryPlan<R>
- org.hibernate.query.sql.spi.NativeSelectQueryPlan<T> (also extends org.hibernate.query.sql.spi.NativeQueryPlan)
- org.hibernate.reactive.query.sqm.spi.ReactiveSelectQueryPlan<R>
- org.hibernate.cfg.QuerySettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.reactive.persister.entity.mutation.ReactiveAbstractDeleteCoordinator
- org.hibernate.reactive.loader.ast.spi.ReactiveAfterLoadAction
- org.hibernate.reactive.engine.ReactiveAfterTransactionCompletionProcess
- org.hibernate.reactive.engine.ReactiveBeforeTransactionCompletionProcess
- org.hibernate.reactive.pool.ReactiveConnection
- org.hibernate.reactive.pool.ReactiveConnection.Expectation
- org.hibernate.reactive.session.ReactiveConnectionSupplier
- org.hibernate.reactive.query.sqm.mutation.internal.temptable.ReactiveGlobalTemporaryTableStrategy
- org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler
- org.hibernate.reactive.sql.results.graph.ReactiveInitializer<Data>
- org.hibernate.reactive.persister.entity.mutation.ReactiveInsertCoordinator
- org.hibernate.reactive.sql.exec.spi.ReactiveJdbcMutationExecutor
- org.hibernate.reactive.query.sqm.mutation.internal.temptable.ReactivePersistentTableStrategy
- org.hibernate.reactive.event.ReactivePersistEventListener
- org.hibernate.reactive.sql.results.spi.ReactiveResultsConsumer<T,R>
- org.hibernate.reactive.persister.entity.mutation.ReactiveScopedUpdateCoordinator
- org.hibernate.reactive.sql.exec.spi.ReactiveSelectExecutor
- org.hibernate.reactive.engine.spi.ReactiveSharedSessionContractImplementor
- org.hibernate.reactive.query.sqm.mutation.internal.temptable.ReactiveTemporaryTableHelper.ReactiveWork
- org.hibernate.reactive.sql.results.spi.ReactiveValuesMappingProducer
- org.hibernate.reactive.common.ResultSetMapping<T>
- org.hibernate.sql.results.spi.RowReader<R>
- org.hibernate.cfg.SchemaToolingSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- java.io.Serializable
- org.hibernate.cfg.SessionEventSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
- org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
- org.hibernate.reactive.stage.Stage
- org.hibernate.reactive.stage.Stage.AbstractQuery
- org.hibernate.reactive.stage.Stage.Closeable
- org.hibernate.reactive.stage.Stage.QueryProducer
- org.hibernate.reactive.stage.Stage.Transaction
- org.hibernate.cfg.StatisticsSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.TransactionSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler.ExecutionDelegate
- org.hibernate.query.sqm.mutation.internal.temptable.TableBasedInsertHandler.ExecutionDelegate
- org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler.ExecutionDelegate
- org.hibernate.cfg.TransactionSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.ValidationSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.cfg.ValidationSettings
- org.hibernate.cfg.AvailableSettings (also extends org.hibernate.cfg.BatchSettings, org.hibernate.cfg.BytecodeSettings, org.hibernate.cfg.CacheSettings, org.hibernate.cfg.EnvironmentSettings, org.hibernate.cfg.FetchSettings, org.hibernate.cfg.JdbcSettings, org.hibernate.cfg.JpaComplianceSettings, org.hibernate.cfg.ManagedBeanSettings, org.hibernate.cfg.MappingSettings, org.hibernate.cfg.MultiTenancySettings, org.hibernate.cfg.PersistenceSettings, org.hibernate.cfg.QuerySettings, org.hibernate.cfg.SchemaToolingSettings, org.hibernate.cfg.SessionEventSettings, org.hibernate.cfg.StatisticsSettings, org.hibernate.cfg.TransactionSettings)
- org.hibernate.reactive.provider.Settings
- org.hibernate.metamodel.mapping.WhereRestrictable
- org.hibernate.metamodel.mapping.Restrictable (also extends org.hibernate.metamodel.mapping.FilterRestrictable)
- org.hibernate.persister.collection.CollectionPersister
- org.hibernate.metamodel.mapping.EntityMappingType (also extends org.hibernate.metamodel.mapping.Discriminable, org.hibernate.metamodel.mapping.EntityValuedModelPart, org.hibernate.loader.ast.spi.Loadable, org.hibernate.metamodel.mapping.ManagedMappingType, org.hibernate.metamodel.mapping.SoftDeletableModelPart)
- org.hibernate.persister.entity.EntityPersister (also extends org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.persister.entity.mutation.EntityMutationTarget, org.hibernate.sql.ast.tree.from.RootTableGroupProducer)