Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W Z 

A

absolute(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
AbstractReactiveFlushingEventListener - Class in org.hibernate.reactive.event.impl
Collects commons methods needed during the management of flush events.
AbstractReactiveFlushingEventListener() - Constructor for class org.hibernate.reactive.event.impl.AbstractReactiveFlushingEventListener
 
AbstractReactiveSaveEventListener<C> - Class in org.hibernate.reactive.event.impl
Functionality common to persist and merge event listeners.
AbstractReactiveSaveEventListener() - Constructor for class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
 
accept(String) - Method in class org.hibernate.reactive.provider.service.ReactiveGenerationTarget
 
addAction(ReactiveEntityRegularInsertAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
addAction(ReactiveEntityIdentityInsertAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Adds an entity (IDENTITY) insert action
addAction(ReactiveEntityDeleteAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Adds an entity delete action
addAction(OrphanRemovalAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Adds an orphan removal action
addAction(CollectionRecreateAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Adds a collection (re)create action
addAction(CollectionRemoveAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Adds a collection remove action
addAction(CollectionUpdateAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Adds a collection update action
addAction(QueuedOperationCollectionAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Adds an action relating to a collection queued operation (extra lazy).
addAction(BulkOperationCleanupAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Adds an action defining a cleanup relating to a bulk operation (HQL/JPQL or Criteria based update/delete)
addBatch() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
addBatch(String) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
addBulkCleanupAction(BulkOperationCleanupAction) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
addBulkCleanupAction(BulkOperationCleanupAction) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
addBulkCleanupAction(BulkOperationCleanupAction) - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
 
addEntity(String, String, LockMode) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
addEntity(String, String, LockMode) - Method in interface org.hibernate.reactive.session.ReactiveNativeQuery
 
addInitiator(StandardServiceInitiator) - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Adds a service initiator.
addService(Class, Service) - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Adds a user-provided service.
afterLast() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
afterOperation(boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Performs cleanup of any held cache softlocks.
applySetting(String, Object) - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Apply a setting value.
applySettings(Map) - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Apply a groups of setting values.
areInsertionsOrDeletionsQueued() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Check whether any insertion or deletion actions are currently queued.
areMatch(Object, Object) - Method in class org.hibernate.reactive.provider.impl.ReplacementDuplicationStrategy
 
areResultSetRowsTransformedImmediately() - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
areResultSetRowsTransformedImmediately() - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
areResultSetRowsTransformedImmediately() - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
areTablesToBeUpdated(Set) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Check whether the given tables/query-spaces are to be executed against given the currently queued actions.
areTransientReferencesNullified() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityIdentityInsertAction
 
areTransientReferencesNullified() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
areTransientReferencesNullified() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityRegularInsertAction
 
arguments(QueryParameters, SharedSessionContractImplementor) - Static method in class org.hibernate.reactive.adaptor.impl.QueryParametersAdaptor
 
arguments(QueryParameters, ParameterSpecification[], SharedSessionContractImplementor) - Static method in class org.hibernate.reactive.adaptor.impl.QueryParametersAdaptor
 
assignIdIfNecessary(Object, Object, EntityPersister, SharedSessionContractImplementor) - Static method in class org.hibernate.reactive.id.impl.IdentifierGeneration
 
AutoCloseable - Interface in org.hibernate.reactive.common
A Java AutoCloseable which can be inspected to determine if it has been closed.

B

BaseCascadingAction(org.hibernate.engine.spi.CascadingAction) - Constructor for class org.hibernate.reactive.engine.impl.CascadingActions.BaseCascadingAction
 
BatchingConnection - Class in org.hibernate.reactive.pool
A ReactiveConnection that automatically performs batching of insert, update, and delete statements, relieving the client persister code of the responsibility to manage batching.
BatchingConnection(ReactiveConnection, int) - Constructor for class org.hibernate.reactive.pool.BatchingConnection
 
beforeFirst() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
beforeTransactionCompletion() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Execute any registered org.hibernate.action.spi.BeforeTransactionCompletionProcess
beginTransaction() - Method in class org.hibernate.reactive.pool.BatchingConnection
 
beginTransaction() - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
beginTransaction() - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
beginTransaction() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
bind(PreparedStatementAdaptor.Binder) - Static method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
bind(PreparedStatement) - Method in interface org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor.Binder
 
bind(PreparedStatement, QueryParameters, SharedSessionContractImplementor, int) - Method in class org.hibernate.reactive.bulk.impl.SessionIdParameterSpecification
 
bindToPreparedStatement(PreparedStatement, QueryParameters, LimitHandler, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
bindToPreparedStatement(PreparedStatement, QueryParameters, LimitHandler, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
bindToPreparedStatement(PreparedStatement, QueryParameters, LimitHandler, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
build() - Method in class org.hibernate.reactive.provider.impl.ReactiveEntityManagerFactoryBuilder
 
build() - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Build the StandardServiceRegistry.
build() - Method in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilder
 
build(CriteriaQueryRenderingContext, ReactiveSession) - Method in interface org.hibernate.reactive.session.Criteria
 
build(CriteriaQueryRenderingContext, ReactiveSession) - Method in class org.hibernate.reactive.session.impl.ReactiveCriteriaDeleteImpl
 
build(CriteriaQueryRenderingContext, ReactiveSession) - Method in class org.hibernate.reactive.session.impl.ReactiveCriteriaQueryImpl
 
build(CriteriaQueryRenderingContext, ReactiveSession) - Method in class org.hibernate.reactive.session.impl.ReactiveCriteriaUpdateImpl
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePaddedBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePaddedBatchingEntityLoaderBuilder
 
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.reactive.bulk.impl.ReactiveBulkIdStrategy
 
Builder(OuterJoinLoadable) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader.Builder
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, PreparationContext) - Method in class org.hibernate.reactive.bulk.impl.ReactiveBulkIdStrategy
 
buildInsertQuery() - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
buildInsertQuery() - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
buildLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoaderBuilder
Builds a batch-fetch capable loader based on the given persister, lock-mode, etc.
buildLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoaderBuilder
Builds a batch-fetch capable loader based on the given persister, lock-options, etc.
buildNonBatchingLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveBatchingCollectionInitializerBuilder
 
buildNonBatchingLoader(OuterJoinLoadable, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoaderBuilder
 
buildNonBatchingLoader(OuterJoinLoadable, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoaderBuilder
 
buildQueryParameters(Serializable, Serializable[], Object, LockOptions, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoader
 
buildSelectQuery() - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
buildSelectQuery() - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.reactive.bulk.impl.ReactiveBulkIdStrategy
 
buildUpdateQuery() - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
buildUpdateQuery() - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
byPrimaryKey() - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader.Builder
 
byUniqueKey(String[], Type) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader.Builder
 

C

cacheableResultTransformer(QueryParameters) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
CachingReactiveLoader - Interface in org.hibernate.reactive.loader
Defines common reactive operations inherited by query loaders, in particular, interaction with the cache.
cancel() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
cancelRowUpdates() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
Cascade<C> - Class in org.hibernate.reactive.engine.impl
Delegate responsible for, in conjunction with the various actions, implementing cascade processing.
Cascade(CascadingAction<C>, CascadePoint, EntityPersister, Object, C, EventSource) - Constructor for class org.hibernate.reactive.engine.impl.Cascade
 
cascade() - Method in class org.hibernate.reactive.engine.impl.Cascade
Cascade an action from the parent entity instance to all its children.
cascade(EventSource, Object, String, C, boolean) - Method in interface org.hibernate.reactive.engine.impl.CascadingAction
Cascade the action to the child object.
cascadeAfterDelete(EventSource, EntityPersister, Object, IdentitySet) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
 
cascadeAfterSave(EventSource, EntityPersister, Object, C) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
Handles to calls needed to perform post-save cascades.
cascadeAfterSave(EventSource, EntityPersister, Object, MergeContext) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
cascadeBeforeDelete(EventSource, EntityPersister, Object, EntityEntry, IdentitySet) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
 
cascadeBeforeSave(EventSource, EntityPersister, Object, C) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
Handles the calls needed to perform pre-save cascades for the given entity.
cascadeBeforeSave(EventSource, EntityPersister, Object, MergeContext) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
cascadeOnMerge(EventSource, EntityPersister, Object, MergeContext) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
Perform any cascades needed as part of this copy event.
CascadingAction<C> - Interface in org.hibernate.reactive.engine.impl
A reactive session operation that may be cascaded from a parent entity to its children.
CascadingActions - Class in org.hibernate.reactive.engine.impl
The possible cascading actions for a reactive session.
CascadingActions.BaseCascadingAction<C> - Class in org.hibernate.reactive.engine.impl
 
check(int, Serializable, int, Expectation, PreparedStatement, String) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
check(int, Serializable, int, Expectation, PreparedStatement, String) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
check(int, Serializable, int, Expectation, PreparedStatement, String) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
check(int, Serializable, int, Expectation, PreparedStatement, String) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
checkEntityFound(SessionImplementor, String, Serializable, Object) - Static method in class org.hibernate.reactive.session.impl.SessionUtil
 
checkId(Object, EntityPersister, Serializable, SessionImplementor) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveFlushEntityEventListener
make sure user didn't mangle the id
checkNoUnresolvedActionsAfterOperation() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Throws org.hibernate.PropertyValueException if there are any unresolved entity insert actions that depend on non-nullable associations with a transient entity.
checkTransactionNeededForUpdateOperation(String) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
checkTransactionNeededForUpdateOperation(String) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
clear() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
clear() - Method in class org.hibernate.reactive.engine.impl.ReactivePersistenceContextAdapter
 
clear() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
clear() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
clear() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Completely clear the session.
clear() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
clear() - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
clear() - Method in interface org.hibernate.reactive.stage.Stage.Session
Completely clear the session.
clearBatch() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
clearFromFlushNeededCheck(int) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
clearParameters() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
clearSettings() - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
 
clearWarnings() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
clearWarnings() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
close() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
close() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
close() - Method in interface org.hibernate.reactive.common.AutoCloseable
 
close() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
close() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
close() - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
close() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Close the reactive session and release the underlying database connection.
close() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
Destroy the session factory and clean up its connection pool.
close() - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Close the reactive session and release the underlying database connection.
close() - Method in class org.hibernate.reactive.pool.BatchingConnection
 
close() - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
close() - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
close() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
close() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
close() - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
close() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
close() - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
close() - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
close() - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
close() - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
close() - Method in interface org.hibernate.reactive.stage.Stage.Session
Close the reactive session and release the underlying database connection.
close() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
Destroy the session factory and clean up its connection pool.
close() - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Close the reactive session and release the underlying database connection.
closeConnection(Connection) - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
 
closeOnCompletion() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
commitTransaction() - Method in class org.hibernate.reactive.pool.BatchingConnection
 
commitTransaction() - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
commitTransaction() - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
commitTransaction() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
completedFuture(T) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
CompletionStages - Class in org.hibernate.reactive.util.impl
 
CompletionStages() - Constructor for class org.hibernate.reactive.util.impl.CompletionStages
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.reactive.id.impl.SequenceReactiveIdentifierGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
configure(Map) - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
 
configure(Map) - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPoolConfiguration
 
configure() - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Read setting information from an XML file using the standard resource location.
configure(String) - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Read setting information from an XML file using the named resource location.
configure(File) - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
 
configure(URL) - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
 
configure(LoadedConfig) - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
 
connectOptions(URI) - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPoolConfiguration
 
connectOptions(URI) - Method in interface org.hibernate.reactive.pool.impl.SqlClientPoolConfiguration
The SqlConnectOptions used to configure the Pool
contains(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
contains(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Determine if the given instance belongs to this persistence context.
contains(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
contains(Object) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
contains(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
Determine if the given instance belongs to this persistence context.
contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.reactive.provider.impl.ReactiveTypeContributor
 
convert(RuntimeException) - Method in class org.hibernate.reactive.session.impl.ReactiveExceptionConverter
 
convertQueryException(T, Throwable, <any>) - Static method in interface org.hibernate.reactive.session.ReactiveQuery
 
copyValues(EntityPersister, Object, Object, SessionImplementor, MergeContext) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
 
copyValues(EntityPersister, Object, Object, SessionImplementor, MergeContext, ForeignKeyDirection) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
 
createBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveBatchingCollectionInitializerBuilder
Builds a batch-fetch capable CollectionInitializer for basic and many-to-many collections (collections with a dedicated collection table).
createBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveBatchingCollectionInitializerBuilder
Builds a batch-fetch capable CollectionInitializer for one-to-many collections (collections without a dedicated collection table).
createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.reactive.persister.collection.impl.ReactiveOneToManyPersister
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider

Note: per-spec, the values passed as properties override values found in PersistenceUnitInfo

createCriteriaDelete(Class<T>) - Method in class org.hibernate.reactive.session.impl.ReactiveCriteriaBuilderImpl
 
createCriteriaUpdate(Class<T>) - Method in class org.hibernate.reactive.session.impl.ReactiveCriteriaBuilderImpl
 
createEntityGraph(Class<T>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createEntityGraph(Class<T>, String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create a new mutable EntityGraph
createEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create a new mutable copy of a named EntityGraph
createEntityGraph(Class<T>, String) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
createEntityGraph(Class<T>) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
createEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
createEntityGraph(Class<T>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createEntityGraph(Class<T>, String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create a new mutable EntityGraph
createEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create a new mutable copy of a named EntityGraph
createEntityLoader(LockMode, LoadQueryInfluencers) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
createEntityLoader(LockOptions, LoadQueryInfluencers) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
createEntityLoader(LockMode, LoadQueryInfluencers) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
createEntityLoader(LockOptions, LoadQueryInfluencers) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
createEntityLoader(LockMode, LoadQueryInfluencers) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
createEntityLoader(LockOptions, LoadQueryInfluencers) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
createEntityManagerFactory(String, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider

Note: per-spec, the values passed as properties override values found in persistence.xml

createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveQueryTranslatorFactory
 
createIdentifierGenerator(String, Type, Properties) - Method in class org.hibernate.reactive.id.impl.ReactiveIdentifierGeneratorFactory
 
createLoaders() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
createLoaders() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
createLoaders() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
createNamedQuery(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createNamedQuery(String, Class<R>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createNamedQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create an instance of Mutiny.Query for the named query.
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create an instance of Mutiny.Query for the named query.
createNamedQuery(String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createNamedQuery(String, Class<R>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createNamedQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create an instance of Stage.Query for the named query.
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create an instance of Stage.Query for the named query.
createNativeQuery(String, Class<R>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createNativeQuery(String, ResultSetMapping<R>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createNativeQuery(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createNativeQuery(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
createNativeQuery(String, Class<R>) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
createNativeQuery(String, ResultSetMapping<R>) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
createNativeQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create an instance of Mutiny.Query for the given SQL query string, using the given resultType to interpret the results.
createNativeQuery(String, ResultSetMapping<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create an instance of Mutiny.Query for the given SQL query string, using the given ResultSetMapping to interpret the result set.
createNativeQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create an instance of Mutiny.Query for the given SQL query string, or SQL update, insert, or delete statement.
createNativeQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Create an instance of Mutiny.Query for the given SQL query string, or SQL update, insert, or delete statement.
createNativeQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Create an instance of Mutiny.Query for the given SQL query string, using the given resultType to interpret the results.
createNativeQuery(String, ResultSetMapping<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Create an instance of Mutiny.Query for the given SQL query string, using the given ResultSetMapping to interpret the result set.
createNativeQuery(String, Class<R>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createNativeQuery(String, ResultSetMapping<R>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createNativeQuery(String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createNativeQuery(String) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
createNativeQuery(String, Class<R>) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
createNativeQuery(String, ResultSetMapping<R>) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
createNativeQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create an instance of Stage.Query for the given SQL query string, using the given resultType to interpret the results.
createNativeQuery(String, ResultSetMapping<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create an instance of Stage.Query for the given SQL query string, using the given ResultSetMapping to interpret the result set.
createNativeQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create an instance of Stage.Query for the given SQL query string, or SQL update, insert, or delete statement.
createNativeQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Create an instance of Stage.Query for the given SQL query string, or SQL update, insert, or delete statement.
createNativeQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Create an instance of Stage.Query for the given SQL query string, using the given resultType to interpret the results.
createNativeQuery(String, ResultSetMapping<R>) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Create an instance of Stage.Query for the given SQL query string, using the given ResultSetMapping to interpret the result set.
createPersistenceContext() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
createPool(URI) - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
Create a new Pool for the given JDBC URL or database URI, using the VertxInstance service to obtain an instance of Vertx, and the SqlClientPoolConfiguration service to obtain options for creating the connection pool.
createPool(URI, SqlConnectOptions, PoolOptions, Vertx) - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
Create a new Pool for the given JDBC URL or database URI, connection pool options, and the given instance of Vertx.
createQuery(String, Class<R>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createQuery(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createQuery(<any>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createQuery(<any>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createQuery(<any>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
createQuery(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
createQuery(String, Class<R>) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
createQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create an instance of Mutiny.Query for the given HQL/JPQL query string or HQL/JPQL update or delete statement.
createQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create an instance of Mutiny.Query for the given HQL/JPQL query string.
createQuery(<any>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create an instance of Mutiny.Query for the given criteria query.
createQuery(<any>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create an instance of Mutiny.Query for the given criteria update.
createQuery(<any>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Create an instance of Mutiny.Query for the given criteria delete.
createQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Create an instance of Mutiny.Query for the given HQL/JPQL query string or HQL/JPQL update or delete statement.
createQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Create an instance of Mutiny.Query for the given HQL/JPQL query string.
createQuery() - Method in class org.hibernate.reactive.session.impl.ReactiveCriteriaBuilderImpl
 
createQuery(Class<T>) - Method in class org.hibernate.reactive.session.impl.ReactiveCriteriaBuilderImpl
 
createQuery(String, Class<R>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createQuery(String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createQuery(<any>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createQuery(<any>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createQuery(<any>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
createQuery(String) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
createQuery(String, Class<R>) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
createQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create an instance of Stage.Query for the given HQL/JPQL query string or HQL/JPQL update or delete statement.
createQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create an instance of Stage.Query for the given HQL/JPQL query string.
createQuery(<any>) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create an instance of Stage.Query for the given criteria query.
createQuery(<any>) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create an instance of Stage.Query for the given criteria update.
createQuery(<any>) - Method in interface org.hibernate.reactive.stage.Stage.Session
Create an instance of Stage.Query for the given criteria delete.
createQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Create an instance of Stage.Query for the given HQL/JPQL query string or HQL/JPQL update or delete statement.
createQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Create an instance of Stage.Query for the given HQL/JPQL query string.
createQueryLoader(HqlSqlWalker, SessionFactoryImplementor) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryTranslatorImpl
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor, EntityGraphQueryHint) - Method in class org.hibernate.reactive.provider.service.ReactiveQueryTranslatorFactory
 
createReactiveCriteriaQuery(String, Class<T>, CriteriaQueryOptions) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
createReactiveCriteriaQuery(String, Class<T>, CriteriaQueryOptions) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
createReactiveNamedQuery(String) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
createReactiveNamedQuery(String, Class<R>) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
createReactiveNamedQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
createReactiveNamedQuery(String, Class<R>) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
createReactiveNativeQuery(String) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
createReactiveNativeQuery(String, String) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
createReactiveNativeQuery(String, Class<T>) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
createReactiveNativeQuery(String) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
createReactiveNativeQuery(String, Class<T>) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
createReactiveNativeQuery(String, String) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
createReactiveNativeQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
createReactiveNativeQuery(String, String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
createReactiveNativeQuery(String, Class<T>) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
createReactiveNativeQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
createReactiveNativeQuery(String, Class<T>) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
createReactiveNativeQuery(String, String) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
createReactiveQuery(String) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
createReactiveQuery(String, Class<R>) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
createReactiveQuery(String) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
createReactiveQuery(String, Class<R>) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
createReactiveQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
createReactiveQuery(String, Class<T>) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
createReactiveQuery(Criteria<R>) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
createReactiveQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
createReactiveQuery(String, Class<R>) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveBatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveDynamicBatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.collection.impl.ReactivePaddedBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveDynamicBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.collection.impl.ReactivePaddedBatchingCollectionInitializerBuilder
 
createSessionFactoryBuilder(MetadataImpl, BootstrapContext) - Method in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilderService
 
createSubselectInitializer(SubselectFetch, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.impl.ReactiveOneToManyPersister
 
createSubselects(List, QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
 
createSubselects(List, QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
createSubselects(List, QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
createSubselects(List, QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
createSubselects(List, QueryParameters, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.ReactiveLoaderBasedLoader
 
createTupleQuery() - Method in class org.hibernate.reactive.session.impl.ReactiveCriteriaBuilderImpl
 
Criteria<R> - Interface in org.hibernate.reactive.session
Abstracts over criteria queries, updates, and deletes.
CriteriaQueryOptions - Interface in org.hibernate.reactive.session
 
CriteriaQueryRenderingContext - Class in org.hibernate.reactive.session.impl
A RenderingContext used when compiling criteria queries for reactive execution.
CriteriaQueryRenderingContext(SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 

D

DefaultReactiveAutoFlushEventListener - Class in org.hibernate.reactive.event.impl
 
DefaultReactiveAutoFlushEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveAutoFlushEventListener
 
DefaultReactiveDeleteEventListener - Class in org.hibernate.reactive.event.impl
A reactific org.hibernate.event.internal.DefaultDeleteEventListener.
DefaultReactiveDeleteEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
 
DefaultReactiveFlushEntityEventListener - Class in org.hibernate.reactive.event.impl
A reactific org.hibernate.event.internal.DefaultFlushEntityEventListener.
DefaultReactiveFlushEntityEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveFlushEntityEventListener
 
DefaultReactiveFlushEventListener - Class in org.hibernate.reactive.event.impl
A reactific org.hibernate.event.internal.DefaultFlushEventListener.
DefaultReactiveFlushEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveFlushEventListener
 
DefaultReactiveInitializeCollectionEventListener - Class in org.hibernate.reactive.event.impl
 
DefaultReactiveInitializeCollectionEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveInitializeCollectionEventListener
 
DefaultReactiveLoadEventListener - Class in org.hibernate.reactive.event.impl
A reactive org.hibernate.event.internal.DefaultLoadEventListener.
DefaultReactiveLoadEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveLoadEventListener
 
DefaultReactiveLockEventListener - Class in org.hibernate.reactive.event.impl
 
DefaultReactiveLockEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveLockEventListener
 
DefaultReactiveMergeEventListener - Class in org.hibernate.reactive.event.impl
A reactific org.hibernate.event.internal.DefaultMergeEventListener.
DefaultReactiveMergeEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
 
DefaultReactivePersistEventListener - Class in org.hibernate.reactive.event.impl
A reactific org.hibernate.event.internal.DefaultPersistEventListener.
DefaultReactivePersistEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactivePersistEventListener
 
DefaultReactivePersistOnFlushEventListener - Class in org.hibernate.reactive.event.impl
A reactific org.hibernate.event.internal.DefaultPersistOnFlushEventListener.
DefaultReactivePersistOnFlushEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactivePersistOnFlushEventListener
 
DefaultReactivePostLoadEventListener - Class in org.hibernate.reactive.event.impl
We do 2 things here: Call Lifecycle interface if necessary Perform needed EntityEntry#getLockMode() related processing
DefaultReactivePostLoadEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactivePostLoadEventListener
 
DefaultReactiveRefreshEventListener - Class in org.hibernate.reactive.event.impl
A reactific org.hibernate.event.internal.DefaultRefreshEventListener.
DefaultReactiveRefreshEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveRefreshEventListener
 
DefaultSqlClientPool - Class in org.hibernate.reactive.pool.impl
A pool of reactive connections backed by a Vert.x Pool.
DefaultSqlClientPool() - Constructor for class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
 
DefaultSqlClientPoolConfiguration - Class in org.hibernate.reactive.pool.impl
The default SqlClientPoolConfiguration which configures the io.vertx.sqlclient.Pool using the Hibernate ORM configuration properties defined in Settings.
DefaultSqlClientPoolConfiguration() - Constructor for class org.hibernate.reactive.pool.impl.DefaultSqlClientPoolConfiguration
 
DefaultVertxInstance - Class in org.hibernate.reactive.vertx.impl
A singleton instance of Vertx that is created on demand and destroyed automatically along with the Hibernate session factory.
DefaultVertxInstance() - Constructor for class org.hibernate.reactive.vertx.impl.DefaultVertxInstance
 
delayedAfterCompletion() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
delegate() - Method in interface org.hibernate.reactive.engine.impl.CascadingAction
 
delegate() - Method in class org.hibernate.reactive.engine.impl.CascadingActions.BaseCascadingAction
 
delegate() - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
A self-reference of type AbstractEntityPersister.
DELETE - Static variable in class org.hibernate.reactive.engine.impl.CascadingActions
 
delete(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
delete(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Delete a row.
delete(Serializable, Object, int, Object, String, SharedSessionContractImplementor, Object[]) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
delete(Serializable, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
delete(Serializable, Object, int, Object, String, SharedSessionContractImplementor, Object[]) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
delete(Serializable, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
delete(Serializable, Object, int, Object, String, SharedSessionContractImplementor, Object[]) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
delete(Serializable, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
delete(Object) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
delete(Object) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Delete a row.
deleteEntity(EventSource, Object, EntityEntry, boolean, boolean, EntityPersister, IdentitySet) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
Perform the entity deletion.
DeleteExpectation(Serializable, int, Expectation, ReactiveAbstractEntityPersister) - Constructor for class org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister.DeleteExpectation
 
deleteOrphans() - Method in interface org.hibernate.reactive.engine.impl.CascadingAction
Does this action potentially extrapolate to orphan deletes?
deleteOrphans() - Method in class org.hibernate.reactive.engine.impl.CascadingActions.BaseCascadingAction
 
deleteReactive(Serializable, Object, int, String, SharedSessionContractImplementor, Object[]) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
deleteReactive(Serializable, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
deleteReactive(Serializable, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
Delete the given instance without blocking.
deleteRow() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
deleteTransientEntity(EventSource, Object, boolean, EntityPersister, IdentitySet) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
We encountered a delete request on a transient instance.
destroy(ServiceRegistry) - Static method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Destroy a service registry.
detach(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
detach(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Remove this instance from the session cache.
detach(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
detach(Object) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
detach(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
Remove this instance from the session cache.
determineDefaultSegmentValue(Properties) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
determineIncrement(Properties) - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
determineIncrement(Properties) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
determineIncrementForSequenceEmulation(Properties) - Method in class org.hibernate.reactive.id.impl.SequenceReactiveIdentifierGenerator
 
determineInitialValue(Properties) - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
determineInitialValue(Properties) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
determineSegmentColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
determineSegmentColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
determineSegmentValue(Properties) - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
determineSegmentValue(Properties) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
determineSequenceName(Properties, ServiceRegistry) - Static method in class org.hibernate.reactive.id.impl.IdentifierGeneration
Determine the name of the sequence (or table if this resolves to a physical table) to use.
determineStoreLastUsedValue(ServiceRegistry) - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
determineStoreLastUsedValue(ServiceRegistry) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
determineTableName(Properties, ServiceRegistry) - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
determineTableName(Properties, ServiceRegistry) - Static method in class org.hibernate.reactive.id.impl.IdentifierGeneration
 
determineTableName(Properties, ServiceRegistry) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
determineValueColumnNameForTable(Properties, JdbcEnvironment) - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
determineValueColumnNameForTable(Properties, JdbcEnvironment) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
dirtyCheck(FlushEntityEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveFlushEntityEventListener
Perform a dirty check, and attach the results to the event
disableAutoClose() - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
By default, when a ServiceRegistry is no longer referenced by any other registries as a parent it will be closed.
disableFetchProfile(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
disableFetchProfile(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Disable a particular fetch profile on this session, or do nothing if the requested fetch profile is not enabled.
disableFetchProfile(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
disableFetchProfile(String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
disableFetchProfile(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Disable a particular fetch profile on this session, or do nothing if the requested fetch profile is not enabled.
disableFilter(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
disableFilter(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Disable the named filter for this session.
disableFilter(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
disableFilter(String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
disableFilter(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Disable the named filter for this session.
discoverTypes(QueryParameters, ResultSet) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
discoverTypes(QueryParameters, ResultSet) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
Used by ReactiveCustomLoader when there is no result set mapping.
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.reactive.provider.impl.ReactiveIntegrator
 
doAfterTransactionCompletion(boolean, ReactiveSession) - Method in interface org.hibernate.reactive.engine.ReactiveAfterTransactionCompletionProcess
Perform whatever processing is encapsulated here after completion of the transaction.
doBatchedCollectionLoad(SessionImplementor, Serializable[], Type) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveDynamicBatchingCollectionInitializer
 
doBatchLoad(Serializable, ReactiveEntityLoader, SharedSessionContractImplementor, Serializable[], Object, LockOptions, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoader
 
doBeforeTransactionCompletion(ReactiveSession) - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityIncrementVersionProcess
Perform whatever processing is encapsulated here before completion of the transaction.
doBeforeTransactionCompletion(ReactiveSession) - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityVerifyVersionProcess
 
doBeforeTransactionCompletion(ReactiveSession) - Method in interface org.hibernate.reactive.engine.ReactiveBeforeTransactionCompletionProcess
Perform whatever processing is encapsulated here before completion of the transaction.
doEntityBatchFetch(SessionImplementor, QueryParameters, Serializable[]) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityLoader
 
doQueryAndInitializeNonLazyCollections(SharedSessionContractImplementor, QueryParameters, boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
doQueryAndInitializeNonLazyCollections(SharedSessionContractImplementor, QueryParameters, boolean, ResultTransformer) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
doReactiveList(String, String, SharedSessionContractImplementor, QueryParameters, ResultTransformer) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
doReactiveQueryAndInitializeNonLazyCollections(SessionImplementor, QueryParameters, boolean) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
 
doReactiveQueryAndInitializeNonLazyCollections(SessionImplementor, QueryParameters, boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
doReactiveQueryAndInitializeNonLazyCollections(String, SharedSessionContractImplementor, QueryParameters) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
 
doReactiveQueryAndInitializeNonLazyCollections(String, SharedSessionContractImplementor, QueryParameters, boolean, ResultTransformer) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
 

E

EmulatedSequenceReactiveIdentifierGenerator - Class in org.hibernate.reactive.id.impl
Support for JPA's javax.persistence.SequenceGenerator for databases which do not support sequences.
EmulatedSequenceReactiveIdentifierGenerator() - Constructor for class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
enableAutoClose() - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
enableFetchProfile(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
enableFetchProfile(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Enable a particular fetch profile on this session, or do nothing if requested fetch profile is already enabled.
enableFetchProfile(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
enableFetchProfile(String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
enableFetchProfile(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Enable a particular fetch profile on this session, or do nothing if requested fetch profile is already enabled.
enableFilter(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
enableFilter(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Enable the named filter for this session.
enableFilter(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
enableFilter(String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
enableFilter(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Enable the named filter for this session.
endCollectionLoad(Object, SharedSessionContractImplementor, CollectionPersister) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
 
endCollectionLoad(Object, SharedSessionContractImplementor, CollectionPersister) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
endCollectionLoad(Object, SharedSessionContractImplementor, CollectionPersister) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
endCollectionLoad(Object, SharedSessionContractImplementor, CollectionPersister) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
endCollectionLoad(Object, SharedSessionContractImplementor, CollectionPersister) - Method in interface org.hibernate.reactive.loader.ReactiveLoaderBasedLoader
 
entityIsDetached(MergeEvent, MergeContext) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
 
entityIsPersistent(MergeEvent, MergeContext) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
 
entityIsPersistent(PersistEvent, IdentitySet) - Method in class org.hibernate.reactive.event.impl.DefaultReactivePersistEventListener
 
entityIsTransient(MergeEvent, MergeContext) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
 
entityIsTransient(PersistEvent, IdentitySet) - Method in class org.hibernate.reactive.event.impl.DefaultReactivePersistEventListener
Handle the given create event.
execute() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
execute(String) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
execute(String, int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
execute(String, int[]) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
execute(String, String[]) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
execute() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityDeleteAction
 
execute() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityIdentityInsertAction
 
execute() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityRegularInsertAction
 
execute() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityUpdateAction
 
execute(E) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
execute(String) - Method in class org.hibernate.reactive.pool.BatchingConnection
 
execute(String) - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
execute(String) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
execute(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
executeActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Perform all currently queued actions.
executeBatch() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
executeBatch() - Method in class org.hibernate.reactive.pool.BatchingConnection
 
executeBatch() - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
executeBatch() - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
executeBatch() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
executeInserts() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Perform all currently queued entity-insertion actions.
executeOutsideTransaction(String) - Method in class org.hibernate.reactive.pool.BatchingConnection
 
executeOutsideTransaction(String) - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
executeOutsideTransaction(String) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
executeOutsideTransaction(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
executeQuery() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
executeQuery(String) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
executeReactiveQueryStatement(String, QueryParameters, List<AfterLoadAction>, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
 
executeReactiveUpdate() - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
executeReactiveUpdate() - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
executeReactiveUpdate(QueryParameters, ReactiveQueryExecutor) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryTranslatorImpl
 
executeReactiveUpdate(String, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
executeReactiveUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
executeReactiveUpdate(String, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
executeReactiveUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
executeReactiveUpdate() - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
executeReactiveUpdate(String, QueryParameters) - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
 
executeReactiveUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
 
executeUpdate() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
executeUpdate(String) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
executeUpdate(String, int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
executeUpdate(String, int[]) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
executeUpdate(String, String[]) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
executeUpdate() - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
executeUpdate() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Asynchronously execute this delete, update, or insert query, returning the updated row count.
executeUpdate(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryTranslatorImpl
executeUpdate() - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
executeUpdate() - Method in interface org.hibernate.reactive.stage.Stage.Query
Asynchronously execute this delete, update, or insert query, returning the updated row count.
expandBatchIdPlaceholder(String, Serializable[], String, String[], Dialect) - Static method in class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityLoader
 
explicitParameterInfoMap() - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 
ExternalSqlClientPool - Class in org.hibernate.reactive.pool.impl
A pool of reactive connections backed by a Vert.x Pool.
ExternalSqlClientPool(Pool, SqlStatementLogger, boolean) - Constructor for class org.hibernate.reactive.pool.impl.ExternalSqlClientPool
 
extractRequestedProviderName(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.reactive.provider.impl.ReactiveProviderChecker
Extract the requested persistence provider name using the algorithm Hibernate uses.
extractUniqueResult(List<R>, <any>) - Static method in interface org.hibernate.reactive.session.ReactiveQuery
 

F

failedFuture(Throwable) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
falseFuture() - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
fetch(T) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
fetch(E, <any>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
fetch(T) - Static method in interface org.hibernate.reactive.mutiny.Mutiny
Asynchronously fetch an association that's configured for lazy loading.
fetch(T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Asynchronously fetch an association that's configured for lazy loading.
fetch(E, <any>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Fetch a lazy property of the given entity, identified by a JPA attribute metamodel.
fetch(T) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
fetch(E, <any>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
fetch(T) - Static method in interface org.hibernate.reactive.stage.Stage
Asynchronously fetch an association that's configured for lazy loading.
fetch(T) - Method in interface org.hibernate.reactive.stage.Stage.Session
Asynchronously fetch an association that's configured for lazy loading.
fetch(E, <any>) - Method in interface org.hibernate.reactive.stage.Stage.Session
Fetch a lazy property of the given entity, identified by a JPA attribute metamodel.
fetchLazyAssociationsBeforeCascade(CascadingAction<?>, EntityPersister, Object, EventSource) - Static method in class org.hibernate.reactive.engine.impl.Cascade
 
find(Class<T>, Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
find(Class<T>, Object...) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
find(Class<T>, Object, LockMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
find(Class<T>, Object, LockOptions) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
find(<any>, Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
find(Class<T>, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Asynchronously return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
find(Class<T>, Object, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Asynchronously return the persistent instance of the given entity class with the given identifier, requesting the given LockMode.
find(<any>, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Asynchronously return the persistent instance with the given identifier of an entity class, using the given EntityGraph as a fetch plan.
find(Class<T>, Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Asynchronously return the persistent instances of the given entity class with the given identifiers, or null if there is no such persistent instance.
find(Class<T>, Object) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
find(Class<T>, Object...) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
find(Class<T>, Object, LockMode) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
find(Class<T>, Object, LockOptions) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
find(<any>, Object) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
find(Class<T>, Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
Asynchronously return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
find(Class<T>, Object, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
Asynchronously return the persistent instance of the given entity class with the given identifier, requesting the given LockMode.
find(<any>, Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
Asynchronously return the persistent instance with the given identifier of an entity class, using the given EntityGraph as a fetch plan.
find(Class<T>, Object...) - Method in interface org.hibernate.reactive.stage.Stage.Session
Asynchronously return the persistent instances of the given entity class with the given identifiers, or null if there is no such persistent instance.
findColumn(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
findNonNullableTransientEntities() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
fireRefresh(RefreshEvent) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
first() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
flush() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
flush() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Force this session to flush asynchronously.
flush() - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
flush() - Method in interface org.hibernate.reactive.stage.Stage.Session
Force this session to flush asynchronously.
flushEverythingToExecutions(FlushEvent) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveFlushingEventListener
Coordinates the processing necessary to get things ready for executions as db calls by preping the session caches and moving the appropriate entities and collections to their respective execution queues.
ForeignKeys - Class in org.hibernate.reactive.engine.impl
Algorithms related to foreign key constraint transparency
ForeignKeys.Nullifier - Class in org.hibernate.reactive.engine.impl
Delegate for handling nullifying ("null"ing-out) non-cascaded associations
forJpa(BootstrapServiceRegistry) - Static method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
 

G

generate(ReactiveConnectionSupplier, Object) - Method in class org.hibernate.reactive.id.impl.ReactiveGeneratorWrapper
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.reactive.id.impl.ReactiveGeneratorWrapper
 
generate(ReactiveConnectionSupplier, Object) - Method in class org.hibernate.reactive.id.impl.SequenceReactiveIdentifierGenerator
 
generate(ReactiveConnectionSupplier, Object) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
generate(ReactiveConnectionSupplier, Object) - Method in interface org.hibernate.reactive.id.ReactiveIdentifierGenerator
Returns a generated identifier, via a CompletionStage.
generateAlias() - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 
generateId(Object, EntityPersister, ReactiveConnectionSupplier, SharedSessionContractImplementor) - Static method in class org.hibernate.reactive.id.impl.IdentifierGeneration
 
generateIdTableName(String) - Method in class org.hibernate.reactive.bulk.impl.ReactiveIdTableSupport
 
generateParameterName() - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 
generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
 
generateSelectLockString(LockOptions) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
generateSQLDeleteStrings(Object[]) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
generateUpdateLockString(LockOptions) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
get(Class<T>, Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
get(Class<T>, Object, LockMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
get(Class<T>, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Retrieve a row.
get(Class<T>, Object, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(Class<T>, Object) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
get(Class<T>, Object, LockMode) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
get(Class<T>, Object) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Retrieve a row.
get(Class<T>, Object, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Retrieve a row, obtaining the specified lock mode.
getAction() - Method in class org.hibernate.reactive.provider.impl.ReplacementDuplicationStrategy
 
getAggregatedCfgXml() - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Intended for internal testing use only!!
getAnyConnectionProvider() - Method in class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProvider
 
getAppropriateInitializer(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.impl.ReactiveOneToManyPersister
 
getAppropriateLoader(LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
 
getAppropriateLoader(LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
getAppropriateLoader(LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
getAppropriateLoader(LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
getArray(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getArray(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getAsciiStream(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getAsciiStream(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBatchSize() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
getBatchSize() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
The session-level JDBC batch size, or null if it has not been overridden.
getBatchSize() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
getBatchSize() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getBatchSize() - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
getBatchSize() - Method in interface org.hibernate.reactive.stage.Stage.Session
The session-level JDBC batch size, or null if it has not been overridden.
getBigDecimal(int, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBigDecimal(String, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBigDecimal(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBigDecimal(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBinaryStream(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBinaryStream(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBlob(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBlob(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBoolean(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBoolean(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBootstrapServiceRegistry() - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
 
getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.reactive.loader.collection.impl.ReactiveBatchingCollectionInitializerBuilder
 
getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoaderBuilder
 
getByte(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getByte(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBytes(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getBytes(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getCache() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
getCache() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
Obtain the Cache object for managing the second-level cache.
getCache() - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
getCache() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
Obtain the Cache object for managing the second-level cache.
getCachedDatabaseSnapshot(EntityKey) - Method in class org.hibernate.reactive.engine.impl.ReactivePersistenceContextAdapter
 
getCacheMode() - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
getCacheMode() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
getCacheMode() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Obtain the CacheMode in effect for this query.
getCacheMode() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Get the current cache mode.
getCacheMode() - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
getCacheMode() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getCacheMode() - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
getCacheMode() - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
getCacheMode() - Method in interface org.hibernate.reactive.stage.Stage.Query
Obtain the CacheMode in effect for this query.
getCacheMode() - Method in interface org.hibernate.reactive.stage.Stage.Session
Get the current cache mode.
getCacheRegion() - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
getCacheRegion() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
 
getCacheRegion() - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
getCacheRegion() - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
getCacheRegion() - Method in interface org.hibernate.reactive.stage.Stage.Query
 
getCascadableChildrenIterator(EventSource, CollectionType, Object) - Method in interface org.hibernate.reactive.engine.impl.CascadingAction
Given a collection, get an iterator of the children upon which the current cascading action should be visited.
getCascadableChildrenIterator(EventSource, CollectionType, Object) - Method in class org.hibernate.reactive.engine.impl.CascadingActions.BaseCascadingAction
 
getCascadeReactiveAction() - Method in class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
 
getCascadeReactiveAction() - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
 
getCascadeReactiveAction() - Method in class org.hibernate.reactive.event.impl.DefaultReactivePersistEventListener
 
getCascadeReactiveAction() - Method in class org.hibernate.reactive.event.impl.DefaultReactivePersistOnFlushEventListener
 
getCastType(Class) - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 
getCharacterStream(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getCharacterStream(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getClauseStack() - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 
getClob(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getClob(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getCollectedParameterSpecifications() - Method in class org.hibernate.reactive.session.impl.ReactiveQueryTranslatorImpl
 
getCollectionPersisterClass(Collection) - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
 
getCollectionPersisters() - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
getCollectionPersisters() - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
getCollectionPersisters() - Method in interface org.hibernate.reactive.loader.ReactiveLoaderBasedLoader
 
getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveEntityLoader
 
getConcurrency() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getConfigLoader() - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
 
getConnection() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getConnection() - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
 
getConnection(String) - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
 
getConnection() - Method in interface org.hibernate.reactive.pool.ReactiveConnectionPool
Obtain a reactive connection, returning the connection via a CompletionStage.
getConnection(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnectionPool
Obtain a reactive connection for the given tenant id, returning the connection via a CompletionStage.
getConnection() - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
 
getCreateIdTableCommand() - Method in class org.hibernate.reactive.bulk.impl.ReactiveIdTableSupport
 
getCreateIdTableStatementOptions() - Method in class org.hibernate.reactive.bulk.impl.ReactiveIdTableSupport
 
getCriteriaBuilder() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
getCriteriaBuilder() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
 
getCriteriaBuilder() - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
getCriteriaBuilder() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
 
getCriteriaLiteralHandlingMode() - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 
getCurrentLockMode(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getCursorName() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getDatabaseSnapshot(Serializable, EntityPersister) - Method in class org.hibernate.reactive.engine.impl.ReactivePersistenceContextAdapter
Deprecated.
getDate(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getDate(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getDate(int, Calendar) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getDate(String, Calendar) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getDialect() - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 
getDialect() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
getDialect() - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
getDialect() - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
 
getDouble(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getDouble(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getDropIdTableCommand() - Method in class org.hibernate.reactive.bulk.impl.ReactiveIdTableSupport
 
getEnabledFilter(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
getEnabledFilter(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Retrieve a currently enabled filter by name.
getEnabledFilter(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getEnabledFilter(String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
getEnabledFilter(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Retrieve a currently enabled filter by name.
getEntityClass(T) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
getEntityClass(T) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getEntityGraph(Class<T>, String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
getEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Obtain a named EntityGraph
getEntityGraph(Class<T>, String) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
getEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getEntityGraph(Class<T>, String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
getEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Obtain a named EntityGraph
getEntityId(Object) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
getEntityId(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getEntityIdentifierIfNotUnsaved(String, Object, SessionImplementor) - Static method in class org.hibernate.reactive.engine.impl.ForeignKeys
Return the identifier of the persistent or transient object, or throw an exception if the instance is "unsaved"

Used by OneToOneType and ManyToOneType to determine what id value should be used for an object that may or may not be associated with the session.

getEntityKey() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityIdentityInsertAction
 
getEntityKey() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
getEntityKey() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityRegularInsertAction
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
 
getEntityManagerFactoryBuilderOrNull(String, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
 
getEntityName() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
getEntityName(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getEntityPersister(String, Object) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
getEntityPersisters() - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
getEntityPersisters() - Method in interface org.hibernate.reactive.loader.ReactiveLoaderBasedLoader
 
getExceptionConverter() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
getExpectedType() - Method in class org.hibernate.reactive.bulk.impl.SessionIdParameterSpecification
 
getFactory() - Method in interface org.hibernate.reactive.loader.ReactiveLoaderBasedLoader
 
getFactory() - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
 
getFetchDirection() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getFetchDirection() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getFetchSize() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getFetchSize() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getFirstResult() - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
getFirstResult() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
 
getFirstResult() - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
getFirstResult() - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
getFirstResult() - Method in interface org.hibernate.reactive.stage.Stage.Query
 
getFloat(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getFloat(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getFlushMode() - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
getFlushMode() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
getFlushMode() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Obtain the FlushMode in effect for this query.
getFlushMode() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Get the current flush mode for this session.
getFlushMode() - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
getFlushMode() - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
getFlushMode() - Method in interface org.hibernate.reactive.stage.Stage.Query
Obtain the FlushMode in effect for this query.
getFlushMode() - Method in interface org.hibernate.reactive.stage.Stage.Session
Get the current flush mode for this session.
getFunctionStack() - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 
getGeneratedKeys() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getHibernateFlushMode() - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
getHibernateFlushMode() - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
getHibernateFlushMode() - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
getHibernateFlushMode() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getHoldability() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getIdentifier(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getInstance() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
getInt(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getInt(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getLazyPropertyColumnAliases() - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
getLazyPropertyColumnAliases() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
getLazyPropertyColumnAliases() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
getLazyPropertyColumnAliases() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
getLockMode(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
getLockMode(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Determine the current lock mode of the given entity.
getLockMode(Object) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
getLockMode(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
Determine the current lock mode of the given entity.
getLong(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getLong(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getMaxFieldSize() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getMaxResults() - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
getMaxResults() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
 
getMaxResults() - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
getMaxResults() - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
getMaxResults() - Method in interface org.hibernate.reactive.stage.Stage.Query
 
getMaxRows() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getMergeMap(Object) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
 
getMergeMap(Object) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
 
getMetaData() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getMetaData() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getMetamodel() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
getMetamodel() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
Obtain the JPA Metamodel for the persistence unit.
getMetamodel() - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
getMetamodel() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
Obtain the JPA Metamodel for the persistence unit.
getMoreResults() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getMoreResults(int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getName() - Method in interface org.hibernate.reactive.common.ResultSetMapping
The name of the result set mapping, as specified by javax.persistence.SqlResultSetMapping#name.
getName() - Method in class org.hibernate.reactive.session.impl.ObjectType
 
getNamedParameterLocs(String) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveSubselectOneToManyLoader
 
getNCharacterStream(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getNCharacterStream(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getNClob(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getNClob(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getNString(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getNString(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getObject(int, Class<T>) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getObject(String, Class<T>) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getObject(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getObject(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getObject(int, Map<String, Class<?>>) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getObject(String, Map<String, Class<?>>) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getObjectFromList(List<?>, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoader
 
getParameterMetaData() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getParameterMetadata() - Method in interface org.hibernate.reactive.session.CriteriaQueryOptions
 
getParametersAsArray() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getParameterSpecifications() - Method in interface org.hibernate.reactive.bulk.StatementsWithParameters
The parameters of the corresponding SQL statements.
getPersistenceContext() - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
getPersistenceContext() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getPersistenceContextInternal() - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
getPersister() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
getPersister(LoadEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveLoadEventListener
 
getPool() - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
 
getPool() - Method in class org.hibernate.reactive.pool.impl.ExternalSqlClientPool
 
getPool() - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
 
getProviderUtil() - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
 
getProxyConnection() - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
 
getProxyConnection(String) - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
 
getProxyConnection() - Method in interface org.hibernate.reactive.pool.ReactiveConnectionPool
Obtain a lazily-initializing reactive connection.
getProxyConnection(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnectionPool
Obtain a lazily-initializing reactive connection for the given tenant id.
getQueryPlan(String, boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
getQueryPlan(String, boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
getQueryTimeout() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getReactiveActionQueue() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
getReactiveActionQueue() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getReactiveConnection(SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
getReactiveConnection() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
getReactiveConnection() - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
getReactiveConnection() - Method in interface org.hibernate.reactive.session.ReactiveConnectionSupplier
Obtain the ReactiveConnection that is associated with the current session.
getReactiveResultFromQueryCache(SharedSessionContractImplementor, QueryParameters, Set<Serializable>, Type[], QueryResultsCache, QueryKey) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
getReactiveResultFromQueryCache(SharedSessionContractImplementor, QueryParameters, Set<Serializable>, Type[], QueryResultsCache, QueryKey) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
getReactiveResultFromQueryCache(SharedSessionContractImplementor, QueryParameters, Set<Serializable>, Type[], QueryResultsCache, QueryKey) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
getReactiveResultList() - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
getReactiveResultList() - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
getReactiveResultList() - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
getReactiveResultSetProcessor() - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
 
getReactiveResultSetProcessor() - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
getReactiveResultSetProcessor() - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
getReactiveResultSetProcessor() - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader
 
getReactiveResultSetProcessor() - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
getReactiveResultSetProcessor() - Method in interface org.hibernate.reactive.loader.ReactiveLoader
 
getReactiveSingleResult() - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
getReactiveSingleResult() - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
getReactiveSingleResult() - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
getRef(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getRef(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getReference(Class<T>, Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
getReference(T) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
getReference(Class<T>, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
getReference(T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Return the persistent instance of with the same identity as the given instance, which might be detached, assuming that the instance is still persistent in the database.
getReference(Class<T>, Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getReference(Class<T>, Object) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
getReference(T) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
getReference(Class<T>, Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
getReference(T) - Method in interface org.hibernate.reactive.stage.Stage.Session
Return the persistent instance of with the same identity as the given instance, which might be detached, assuming that the instance is still persistent in the database.
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveOneToManyLoader
 
getResultList(List<?>, ResultTransformer) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
getResultList() - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
getResultList() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Asynchronously execute this query, returning the query results as a List, via a Uni.
getResultList() - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
getResultList() - Method in interface org.hibernate.reactive.stage.Stage.Query
Asynchronously execute this query, returning the query results as a List, via a CompletionStage.
getResultRowAliases() - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
getResultRowAliases() - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
getResultRowAliases() - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
getResults() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Asynchronously execute this query, returning the query results as a Multi.
getResultSet() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getResultSetConcurrency() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getResultSetHoldability() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getResultSetMapping(Class<T>, String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
getResultSetMapping(Class<T>, String) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Obtain a native SQL result set mapping defined via the annotation javax.persistence.SqlResultSetMapping.
getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Obtain a native SQL result set mapping defined via the annotation javax.persistence.SqlResultSetMapping.
getResultSetMapping(Class<T>, String) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
getResultSetMapping(Class<T>, String) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
 
getResultSetMapping(Class<T>, String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
getResultSetMapping(Class<T>, String) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Obtain a native SQL result set mapping defined via the annotation javax.persistence.SqlResultSetMapping.
getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Obtain a native SQL result set mapping defined via the annotation javax.persistence.SqlResultSetMapping.
getResultSetType() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getResultType() - Method in interface org.hibernate.reactive.common.ResultSetMapping
The Java result type of the query.
getReturnTypes() - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
getRow() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getRowId(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getRowId(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getRowsFromResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<Object>, List<EntityKey[]>) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
 
getRowsFromResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<Object>, List<EntityKey[]>) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
getRowsFromResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<Object>, List<EntityKey[]>) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
getRowsFromResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<Object>, List<EntityKey[]>) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
getRowsFromResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<Object>, List<EntityKey[]>) - Method in interface org.hibernate.reactive.loader.ReactiveLoaderBasedLoader
 
getSelection() - Method in interface org.hibernate.reactive.session.CriteriaQueryOptions
 
getServiceInitiated() - Method in class org.hibernate.reactive.id.impl.ReactiveIdentifierGeneratorFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.reactive.pool.impl.ReactiveConnectionPoolInitiator
 
getServiceInitiated() - Method in class org.hibernate.reactive.pool.impl.SqlClientPoolConfigurationInitiator
 
getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.NoJdbcEnvironmentInitiator
 
getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.NoJtaPlatformInitiator
 
getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.ReactiveMarkerServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.ReactiveQueryTranslatorFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilderInitiator
 
getServiceInitiated() - Method in class org.hibernate.reactive.vertx.impl.VertxInstanceInitiator
 
getSession() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
getSharedContract() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
getSharedContract() - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
getSharedContract() - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
 
getSharedContract() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
getShort(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getShort(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getSingleResult() - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
getSingleResult() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Asynchronously execute this query, returning a single row that matches the query, or null if the query returns no results, throwing an exception if the query returns more than one matching row.
getSingleResult() - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
getSingleResult() - Method in interface org.hibernate.reactive.stage.Stage.Query
Asynchronously Execute this query, returning a single row that matches the query, or null if the query returns no results, throwing an exception if the query returns more than one matching row.
getSQLLazySelectString(String) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
getSqlStatementLogger() - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
 
getSqlStatementLogger() - Method in class org.hibernate.reactive.pool.impl.ExternalSqlClientPool
 
getSqlStatementLogger() - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
 
getSqlStatements() - Method in interface org.hibernate.reactive.bulk.StatementsWithParameters
The SQL statements to be executed.
getSQLXML(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getSQLXML(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getStandardServiceRegistryBuilder(BootstrapServiceRegistry) - Method in class org.hibernate.reactive.provider.impl.ReactiveEntityManagerFactoryBuilder
 
getState() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
getStatement() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getStaticLoadQuery() - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader
 
getString(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getString(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getTenantPool(String) - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
Get a Pool for the specified tenant.
getThis() - Method in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilder
 
getTime(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getTime(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getTime(int, Calendar) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getTime(String, Calendar) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getTimestamp(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getTimestamp(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getTimestamp(int, Calendar) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getTimestamp(String, Calendar) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getType() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getUnicodeStream(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getUnicodeStream(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getUpdateCount() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getUpdateStrings(boolean, boolean) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
getUpdateStrings(boolean, boolean) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
getUpdateStrings(boolean, boolean) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
getUpdateStrings(boolean, boolean) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
getURL(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getURL(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
getValueHandlers() - Method in interface org.hibernate.reactive.session.CriteriaQueryOptions
Get the conversions for the individual tuples in the query results.
getVersionType() - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
getVertx() - Method in class org.hibernate.reactive.vertx.impl.DefaultVertxInstance
 
getVertx() - Method in class org.hibernate.reactive.vertx.impl.ProvidedVertxInstance
 
getVertx() - Method in interface org.hibernate.reactive.vertx.VertxInstance
Obtain the instance of Vertx.
getWarnings() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
getWarnings() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
guessDialect(String) - Method in class org.hibernate.reactive.provider.service.NoJdbcEnvironmentInitiator
 

H

handleInterception(FlushEntityEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveFlushEntityEventListener
 
Handlers - Class in org.hibernate.reactive.pool.impl
Utility operations for working with Vert.x handlers
Handlers() - Constructor for class org.hibernate.reactive.pool.impl.Handlers
 
hasAfterTransactionActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
hasAnyQueuedActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
hasBeforeTransactionActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
hasProxy() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
hasProxy() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
hasProxy() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
hasUnenhancedProxy() - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
hasUnresolvedEntityInsertActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Are there unresolved entity insert actions that depend on non-nullable associations with a transient entity?
hibernateProviderNamesContain(String) - Static method in class org.hibernate.reactive.provider.impl.ReactiveProviderChecker
Is the requested provider name one of the recognized Hibernate provider names?

I

IdentifierGeneration - Class in org.hibernate.reactive.id.impl
 
IdentifierGeneration() - Constructor for class org.hibernate.reactive.id.impl.IdentifierGeneration
 
immediateLoad(String, Serializable) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
implicitParameterBindings() - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 
includeInResultRow() - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
includeInResultRow() - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
includeInResultRow() - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.reactive.bulk.impl.ReactiveBulkIdStrategy
 
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveDynamicBatchingCollectionDelegator
 
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveSubselectOneToManyLoader
 
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
initializeEntity(Object, boolean, SharedSessionContractImplementor, PreLoadEvent, Iterable<PreLoadEventListener>) - Method in interface org.hibernate.reactive.loader.ReactiveResultSetProcessor
 
initializeLazyPropertiesFromDatastore(String, Object, SharedSessionContractImplementor, Serializable, EntityEntry) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
initializeLazyPropertiesFromDatastore(String, Object, SharedSessionContractImplementor, Serializable, EntityEntry) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
initializeLazyPropertiesFromDatastore(String, Object, SharedSessionContractImplementor, Serializable, EntityEntry) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
initializeLazyProperty(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
initializeLazyProperty(String, Object, SharedSessionContractImplementor, EntityEntry, int, Object) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
initializeLazyProperty(String, Object, SharedSessionContractImplementor, EntityEntry, int, Object) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
initializeLazyProperty(String, Object, SharedSessionContractImplementor, EntityEntry, int, Object) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
initializeLazyProperty(String, Object, SharedSessionContractImplementor, EntityEntry, int, Object) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
initializeNonLazyCollections() - Method in class org.hibernate.reactive.engine.impl.ReactivePersistenceContextAdapter
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.id.impl.ReactiveIdentifierGeneratorFactoryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.pool.impl.ReactiveConnectionPoolInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.pool.impl.SqlClientPoolConfigurationInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProviderInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.NoJdbcEnvironmentInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProviderInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.NoJtaPlatformInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveMarkerServiceInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolverInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveQueryTranslatorFactoryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilderInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.vertx.impl.VertxInstanceInitiator
 
initLazyProperty(String, Object, SharedSessionContractImplementor, EntityEntry, PersistentAttributeInterceptor, List<LazyAttributeDescriptor>, Set<String>, ResultSet) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveFlushEntityEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.reactive.event.impl.DefaultReactivePostLoadEventListener
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.reactive.id.impl.ReactiveIdentifierGeneratorFactory
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
 
insert(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
insert(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Insert a row.
insert(Object[], boolean[], String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
insert(Serializable, Object[], boolean[], int, String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
insert(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
insert(Serializable, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
insert(Object[], boolean[], String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
insert(Serializable, Object[], boolean[], int, String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
insert(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
insert(Serializable, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
insert(Object[], boolean[], String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
insert(Serializable, Object[], boolean[], int, String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
insert(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
insert(Serializable, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
insert(Object) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
insert(Object) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Insert a row.
InsertExpectation(Expectation, ReactiveAbstractEntityPersister) - Constructor for class org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister.InsertExpectation
 
insertParameters(long) - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
insertParameters(long) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
insertReactive(Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
insertReactive(Serializable, Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
insertReactive(Serializable, Object[], boolean[], int, String, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
insertReactive(Object[], boolean[], String, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
Perform an SQL INSERT, and then retrieve a generated identifier.
insertReactive(Serializable, Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
Insert the given instance state without blocking.
insertReactive(Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
Insert the given instance state without blocking.
insertRow() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
INSTANCE - Static variable in class org.hibernate.reactive.id.impl.ReactiveIdentifierGeneratorFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.reactive.loader.collection.impl.ReactiveDynamicBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.reactive.loader.collection.impl.ReactivePaddedBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityLoaderBuilder
 
INSTANCE - Static variable in class org.hibernate.reactive.loader.entity.impl.ReactivePaddedBatchingEntityLoaderBuilder
 
INSTANCE - Static variable in class org.hibernate.reactive.pool.impl.ReactiveConnectionPoolInitiator
 
INSTANCE - Static variable in class org.hibernate.reactive.pool.impl.SqlClientPoolConfigurationInitiator
 
INSTANCE - Static variable in class org.hibernate.reactive.provider.impl.ReplacementDuplicationStrategy
 
INSTANCE - Static variable in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
 
INSTANCE - Static variable in class org.hibernate.reactive.provider.service.NoJdbcConnectionProviderInitiator
 
INSTANCE - Static variable in class org.hibernate.reactive.provider.service.NoJdbcEnvironmentInitiator
 
INSTANCE - Static variable in class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProviderInitiator
 
INSTANCE - Static variable in class org.hibernate.reactive.provider.service.NoJtaPlatformInitiator
 
INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactiveMarkerServiceInitiator
 
INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactiveMarkerServiceSingleton
 
INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolverInitiator
 
INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactiveQueryTranslatorFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilderInitiator
 
INSTANCE - Static variable in class org.hibernate.reactive.vertx.impl.VertxInstanceInitiator
 
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.reactive.provider.impl.ReactiveIntegrator
 
invokeInterceptor(SessionImplementor, Object, EntityEntry, Object[], EntityPersister) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveFlushEntityEventListener
 
isAfterLast() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
isAllOrDirtyOptimisticLocking() - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
isBatchable() - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
isBeforeFirst() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
isCacheable() - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
isCacheable() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
 
isCacheable() - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
isCacheable() - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
isCacheable() - Method in interface org.hibernate.reactive.stage.Stage.Query
 
isClosed() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
isClosed() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
isCloseOnCompletion() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
isDefaultReadOnly() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
isDefaultReadOnly() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
 
isDefaultReadOnly() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
isDefaultReadOnly() - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
isDefaultReadOnly() - Method in interface org.hibernate.reactive.stage.Stage.Session
 
isDirty() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
isEarlyInsert() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
isExecuted() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityIdentityInsertAction
 
isExecuted() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
isExecuted() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityRegularInsertAction
 
isFetchProfileEnabled(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
isFetchProfileEnabled(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Determine if the fetch profile with the given name is enabled for this session.
isFetchProfileEnabled(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
isFetchProfileEnabled(String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
isFetchProfileEnabled(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
Determine if the fetch profile with the given name is enabled for this session.
isFirst() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
isLast() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
isMarkedForRollback() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Transaction
Is the current transaction marked for rollback.
isMarkedForRollback() - Method in interface org.hibernate.reactive.stage.Stage.Transaction
Is the current transaction marked for rollback.
isNotTransient(String, Object, Boolean, SessionImplementor) - Static method in class org.hibernate.reactive.engine.impl.ForeignKeys
Is this instance persistent or detached?

If assumed is non-null, don't hit the database to make the determination, instead assume that value; the client code must be prepared to "recover" in the case that this assumed result is incorrect.

isOpen() - Method in interface org.hibernate.reactive.common.AutoCloseable
 
isOpen() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
isOpen() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
isOpen() - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
isOpen() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
 
isOpen() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
 
isOpen() - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
 
isOpen() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
isOpen() - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
isOpen() - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
isOpen() - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
isOpen() - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
isOpen() - Method in interface org.hibernate.reactive.stage.Stage.Session
 
isOpen() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
 
isOpen() - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
 
isPoolable() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
isProvider(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.reactive.provider.impl.ReactiveProviderChecker
Does the descriptor and/or integration request Hibernate as the javax.persistence.spi.PersistenceProvider? Note that in the case of no requested provider being named we assume we are the provider (the calls got to us somehow...)
isReactiveRegistry(ServiceRegistry) - Static method in class org.hibernate.reactive.provider.impl.ReactiveModeCheck
 
isReadOnly() - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
isReadOnly(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
isReadOnly() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
 
isReadOnly(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Is the specified entity or proxy read-only?
isReadOnly() - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
isReadOnly(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
isReadOnly() - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
isReadOnly(Object) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
isReadOnly() - Method in interface org.hibernate.reactive.stage.Stage.Query
 
isReadOnly(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
Is the specified entity or proxy read-only?
isSchemaDefinitionStatement(String) - Method in interface org.hibernate.reactive.bulk.StatementsWithParameters
Should the result of this statement contribute to the running updated row count?
isSingleRowLoader() - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
isSubselectLoadingEnabled() - Method in interface org.hibernate.reactive.loader.ReactiveLoaderBasedLoader
 
isSuccessful() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister.UpdateExpectation
 
isTransactionalStatement(String) - Method in interface org.hibernate.reactive.bulk.StatementsWithParameters
Is the given statement executed inside the current transaction?
isTransient(String, Object, Boolean, SessionImplementor) - Static method in class org.hibernate.reactive.engine.impl.ForeignKeys
Is this instance, which we know is not persistent, actually transient?

If assumed is non-null, don't hit the database to make the determination, instead assume that value; the client code must be prepared to "recover" in the case that this assumed result is incorrect.

isUnwrappableAs(Class) - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
 
isUpdateNecessary(FlushEntityEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveFlushEntityEventListener
Performs all necessary checking to determine if an entity needs an SQL update to synchronize its state to the database.
isVersionIncrementDisabled() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityIdentityInsertAction
 
isVersionIncrementDisabled() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
isVersionIncrementDisabled() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityRegularInsertAction
 
isVeto() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
isWrapperFor(Class<?>) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
isWrapperFor(Class<?>) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 

J

jdbcUrl(Map<?, ?>) - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
Determine the JDBC URL or database URI from the given configuration.
joinedSubclassEntityPersister() - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
 

L

last() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
limitHandler(RowSelection, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
 
LIST - Static variable in class org.hibernate.reactive.provider.impl.ReactiveServiceInitiators
 
list(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryTranslatorImpl
list(String, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
load(SharedSessionContractImplementor, Object, Object, Serializable, LockOptions, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityDelegator
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityDelegator
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePaddedBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePaddedBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.entity.ReactiveUniqueEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in interface org.hibernate.reactive.loader.entity.ReactiveUniqueEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.reactive.loader.entity.ReactiveUniqueEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in interface org.hibernate.reactive.loader.entity.ReactiveUniqueEntityLoader
 
loadFromDatasource(LoadEvent, EntityPersister) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveLoadEventListener
Performs the process of loading an entity from the configured underlying datasource.
loadProperties(String) - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Read settings from a Properties file by resource name.
loadProperties(File) - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Read settings from a Properties file by File reference
loadReactiveEntity(SessionImplementor, Object, Type, Object, String, Serializable, LockOptions) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
LOCK - Static variable in class org.hibernate.reactive.engine.impl.CascadingActions
 
lock(Object, LockMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
lock(Object, LockOptions) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
lock(Object, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Obtain the specified lock level upon the given object.
lock(Object, LockMode) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
lock(Object, LockOptions) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
lock(Object, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
Obtain the specified lock level upon the given object.
lockReactive(Serializable, Object, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
lockReactive(Serializable, Object, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
Obtain a pessimistic lock without blocking
log - Static variable in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
LOG - Static variable in class org.hibernate.reactive.loader.ReactiveLoaderBasedResultSetProcessor
 
LOG - Static variable in interface org.hibernate.reactive.loader.ReactiveResultSetProcessor
 
log - Static variable in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
log - Variable in class org.hibernate.reactive.provider.service.ReactiveGenerationTarget
 
logSqlException(Throwable, Supplier<String>, String) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
loop(T[], Function<T, CompletionStage<?>>) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
loop(Iterator<T>, Function<T, CompletionStage<?>>) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
loop(Iterable<T>, Function<T, CompletionStage<?>>) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
loop(Stream<T>, Function<T, CompletionStage<?>>) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
loop(IntStream, Function<Integer, CompletionStage<?>>) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
loop(int, int, Function<Integer, CompletionStage<?>>) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 

M

markExecuted() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityIdentityInsertAction
 
markExecuted() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityRegularInsertAction
 
markForRollback() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Transaction
Mark the current transaction for rollback.
markForRollback() - Method in interface org.hibernate.reactive.stage.Stage.Transaction
Mark the current transaction for rollback.
MERGE - Static variable in class org.hibernate.reactive.engine.impl.CascadingActions
 
merge(T) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
merge(T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Copy the state of the given object onto the persistent instance with the same identifier.
merge(T) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
merge(T...) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
merge(T) - Method in interface org.hibernate.reactive.stage.Stage.Session
Copy the state of the given object onto the persistent instance with the same identifier.
merge(T...) - Method in interface org.hibernate.reactive.stage.Stage.Session
Merge multiple entity instances at once.
mergeAll(T...) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
mergeAll(T...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Merge multiple entity instances at once.
moveToCurrentRow() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
moveToInsertRow() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
multiLoad(OuterJoinLoadable, Serializable[], SessionImplementor, MultiLoadOptions) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityLoaderBuilder
 
multiLoad(Serializable[], SharedSessionContractImplementor, MultiLoadOptions) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
Mutiny - Interface in org.hibernate.reactive.mutiny
An API for Hibernate Reactive where non-blocking operations are represented by a Mutiny Uni.
Mutiny.Query<R> - Interface in org.hibernate.reactive.mutiny
A non-blocking counterpart to the Hibernate org.hibernate.query.Query interface, allowing reactive execution of HQL and JPQL queries.
Mutiny.Session - Interface in org.hibernate.reactive.mutiny
A non-blocking counterpart to the Hibernate org.hibernate.Session interface, allowing a reactive style of interaction with the database.
Mutiny.SessionFactory - Interface in org.hibernate.reactive.mutiny
Factory for reactive sessions.
Mutiny.StatelessSession - Interface in org.hibernate.reactive.mutiny
A non-blocking counterpart to the Hibernate org.hibernate.StatelessSession interface, which provides a command-oriented API for performing bulk operations against a database.
Mutiny.Transaction - Interface in org.hibernate.reactive.mutiny
Allows code within Mutiny.Session.withTransaction(Function) to mark a transaction for rollback.
MutinyQueryImpl<R> - Class in org.hibernate.reactive.mutiny.impl
Implementation of Mutiny.Query.
MutinyQueryImpl(ReactiveQuery<R>) - Constructor for class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
MutinySessionFactoryImpl - Class in org.hibernate.reactive.mutiny.impl
Implementation of Mutiny.SessionFactory.
MutinySessionFactoryImpl(SessionFactoryImpl) - Constructor for class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
MutinySessionImpl - Class in org.hibernate.reactive.mutiny.impl
Implements the Mutiny.Session API.
MutinySessionImpl(ReactiveSession) - Constructor for class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
MutinyStatelessSessionImpl - Class in org.hibernate.reactive.mutiny.impl
Implements the Mutiny.StatelessSession API.
MutinyStatelessSessionImpl(ReactiveStatelessSession) - Constructor for class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 

N

newSession() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
newSession(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
newSession() - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
newSession(String) - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
newStatelessSession() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
newStatelessSession() - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
next() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
nextVersionForLock(LockMode, Serializable, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
NO_PARAMS - Static variable in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
NO_PARAMS - Static variable in class org.hibernate.reactive.id.impl.SequenceReactiveIdentifierGenerator
 
noCascade(EventSource, Object, EntityPersister, Type, int) - Method in interface org.hibernate.reactive.engine.impl.CascadingAction
Called (in the case of CascadingAction.requiresNoCascadeChecking() returning true) to validate that no cascade on the given property is considered a valid semantic.
noCascade(EventSource, Object, EntityPersister, Type, int) - Method in class org.hibernate.reactive.engine.impl.CascadingActions.BaseCascadingAction
 
NoJdbcConnectionProvider - Class in org.hibernate.reactive.provider.service
A dummy Hibernate ConnectionProvider throws an exception if a JDBC connection is requested.
NoJdbcConnectionProvider() - Constructor for class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
 
NoJdbcConnectionProviderInitiator - Class in org.hibernate.reactive.provider.service
A Hibernate service initiator that wraps the Hibernate ConnectionProvider in an instance of NoJdbcConnectionProvider.
NoJdbcConnectionProviderInitiator() - Constructor for class org.hibernate.reactive.provider.service.NoJdbcConnectionProviderInitiator
 
NoJdbcEnvironmentInitiator - Class in org.hibernate.reactive.provider.service
A Hibernate service initiator that provides an implementation of JdbcEnvironment that infers the Hibernate org.hibernate.dialect.Dialect from the JDBC URL.
NoJdbcEnvironmentInitiator() - Constructor for class org.hibernate.reactive.provider.service.NoJdbcEnvironmentInitiator
 
NoJdbcMultiTenantConnectionProvider - Class in org.hibernate.reactive.provider.service
A dummy Hibernate org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider which throws an exception if a JDBC connection is requested.
NoJdbcMultiTenantConnectionProvider() - Constructor for class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProvider
 
NoJdbcMultiTenantConnectionProviderInitiator - Class in org.hibernate.reactive.provider.service
A Hibernate service initiator for NoJdbcMultiTenantConnectionProvider.
NoJdbcMultiTenantConnectionProviderInitiator() - Constructor for class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProviderInitiator
 
NoJtaPlatformInitiator - Class in org.hibernate.reactive.provider.service
 
NoJtaPlatformInitiator() - Constructor for class org.hibernate.reactive.provider.service.NoJtaPlatformInitiator
 
nullFuture() - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
Nullifier(Object, boolean, boolean, SessionImplementor, EntityPersister) - Constructor for class org.hibernate.reactive.engine.impl.ForeignKeys.Nullifier
Constructs a Nullifier
nullifyTransientReferences(Object[]) - Method in class org.hibernate.reactive.engine.impl.ForeignKeys.Nullifier
Nullify all references to entities that have not yet been inserted in the database, where the foreign key points toward that entity.
numberOfCollectionCreations() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
numberOfCollectionRemovals() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
numberOfCollectionUpdates() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
numberOfDeletions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
numberOfInsertions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
numberOfUpdates() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 

O

ObjectType - Class in org.hibernate.reactive.session.impl
This was a temporary workaround for #336, and could be removed.
ObjectType() - Constructor for class org.hibernate.reactive.session.impl.ObjectType
 
onAutoFlush(AutoFlushEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveAutoFlushEventListener
 
onDelete(DeleteEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent, Set) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
Handle the given delete event.
onFlush(FlushEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveFlushEventListener
 
onFlushEntity(FlushEntityEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveFlushEntityEventListener
Flushes a single entity's state to the database, by scheduling an update action, if necessary
onInitializeCollection(InitializeCollectionEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveInitializeCollectionEventListener
 
onLoad(LoadEvent, LoadEventListener.LoadType) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveLoadEventListener
This method is not reactive but we expect it to be called only when a proxy can be returned.
onLock(LockEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveLockEventListener
 
onMerge(MergeEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
 
onMerge(MergeEvent, Map) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
 
onPersist(PersistEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactivePersistEventListener
 
onPersist(PersistEvent, Map) - Method in class org.hibernate.reactive.event.impl.DefaultReactivePersistEventListener
 
onPostLoad(PostLoadEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactivePostLoadEventListener
 
onReactiveInitializeCollection(InitializeCollectionEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveInitializeCollectionEventListener
called by a collection that wants to initialize itself
onRefresh(RefreshEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveRefreshEventListener
 
onRefresh(RefreshEvent, Map) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveRefreshEventListener
 
openSession() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
openSession(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
openSession() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
Obtain a new reactive session, the main interaction point between the user's program and Hibernate Reactive.
openSession(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
Obtain a new reactive session for a specified tenant.
openSession() - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
openSession(String) - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
openSession() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
Obtain a new reactive session, the main interaction point between the user's program and Hibernate Reactive.
openSession(String) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
Obtain a new reactive session for a specified tenant.
openStatelessSession() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
openStatelessSession() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
openStatelessSession() - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
openStatelessSession() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
org.hibernate.reactive - package org.hibernate.reactive
Hibernate Reactive is an adaptation of Hibernate ORM to the world of reactive programming, and replaces JDBC for database access with a non-blocking database client.
org.hibernate.reactive.adaptor - package org.hibernate.reactive.adaptor
Utility classed helping adapt between Hibernate ORM's JDBC code and ReactiveConnection.
org.hibernate.reactive.adaptor.impl - package org.hibernate.reactive.adaptor.impl
 
org.hibernate.reactive.bulk - package org.hibernate.reactive.bulk
Reactive adaptations of Hibernate ORM's org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.
org.hibernate.reactive.bulk.impl - package org.hibernate.reactive.bulk.impl
 
org.hibernate.reactive.common - package org.hibernate.reactive.common
APIs common to both Stage and Mutiny.
org.hibernate.reactive.engine - package org.hibernate.reactive.engine
Reactive adaptations of Hibernate ORM's persistence actions.
org.hibernate.reactive.engine.impl - package org.hibernate.reactive.engine.impl
 
org.hibernate.reactive.event - package org.hibernate.reactive.event
Handlers for reactive session events.
org.hibernate.reactive.event.impl - package org.hibernate.reactive.event.impl
 
org.hibernate.reactive.id - package org.hibernate.reactive.id
Reactive identifier generation.
org.hibernate.reactive.id.impl - package org.hibernate.reactive.id.impl
 
org.hibernate.reactive.loader - package org.hibernate.reactive.loader
Reactive entity, collection, and query loaders.
org.hibernate.reactive.loader.collection - package org.hibernate.reactive.loader.collection
Reactive collection loaders.
org.hibernate.reactive.loader.collection.impl - package org.hibernate.reactive.loader.collection.impl
 
org.hibernate.reactive.loader.custom - package org.hibernate.reactive.loader.custom
Reactive loader for native SQL queries.
org.hibernate.reactive.loader.custom.impl - package org.hibernate.reactive.loader.custom.impl
 
org.hibernate.reactive.loader.entity - package org.hibernate.reactive.loader.entity
Reactive entity loaders.
org.hibernate.reactive.loader.entity.impl - package org.hibernate.reactive.loader.entity.impl
 
org.hibernate.reactive.loader.hql - package org.hibernate.reactive.loader.hql
Reactive loader for HQL queries.
org.hibernate.reactive.loader.hql.impl - package org.hibernate.reactive.loader.hql.impl
 
org.hibernate.reactive.mutiny - package org.hibernate.reactive.mutiny
An API for Hibernate Reactive where non-blocking operations are represented by a Mutiny io.smallrye.mutiny.Uni.
org.hibernate.reactive.mutiny.impl - package org.hibernate.reactive.mutiny.impl
 
org.hibernate.reactive.persister - package org.hibernate.reactive.persister
Reactive entity and collection persisters.
org.hibernate.reactive.persister.collection - package org.hibernate.reactive.persister.collection
Reactive collection persisters.
org.hibernate.reactive.persister.collection.impl - package org.hibernate.reactive.persister.collection.impl
 
org.hibernate.reactive.persister.entity - package org.hibernate.reactive.persister.entity
Reactive entity persisters.
org.hibernate.reactive.persister.entity.impl - package org.hibernate.reactive.persister.entity.impl
 
org.hibernate.reactive.pool - package org.hibernate.reactive.pool
Abstracts reactive database access via ReactiveConnection and ReactiveConnectionPool.
org.hibernate.reactive.pool.impl - package org.hibernate.reactive.pool.impl
 
org.hibernate.reactive.provider - package org.hibernate.reactive.provider
Integration with Hibernate ORM, via the service architecture, along with APIs for starting and configuring Hibernate Reactive.
org.hibernate.reactive.provider.impl - package org.hibernate.reactive.provider.impl
 
org.hibernate.reactive.provider.service - package org.hibernate.reactive.provider.service
 
org.hibernate.reactive.session - package org.hibernate.reactive.session
Defines internal contracts between subsystems of Hibernate Reactive and the ReactiveSession.
org.hibernate.reactive.session.impl - package org.hibernate.reactive.session.impl
 
org.hibernate.reactive.stage - package org.hibernate.reactive.stage
An API for Hibernate Reactive where non-blocking operations are represented by a Java CompletionStage.
org.hibernate.reactive.stage.impl - package org.hibernate.reactive.stage.impl
 
org.hibernate.reactive.util - package org.hibernate.reactive.util
Utility functions for working with CompletionStage.
org.hibernate.reactive.util.impl - package org.hibernate.reactive.util.impl
 
org.hibernate.reactive.vertx - package org.hibernate.reactive.vertx
Integration with Vert.x.
org.hibernate.reactive.vertx.impl - package org.hibernate.reactive.vertx.impl
 

P

Parameters - Class in org.hibernate.reactive.pool.impl
PostgreSQL has a "funny" parameter syntax of form $n, which the Vert.x io.vertx.sqlclient.SqlClient does not abstract.
params - Variable in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
parse(String) - Static method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
 
performDetachedEntityDeletionCheck(DeleteEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
Called when we have recognized an attempt to delete a detached entity.
performExecuteReactiveUpdate(QueryParameters, ReactiveQueryExecutor) - Method in class org.hibernate.reactive.session.impl.ReactiveHQLQueryPlan
 
performExecuteReactiveUpdate(QueryParameters, ReactiveQueryExecutor) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeSQLQueryPlan
 
performExecuteUpdate(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.session.impl.ReactiveHQLQueryPlan
 
performExecuteUpdate(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeSQLQueryPlan
 
performExecutions(EventSource) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveFlushingEventListener
 
performList(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.session.impl.ReactiveHQLQueryPlan
Deprecated.
Use performReactiveList instead
performOnLazyProperty() - Method in interface org.hibernate.reactive.engine.impl.CascadingAction
Should this action be performed (or noCascade consulted) in the case of lazy properties.
performOnLazyProperty() - Method in class org.hibernate.reactive.engine.impl.CascadingActions.BaseCascadingAction
 
performReactiveList(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.session.impl.ReactiveHQLQueryPlan
 
PERSIST - Static variable in class org.hibernate.reactive.engine.impl.CascadingActions
 
persist(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
persist(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Asynchronously persist the given transient instance, first assigning a generated identifier.
persist(Object) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
persist(Object...) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
persist(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
Asynchronously persist the given transient instance, first assigning a generated identifier.
persist(Object...) - Method in interface org.hibernate.reactive.stage.Stage.Session
Persist multiple transient entity instances at once.
PERSIST_ON_FLUSH - Static variable in class org.hibernate.reactive.engine.impl.CascadingActions
Execute persist during flush time
persistAll(Object...) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
persistAll(Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Persist multiple transient entity instances at once.
persister() - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoader
 
POOL_CONNECT_TIMEOUT - Static variable in interface org.hibernate.reactive.provider.Settings
Property for configuring the Vert.x connection pool.
POOL_IDLE_TIMEOUT - Static variable in interface org.hibernate.reactive.provider.Settings
Property for configuring the Vert.x connection pool.
POOL_MAX_WAIT_QUEUE_SIZE - Static variable in interface org.hibernate.reactive.provider.Settings
Property for configuring the Vert.x connection pool.
poolOptions() - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPoolConfiguration
 
poolOptions() - Method in interface org.hibernate.reactive.pool.impl.SqlClientPoolConfiguration
The PoolOptions used to configure the Pool
postFlush(SessionImplementor) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveFlushingEventListener
1.
postPostFlush(SessionImplementor) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveFlushingEventListener
 
preInsertInMemoryValueGeneration(Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
preInsertInMemoryValueGeneration(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
preInsertInMemoryValueGeneration(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
preInsertInMemoryValueGeneration(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
prepare() - Method in class org.hibernate.reactive.provider.service.ReactiveGenerationTarget
 
prepareActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Prepares the internal action queues for execution.
PREPARED_STATEMENT_CACHE_MAX_SIZE - Static variable in interface org.hibernate.reactive.provider.Settings
Property for configuring the Vert.x prepared statement cache.
PREPARED_STATEMENT_CACHE_SQL_LIMIT - Static variable in interface org.hibernate.reactive.provider.Settings
Property for configuring the Vert.x prepared statement cache.
preparedQuery(String, Tuple) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
preparedQuery(String) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
preparedQueryBatch(String, List<Tuple>) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
preparedQueryOutsideTransaction(String) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
PreparedStatementAdaptor - Class in org.hibernate.reactive.adaptor.impl
Collects parameter bindings from Hibernate core code that expects a JDBC PreparedStatement.
PreparedStatementAdaptor() - Constructor for class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
PreparedStatementAdaptor.Binder - Interface in org.hibernate.reactive.adaptor.impl
 
preprocessSQL(String, QueryParameters, SessionFactoryImplementor, List<AfterLoadAction>) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
 
preprocessSQL(String, QueryParameters, SessionFactoryImplementor, List<AfterLoadAction>) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
preprocessSQL(String, QueryParameters, SessionFactoryImplementor, List<AfterLoadAction>) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
preprocessSQL(String, QueryParameters, SessionFactoryImplementor, List<AfterLoadAction>) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader
 
preprocessSQL(String, QueryParameters, SessionFactoryImplementor, List<AfterLoadAction>) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
preprocessSQL(String, QueryParameters, SessionFactoryImplementor, List<AfterLoadAction>) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
Used by query loaders to add stuff like locking and hints/comments
previous() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
process(String, int) - Static method in class org.hibernate.reactive.pool.impl.Parameters
Replace all JDBC-style ? parameters with Postgres-style $n parameters in the given SQL string.
processResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<AfterLoadAction>) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
 
processResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<AfterLoadAction>) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
processResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<AfterLoadAction>) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
processResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<AfterLoadAction>) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
processSnapshot(SharedSessionContractImplementor, ResultSet) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
ProvidedVertxInstance - Class in org.hibernate.reactive.vertx.impl
An implementation of VertxInstance which allows the client to provide an instance of Vertx whose lifecyle is managed externally to Hibernate Reactive.
ProvidedVertxInstance(Vertx) - Constructor for class org.hibernate.reactive.vertx.impl.ProvidedVertxInstance
 
ProxyConnection - Class in org.hibernate.reactive.pool.impl
A proxy ReactiveConnection that initializes the underlying connection lazily.
ProxyConnection(ReactiveConnectionPool) - Constructor for class org.hibernate.reactive.pool.impl.ProxyConnection
 
ProxyConnection(ReactiveConnectionPool, String) - Constructor for class org.hibernate.reactive.pool.impl.ProxyConnection
 
put(int, Object) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
putReactiveResultInQueryCache(SharedSessionContractImplementor, QueryParameters, Type[], QueryResultsCache, QueryKey, List<Object>) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
putReactiveResultInQueryCache(SharedSessionContractImplementor, QueryParameters, Type[], QueryResultsCache, QueryKey, List<Object>) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
putReactiveResultInQueryCache(SharedSessionContractImplementor, QueryParameters, Type[], QueryResultsCache, QueryKey, List<Object>) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 

Q

queryKey(String, SharedSessionContractImplementor, QueryParameters) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
QueryParametersAdaptor - Class in org.hibernate.reactive.adaptor.impl
 
QueryParametersAdaptor() - Constructor for class org.hibernate.reactive.adaptor.impl.QueryParametersAdaptor
 
QueryType - Enum in org.hibernate.reactive.session.impl
 

R

ReactiveAbstractEntityLoader - Class in org.hibernate.reactive.loader.entity.impl
A reactific org.hibernate.loader.entity.AbstractEntityLoader.
ReactiveAbstractEntityLoader(OuterJoinLoadable, Type, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveAbstractEntityLoader
 
ReactiveAbstractEntityPersister - Interface in org.hibernate.reactive.persister.entity.impl
An abstract implementation of ReactiveEntityPersister whose concrete implementations each extend a concrete subclass of AbstractEntityPersister.
ReactiveAbstractEntityPersister.DeleteExpectation - Class in org.hibernate.reactive.persister.entity.impl
 
ReactiveAbstractEntityPersister.InsertExpectation - Class in org.hibernate.reactive.persister.entity.impl
 
ReactiveAbstractEntityPersister.UpdateExpectation - Class in org.hibernate.reactive.persister.entity.impl
 
ReactiveActionQueue - Class in org.hibernate.reactive.engine
A reactive counterpart to ActionQueue, where DML operations are queued before execution during a flush.
ReactiveActionQueue(ReactiveSession) - Constructor for class org.hibernate.reactive.engine.ReactiveActionQueue
Constructs an action queue bound to the given session.
ReactiveAfterTransactionCompletionProcess - Interface in org.hibernate.reactive.engine
Contract representing some process that needs to occur during after transaction completion.
reactiveAutoflush() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveAutoflush() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
ReactiveAutoFlushEventListener - Interface in org.hibernate.reactive.event
 
reactiveAutoFlushIfRequired(Set<?>) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
ReactiveBatchingCollectionInitializerBuilder - Class in org.hibernate.reactive.loader.collection.impl
Superclass of builders for batching collection initializers.
ReactiveBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactiveBatchingCollectionInitializerBuilder
 
ReactiveBatchingEntityLoader - Class in org.hibernate.reactive.loader.entity.impl
The base contract for loaders capable of performing batch-fetch loading of entities using multiple primary key values in the SQL WHERE clause.
ReactiveBatchingEntityLoader(OuterJoinLoadable) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoader
 
ReactiveBatchingEntityLoaderBuilder - Class in org.hibernate.reactive.loader.entity.impl
Superclass of builders for batching entity loaders.
ReactiveBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoaderBuilder
 
ReactiveBeforeTransactionCompletionProcess - Interface in org.hibernate.reactive.engine
Contract representing some process that needs to occur during before transaction completion.
ReactiveBulkIdStrategy - Class in org.hibernate.reactive.bulk.impl
A reactive version of AbstractMultiTableBulkIdStrategyImpl used for handling HQL update and delete queries that affect multiple tables.
ReactiveBulkIdStrategy(MetadataImplementor) - Constructor for class org.hibernate.reactive.bulk.impl.ReactiveBulkIdStrategy
 
ReactiveBulkIdStrategy(Dialect) - Constructor for class org.hibernate.reactive.bulk.impl.ReactiveBulkIdStrategy
 
ReactiveCascadeEntityLoader - Class in org.hibernate.reactive.loader.entity.impl
A reactive org.hibernate.loader.entity.EntityLoader that is used for initializing unfetched associations during the cascade process.
ReactiveCascadeEntityLoader(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveCascadeEntityLoader
 
ReactiveCollectionInitializer - Interface in org.hibernate.reactive.loader.collection
A reactific CollectionInitializer, the contract implemented by all reactive collection loaders, including batch loaders.
ReactiveCollectionLoader - Class in org.hibernate.reactive.loader.collection.impl
A reactific org.hibernate.loader.collection.CollectionLoader.
ReactiveCollectionLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
 
ReactiveConnection - Interface in org.hibernate.reactive.pool
Abstracts over reactive database connections, defining operations that allow queries to be executed asynchronously via CompletionStage.
ReactiveConnection.Expectation - Interface in org.hibernate.reactive.pool
 
ReactiveConnection.Result - Interface in org.hibernate.reactive.pool
 
ReactiveConnectionPool - Interface in org.hibernate.reactive.pool
A Hibernate Service that provides access to pooled reactive connections.
ReactiveConnectionPoolInitiator - Class in org.hibernate.reactive.pool.impl
A Hibernate service initiator that integrates our ReactiveConnectionPool.
ReactiveConnectionPoolInitiator() - Constructor for class org.hibernate.reactive.pool.impl.ReactiveConnectionPoolInitiator
 
ReactiveConnectionSupplier - Interface in org.hibernate.reactive.session
A source of ReactiveConnections.
ReactiveCriteriaBuilderImpl - Class in org.hibernate.reactive.session.impl
A JPA javax.persistence.criteria.CriteriaBuilder for that acts as a factory for ReactiveCriteriaQueryImpl.
ReactiveCriteriaBuilderImpl(SessionFactoryImpl) - Constructor for class org.hibernate.reactive.session.impl.ReactiveCriteriaBuilderImpl
 
ReactiveCriteriaDeleteImpl<T> - Class in org.hibernate.reactive.session.impl
A reactific CriteriaDeleteImpl, providing the implementation of javax.persistence.criteria.CriteriaDelete.
ReactiveCriteriaDeleteImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.reactive.session.impl.ReactiveCriteriaDeleteImpl
 
ReactiveCriteriaQueryImpl<T> - Class in org.hibernate.reactive.session.impl
A reactific CriteriaQueryImpl, providing the implementation of javax.persistence.criteria.CriteriaQuery.
ReactiveCriteriaQueryImpl(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.reactive.session.impl.ReactiveCriteriaQueryImpl
 
ReactiveCriteriaUpdateImpl<T> - Class in org.hibernate.reactive.session.impl
A reactific CriteriaUpdateImpl, providing the implementation of javax.persistence.criteria.CriteriaUpdate.
ReactiveCriteriaUpdateImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.reactive.session.impl.ReactiveCriteriaUpdateImpl
 
ReactiveCustomLoader - Class in org.hibernate.reactive.loader.custom.impl
A reactive org.hibernate.loader.Loader for native SQL queries.
ReactiveCustomLoader(CustomQuery, SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
reactiveDelete(Object) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
reactiveDelete(Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
ReactiveDeleteEventListener - Interface in org.hibernate.reactive.event
Defines the contract for handling of deletion events generated from a session.
ReactiveDynamicBatchingCollectionDelegator - Class in org.hibernate.reactive.loader.collection.impl
A batching entity loader for org.hibernate.loader.BatchFetchStyle#DYNAMIC which selects between a single-key ReactiveCollectionInitializer and a batching ReactiveDynamicBatchingCollectionInitializer depending upon how many keys it's given.
ReactiveDynamicBatchingCollectionDelegator(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactiveDynamicBatchingCollectionDelegator
 
ReactiveDynamicBatchingCollectionInitializer - Class in org.hibernate.reactive.loader.collection.impl
A ReactiveCollectionLoader whose generated SQL contains a placeholder that is interpolated with a batch of ids at runtime.
ReactiveDynamicBatchingCollectionInitializer(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactiveDynamicBatchingCollectionInitializer
 
ReactiveDynamicBatchingCollectionInitializerBuilder - Class in org.hibernate.reactive.loader.collection.impl
A ReactiveBatchingCollectionInitializerBuilder that is enabled when org.hibernate.loader.BatchFetchStyle#DYNAMIC is selected.
ReactiveDynamicBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactiveDynamicBatchingCollectionInitializerBuilder
 
ReactiveDynamicBatchingEntityDelegator - Class in org.hibernate.reactive.loader.entity.impl
A batching entity loader for org.hibernate.loader.BatchFetchStyle#DYNAMIC which selects between a single-key ReactiveEntityLoader and a batching ReactiveDynamicBatchingEntityLoader depending upon how many keys it's given.
ReactiveDynamicBatchingEntityDelegator(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityDelegator
 
ReactiveDynamicBatchingEntityDelegator(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityDelegator
 
ReactiveDynamicBatchingEntityLoader - Class in org.hibernate.reactive.loader.entity.impl
A ReactiveEntityLoader whose generated SQL contains a placeholder that is interpolated with a batch of ids at runtime.
ReactiveDynamicBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityLoader
 
ReactiveDynamicBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityLoader
 
ReactiveDynamicBatchingEntityLoaderBuilder - Class in org.hibernate.reactive.loader.entity.impl
A ReactiveBatchingEntityLoaderBuilder that is enabled when org.hibernate.loader.BatchFetchStyle#DYNAMIC is selected.
ReactiveDynamicBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveDynamicBatchingEntityLoaderBuilder
 
ReactiveEntityDeleteAction - Class in org.hibernate.reactive.engine.impl
A reactific EntityDeleteAction.
ReactiveEntityDeleteAction(Serializable, Object[], Object, Object, EntityPersister, boolean, SessionImplementor) - Constructor for class org.hibernate.reactive.engine.impl.ReactiveEntityDeleteAction
 
ReactiveEntityIdentityInsertAction - Class in org.hibernate.reactive.engine.impl
A reactific EntityIdentityInsertAction (used when inserting into tables with autoincrement columns).
ReactiveEntityIdentityInsertAction(Object[], Object, EntityPersister, boolean, SharedSessionContractImplementor, boolean) - Constructor for class org.hibernate.reactive.engine.impl.ReactiveEntityIdentityInsertAction
 
ReactiveEntityIncrementVersionProcess - Class in org.hibernate.reactive.engine.impl
A BeforeTransactionCompletionProcess impl to verify and increment an entity version as party of before-transaction-completion processing
ReactiveEntityIncrementVersionProcess(Object) - Constructor for class org.hibernate.reactive.engine.impl.ReactiveEntityIncrementVersionProcess
Constructs an EntityIncrementVersionProcess for the given entity.
ReactiveEntityInsertAction - Interface in org.hibernate.reactive.engine.impl
ReactiveEntityLoader - Class in org.hibernate.reactive.loader.entity.impl
A reactific org.hibernate.loader.entity.EntityLoader.
ReactiveEntityLoader(OuterJoinLoadable, SessionFactoryImplementor, LockMode, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveEntityLoader
 
ReactiveEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveEntityLoader
 
ReactiveEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveEntityLoader
 
ReactiveEntityManagerFactoryBuilder - Class in org.hibernate.reactive.provider.impl
Heavily inspired by EntityManagerFactoryBuilderImpl.
ReactiveEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Constructor for class org.hibernate.reactive.provider.impl.ReactiveEntityManagerFactoryBuilder
 
ReactiveEntityPersister - Interface in org.hibernate.reactive.persister.entity.impl
A reactive EntityPersister.
ReactiveEntityRegularInsertAction - Class in org.hibernate.reactive.engine.impl
A reactific EntityInsertAction.
ReactiveEntityRegularInsertAction(Serializable, Object[], Object, Object, EntityPersister, boolean, SharedSessionContractImplementor) - Constructor for class org.hibernate.reactive.engine.impl.ReactiveEntityRegularInsertAction
 
ReactiveEntityUpdateAction - Class in org.hibernate.reactive.engine.impl
A reactific EntityUpdateAction.
ReactiveEntityUpdateAction(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, Object, EntityPersister, SharedSessionContractImplementor) - Constructor for class org.hibernate.reactive.engine.impl.ReactiveEntityUpdateAction
Constructs an EntityUpdateAction
ReactiveEntityVerifyVersionProcess - Class in org.hibernate.reactive.engine.impl
A BeforeTransactionCompletionProcess impl to verify an entity version as part of before-transaction-completion processing
ReactiveEntityVerifyVersionProcess(Object) - Constructor for class org.hibernate.reactive.engine.impl.ReactiveEntityVerifyVersionProcess
Constructs an EntityVerifyVersionProcess
ReactiveExceptionConverter - Class in org.hibernate.reactive.session.impl
Handle exceptions and convert them following the logic used in Hibernate ORM.
ReactiveExceptionConverter(SharedSessionContractImplementor) - Constructor for class org.hibernate.reactive.session.impl.ReactiveExceptionConverter
 
ReactiveExecutable - Interface in org.hibernate.reactive.engine
An operation that is scheduled for later non-blocking execution in an ReactiveActionQueue.
reactiveExecute() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityDeleteAction
 
reactiveExecute() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityIdentityInsertAction
 
reactiveExecute() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityRegularInsertAction
 
reactiveExecute() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityUpdateAction
 
reactiveExecute() - Method in interface org.hibernate.reactive.engine.ReactiveExecutable
 
reactiveExtractResults(ResultSet, SharedSessionContractImplementor, QueryParameters, NamedParameterContext, boolean, boolean, ResultTransformer, List<AfterLoadAction>) - Method in class org.hibernate.reactive.loader.ReactiveLoaderBasedResultSetProcessor
This method is based on Loader#processResultSet
reactiveExtractResults(ResultSet, SharedSessionContractImplementor, QueryParameters, NamedParameterContext, boolean, boolean, ResultTransformer, List<AfterLoadAction>) - Method in interface org.hibernate.reactive.loader.ReactiveResultSetProcessor
 
reactiveFetch(T, boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveFetch(E, <any>) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveFetch(T, boolean) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactiveFetch(E, <any>) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactiveFind(Class<T>, Object, LockOptions, <any>) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveFind(Class<T>, Object...) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveFind(Class<T>, Object, LockOptions, <any>) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactiveFind(Class<T>, Object...) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactiveFlush() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveFlush() - Method in interface org.hibernate.reactive.session.ReactiveSession
 
ReactiveFlushEventListener - Interface in org.hibernate.reactive.event
Defines the contract for handling of reactive session flush events.
ReactiveGenerationTarget - Class in org.hibernate.reactive.provider.service
Adaptor that redirects DDL generated by the schema export tool to the reactive connection.
ReactiveGenerationTarget(ServiceRegistry) - Constructor for class org.hibernate.reactive.provider.service.ReactiveGenerationTarget
 
ReactiveGeneratorWrapper<T> - Class in org.hibernate.reactive.id.impl
 
ReactiveGeneratorWrapper(ReactiveIdentifierGenerator<T>, IdentifierGenerator) - Constructor for class org.hibernate.reactive.id.impl.ReactiveGeneratorWrapper
 
ReactiveGeneratorWrapper(ReactiveIdentifierGenerator<T>) - Constructor for class org.hibernate.reactive.id.impl.ReactiveGeneratorWrapper
 
reactiveGet(Class<T>, Serializable) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveGet(Class<T>, Object) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
reactiveGet(Class<T>, Object, LockMode) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
reactiveGet(Class<T>, Serializable) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactiveGet(Class<T>, Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
reactiveGet(Class<T>, Object, LockMode) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
reactiveGetCurrentVersion(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
reactiveGetCurrentVersion(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
 
reactiveGetDatabaseSnapshot(Serializable, EntityPersister) - Method in class org.hibernate.reactive.engine.impl.ReactivePersistenceContextAdapter
 
reactiveGetDatabaseSnapshot(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
reactiveGetDatabaseSnapshot(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
Get the current database state of the object, in a "hydrated" form, without resolving identifiers
ReactiveHQLQueryPlan - Class in org.hibernate.reactive.session.impl
A reactific HQLQueryPlan
ReactiveHQLQueryPlan(String, boolean, Map<String, Filter>, SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.session.impl.ReactiveHQLQueryPlan
 
ReactiveHQLQueryPlan(String, boolean, Map<String, Filter>, SessionFactoryImplementor, EntityGraphQueryHint) - Constructor for class org.hibernate.reactive.session.impl.ReactiveHQLQueryPlan
 
ReactiveHQLQueryPlan(String, String, boolean, Map<String, Filter>, SessionFactoryImplementor, EntityGraphQueryHint) - Constructor for class org.hibernate.reactive.session.impl.ReactiveHQLQueryPlan
 
ReactiveIdentifierGenerator<Id> - Interface in org.hibernate.reactive.id
A replacement for org.hibernate.id.IdentifierGenerator, which supports a non-blocking method for obtaining the generated identifier.
ReactiveIdentifierGeneratorFactory - Class in org.hibernate.reactive.id.impl
 
ReactiveIdentifierGeneratorFactory() - Constructor for class org.hibernate.reactive.id.impl.ReactiveIdentifierGeneratorFactory
 
ReactiveIdentifierGeneratorFactoryInitiator - Class in org.hibernate.reactive.id.impl
 
ReactiveIdentifierGeneratorFactoryInitiator() - Constructor for class org.hibernate.reactive.id.impl.ReactiveIdentifierGeneratorFactoryInitiator
 
ReactiveIdTableSupport - Class in org.hibernate.reactive.bulk.impl
Hardcoded support for temporary id tables for the three supported databases.
ReactiveIdTableSupport(Dialect) - Constructor for class org.hibernate.reactive.bulk.impl.ReactiveIdTableSupport
 
reactiveImmediateLoad(String, Serializable) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
Load the data for the object with the specified id into a newly created object.
reactiveImmediateLoad(String, Serializable) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactiveInitialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
 
reactiveInitialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveDynamicBatchingCollectionDelegator
 
reactiveInitialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.collection.impl.ReactivePaddedBatchingCollectionInitializer
 
reactiveInitialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveSubselectOneToManyLoader
 
reactiveInitialize(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.collection.ReactiveCollectionInitializer
 
reactiveInitialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.impl.ReactiveOneToManyPersister
 
reactiveInitializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveInitializeCollection(PersistentCollection, boolean) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactiveInitializeLazyPropertiesFromDatastore(String, Object, SharedSessionContractImplementor, Serializable, EntityEntry) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
reactiveInitializeLazyProperty(<any>, E, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
reactiveInitializeLazyProperty(<any>, E, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
 
reactiveInitializeNonLazyCollections() - Method in class org.hibernate.reactive.engine.impl.ReactivePersistenceContextAdapter
 
reactiveInsert(Object) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
reactiveInsert(Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
ReactiveIntegrator - Class in org.hibernate.reactive.provider.impl
Integrates Hibernate Reactive with Hibernate ORM by replacing the built-in event listeners with reactive listeners.
ReactiveIntegrator() - Constructor for class org.hibernate.reactive.provider.impl.ReactiveIntegrator
 
ReactiveJoinedSubclassEntityPersister - Class in org.hibernate.reactive.persister.entity.impl
An ReactiveEntityPersister backed by JoinedSubclassEntityPersister and ReactiveAbstractEntityPersister.
ReactiveJoinedSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
reactiveList(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
reactiveList(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
reactiveList(SharedSessionContractImplementor, QueryParameters, Set<Serializable>, Type[]) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
Return the query results, using the query cache, called by subclasses that implement cacheable queries
reactiveList(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryTranslatorImpl
 
reactiveList(String, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveList(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveList(String, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
reactiveList(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
reactiveList(String, QueryParameters) - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
 
reactiveList(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
 
reactiveListIgnoreQueryCache(String, String, SharedSessionContractImplementor, QueryParameters) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
reactiveListUsingQueryCache(String, String, SharedSessionContractImplementor, QueryParameters, Set<Serializable>, Type[]) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
reactiveLoad(Serializable, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
reactiveLoad(Serializable, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
reactiveLoad(Serializable, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
 
reactiveLoad(Serializable, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
 
reactiveLoadCollection(SessionImplementor, Serializable, Type) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
Called by subclasses that initialize collections
reactiveLoadCollectionBatch(SessionImplementor, Serializable[], Type) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveCollectionLoader
Called by wrappers that batch initialize collections
reactiveLoadCollectionSubselect(SharedSessionContractImplementor, Serializable[], Object[], Type[], Map<String, TypedValue>, Type) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveSubselectOneToManyLoader
 
ReactiveLoader - Interface in org.hibernate.reactive.loader
Defines common reactive operations inherited by all kinds of loaders.
ReactiveLoaderBasedLoader - Interface in org.hibernate.reactive.loader
An interface intended for ReactiveLoader implementations that also extend a org.hibernate.loader.Loader implementation.
ReactiveLoaderBasedResultSetProcessor - Class in org.hibernate.reactive.loader
A ReactiveResultSetProcessor intended to be used by ReactiveLoaderBasedLoader implementations.
ReactiveLoaderBasedResultSetProcessor(ReactiveLoaderBasedLoader) - Constructor for class org.hibernate.reactive.loader.ReactiveLoaderBasedResultSetProcessor
 
ReactiveLoadEventListener - Interface in org.hibernate.reactive.event
Defines the contract for handling of load events generated from a session.
reactiveLock(Object, LockOptions) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveLock(Object, LockOptions) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
ReactiveLockEventListener - Interface in org.hibernate.reactive.event
Defines the contract for handling of lock events generated from a session.
reactiveMakeEntityManaged() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
Make the entity "managed" by the persistence context.
ReactiveMarkerService - Interface in org.hibernate.reactive.provider.service
This service is only used to "mark" the registry as being intended for use by an instance of Hibernate Reactive.
ReactiveMarkerServiceInitiator - Class in org.hibernate.reactive.provider.service
 
ReactiveMarkerServiceSingleton - Class in org.hibernate.reactive.provider.service
 
reactiveMerge(T) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveMerge(Object, MergeContext) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveMerge(T) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactiveMerge(Object, MergeContext) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
ReactiveMergeEventListener - Interface in org.hibernate.reactive.event
Defines the contract for handling of merge events generated from a session.
ReactiveModeCheck - Class in org.hibernate.reactive.provider.impl
General utilities to check if certain Hibernate ORM components belong to an ORM instance which is running in "Reactive mode".
reactiveMultiLoad(Serializable[], SessionImplementor, MultiLoadOptions) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
reactiveMultiLoad(Serializable[], SessionImplementor, MultiLoadOptions) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
 
ReactiveNativeQuery<R> - Interface in org.hibernate.reactive.session
An internal contract between the reactive session implementation and the Stage.Query and Mutiny.Query APIs.
ReactiveNativeQueryImpl<R> - Class in org.hibernate.reactive.session.impl
Implementation of ReactiveNativeQuery by extension of NativeQueryImpl.
ReactiveNativeQueryImpl(NamedSQLQueryDefinition, SharedSessionContractImplementor, ParameterMetadata) - Constructor for class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
ReactiveNativeQueryImpl(String, boolean, SharedSessionContractImplementor, ParameterMetadata) - Constructor for class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
ReactiveNativeSQLQueryPlan - Class in org.hibernate.reactive.session.impl
 
ReactiveNativeSQLQueryPlan(String, CustomQuery) - Constructor for class org.hibernate.reactive.session.impl.ReactiveNativeSQLQueryPlan
 
reactiveNullifyTransientReferencesIfNotAlready() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
Nullifies any references to transient entities in the entity state maintained by this action.
reactiveOnAutoFlush(AutoFlushEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveAutoFlushEventListener
 
reactiveOnAutoFlush(AutoFlushEvent) - Method in interface org.hibernate.reactive.event.ReactiveAutoFlushEventListener
 
reactiveOnDelete(DeleteEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
Handle the given delete event.
reactiveOnDelete(DeleteEvent, IdentitySet) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
Handle the given delete event.
reactiveOnDelete(DeleteEvent) - Method in interface org.hibernate.reactive.event.ReactiveDeleteEventListener
Handle the given delete event.
reactiveOnDelete(DeleteEvent, IdentitySet) - Method in interface org.hibernate.reactive.event.ReactiveDeleteEventListener
 
ReactiveOneToManyLoader - Class in org.hibernate.reactive.loader.collection.impl
 
ReactiveOneToManyLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactiveOneToManyLoader
 
ReactiveOneToManyLoader(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactiveOneToManyLoader
 
ReactiveOneToManyLoader(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactiveOneToManyLoader
 
ReactiveOneToManyPersister - Class in org.hibernate.reactive.persister.collection.impl
 
ReactiveOneToManyPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.reactive.persister.collection.impl.ReactiveOneToManyPersister
 
reactiveOnFlush(FlushEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveFlushEventListener
 
reactiveOnFlush(FlushEvent) - Method in interface org.hibernate.reactive.event.ReactiveFlushEventListener
Handle the given flush event.
reactiveOnLoad(LoadEvent, LoadEventListener.LoadType) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveLoadEventListener
Handle the given load event.
reactiveOnLoad(LoadEvent, LoadType) - Method in interface org.hibernate.reactive.event.ReactiveLoadEventListener
Handle the given load event.
reactiveOnLock(LockEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveLockEventListener
 
reactiveOnLock(LockEvent) - Method in interface org.hibernate.reactive.event.ReactiveLockEventListener
Handle the given lock event.
reactiveOnMerge(MergeEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
Handle the given merge event.
reactiveOnMerge(MergeEvent, MergeContext) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
Handle the given merge event.
reactiveOnMerge(MergeEvent) - Method in interface org.hibernate.reactive.event.ReactiveMergeEventListener
Handle the given merge event.
reactiveOnMerge(MergeEvent, MergeContext) - Method in interface org.hibernate.reactive.event.ReactiveMergeEventListener
Handle the given merge event.
reactiveOnPersist(PersistEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactivePersistEventListener
Handle the given create event.
reactiveOnPersist(PersistEvent, IdentitySet) - Method in class org.hibernate.reactive.event.impl.DefaultReactivePersistEventListener
Handle the given create event.
reactiveOnPersist(PersistEvent) - Method in interface org.hibernate.reactive.event.ReactivePersistEventListener
Handle the given create event.
reactiveOnPersist(PersistEvent, IdentitySet) - Method in interface org.hibernate.reactive.event.ReactivePersistEventListener
Handle the given create event.
reactiveOnRefresh(RefreshEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveRefreshEventListener
 
reactiveOnRefresh(RefreshEvent, IdentitySet) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveRefreshEventListener
Handle the given refresh event.
reactiveOnRefresh(RefreshEvent) - Method in interface org.hibernate.reactive.event.ReactiveRefreshEventListener
Handle the given refresh event.
reactiveOnRefresh(RefreshEvent, IdentitySet) - Method in interface org.hibernate.reactive.event.ReactiveRefreshEventListener
 
ReactivePaddedBatchingCollectionInitializer - Class in org.hibernate.reactive.loader.collection.impl
A batching collection initializer for org.hibernate.loader.BatchFetchStyle#PADDED.
ReactivePaddedBatchingCollectionInitializer(QueryableCollection, int[], ReactiveCollectionLoader[], SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactivePaddedBatchingCollectionInitializer
 
ReactivePaddedBatchingCollectionInitializerBuilder - Class in org.hibernate.reactive.loader.collection.impl
A ReactiveBatchingCollectionInitializerBuilder that is enabled when org.hibernate.loader.BatchFetchStyle#PADDED is selected.
ReactivePaddedBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactivePaddedBatchingCollectionInitializerBuilder
 
ReactivePaddedBatchingEntityLoader - Class in org.hibernate.reactive.loader.entity.impl
A batching entity loader for org.hibernate.loader.BatchFetchStyle#PADDED.
ReactivePaddedBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactivePaddedBatchingEntityLoader
 
ReactivePaddedBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactivePaddedBatchingEntityLoader
 
ReactivePaddedBatchingEntityLoaderBuilder - Class in org.hibernate.reactive.loader.entity.impl
A ReactiveBatchingEntityLoaderBuilder that is enabled when org.hibernate.loader.BatchFetchStyle#PADDED is selected.
ReactivePaddedBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactivePaddedBatchingEntityLoaderBuilder
 
reactivePerformSave(Object, Serializable, EntityPersister, boolean, C, EventSource, boolean) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
Prepares the save call by checking the session caches for a pre-existing entity and performing any lifecycle callbacks.
reactivePerformSaveOrReplicate(Object, EntityKey, EntityPersister, boolean, C, EventSource, boolean) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
Performs all the actual work needed to save an entity (well to get the save moved to the execution queue).
reactivePersist(Object) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactivePersist(Object, IdentitySet) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactivePersist(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactivePersist(Object, IdentitySet) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
ReactivePersistenceContextAdapter - Class in org.hibernate.reactive.engine.impl
Add reactive methods to a PersistenceContext.
ReactivePersistenceContextAdapter(SharedSessionContractImplementor) - Constructor for class org.hibernate.reactive.engine.impl.ReactivePersistenceContextAdapter
Constructs a PersistentContext, bound to the given session.
ReactivePersistenceProvider - Class in org.hibernate.reactive.provider
JPA PersistenceProvider for Hibernate Reactive.
ReactivePersistenceProvider() - Constructor for class org.hibernate.reactive.provider.ReactivePersistenceProvider
 
ReactivePersisterClassResolver - Class in org.hibernate.reactive.provider.service
 
ReactivePersisterClassResolver() - Constructor for class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
 
ReactivePersisterClassResolverInitiator - Class in org.hibernate.reactive.provider.service
 
ReactivePersisterClassResolverInitiator() - Constructor for class org.hibernate.reactive.provider.service.ReactivePersisterClassResolverInitiator
 
ReactivePersistEventListener - Interface in org.hibernate.reactive.event
Defines the contract for handling of create events generated from a session.
reactivePersistOnFlush(Object, IdentitySet) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactivePersistOnFlush(Object, IdentitySet) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
ReactivePlanEntityLoader - Class in org.hibernate.reactive.loader.entity.impl
An entity loader that respects the JPA javax.persistence.EntityGraph in effect.
ReactivePlanEntityLoader.Builder - Class in org.hibernate.reactive.loader.entity.impl
 
reactiveProcessResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, List<AfterLoadAction>) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
 
ReactiveProviderChecker - Class in org.hibernate.reactive.provider.impl
Helper for handling checks to see whether ReactivePersistenceProvider is the requested javax.persistence.spi.PersistenceProvider Copied and adapted from org.hibernate.jpa.boot.spi.ProviderChecker
ReactiveQuery<R> - Interface in org.hibernate.reactive.session
An internal contract between the reactive session implementation and the Stage.Query and Mutiny.Query APIs.
ReactiveQueryExecutor - Interface in org.hibernate.reactive.session
Executes queries in a non-blocking fashion.
ReactiveQueryImpl<R> - Class in org.hibernate.reactive.session.impl
Implementation of ReactiveQuery by extension of QueryImpl.
ReactiveQueryImpl(SharedSessionContractImplementor, ParameterMetadata, String) - Constructor for class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
ReactiveQueryLoader - Class in org.hibernate.reactive.loader.hql.impl
A reactive QueryLoader for HQL queries.
ReactiveQueryLoader(QueryTranslatorImpl, SessionFactoryImplementor, SelectClause) - Constructor for class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
ReactiveQueryTranslatorFactory - Class in org.hibernate.reactive.provider.service
 
ReactiveQueryTranslatorFactory() - Constructor for class org.hibernate.reactive.provider.service.ReactiveQueryTranslatorFactory
 
ReactiveQueryTranslatorFactoryInitiator - Class in org.hibernate.reactive.provider.service
 
ReactiveQueryTranslatorFactoryInitiator() - Constructor for class org.hibernate.reactive.provider.service.ReactiveQueryTranslatorFactoryInitiator
 
ReactiveQueryTranslatorImpl - Class in org.hibernate.reactive.session.impl
 
ReactiveQueryTranslatorImpl(String, String, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.session.impl.ReactiveQueryTranslatorImpl
 
ReactiveQueryTranslatorImpl(String, String, Map, SessionFactoryImplementor, EntityGraphQueryHint) - Constructor for class org.hibernate.reactive.session.impl.ReactiveQueryTranslatorImpl
 
reactiveRefresh(Object, LockOptions) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveRefresh(Object, IdentitySet) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveRefresh(Object) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
reactiveRefresh(Object, LockMode) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
reactiveRefresh(Object, LockOptions) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactiveRefresh(Object, IdentitySet) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactiveRefresh(Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
reactiveRefresh(Object, LockMode) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
ReactiveRefreshEventListener - Interface in org.hibernate.reactive.event
Defines the contract for handling of refresh events generated from a session.
reactiveRemove(Object) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveRemove(Object, boolean, IdentitySet) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
reactiveRemove(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
reactiveRemove(Object, boolean, IdentitySet) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
ReactiveResultSetProcessor - Interface in org.hibernate.reactive.loader
An interface intended to unify how a ResultSet is processed by by ReactiveLoader implementations..
reactiveSaveWithGeneratedId(Object, String, C, EventSource, boolean) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
Prepares the save call using a newly generated id.
reactiveSaveWithRequestedId(Object, Serializable, String, C, EventSource) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
Prepares the save call using the given requested id.
ReactiveServiceInitiators - Class in org.hibernate.reactive.provider.impl
 
ReactiveServiceRegistryBuilder - Class in org.hibernate.reactive.provider
Adaptation of StandardServiceRegistryBuilder; the main difference is the use of a different initial set of services and the fact this will not attempt to load service contributors and other Integrators.
ReactiveServiceRegistryBuilder() - Constructor for class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Create a default builder.
ReactiveServiceRegistryBuilder(BootstrapServiceRegistry) - Constructor for class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Create a builder with the specified bootstrap services.
ReactiveServiceRegistryBuilder(BootstrapServiceRegistry, Map, LoadedConfig) - Constructor for class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Intended for use exclusively from JPA boot-strapping, or extensions of this class.
ReactiveServiceRegistryBuilder(BootstrapServiceRegistry, Map, LoadedConfig, List<StandardServiceInitiator>) - Constructor for class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Intended for use exclusively from Quarkus boot-strapping, or extensions of this class which need to override the standard ServiceInitiator list.
ReactiveServiceRegistryBuilder(BootstrapServiceRegistry, LoadedConfig) - Constructor for class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Create a builder with the specified bootstrap services.
ReactiveSession - Interface in org.hibernate.reactive.session
A contract with the Hibernate session backing the user-visible reactive session.
ReactiveSessionFactoryBuilder - Class in org.hibernate.reactive.provider.service
A SessionFactoryBuilder for SessionFactory instances that can be unwrapped to produce a Stage.SessionFactory or Mutiny.SessionFactory.
ReactiveSessionFactoryBuilder(MetadataImplementor, SessionFactoryBuilderImplementor) - Constructor for class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilder
 
ReactiveSessionFactoryBuilderInitiator - Class in org.hibernate.reactive.provider.service
 
ReactiveSessionFactoryBuilderService - Class in org.hibernate.reactive.provider.service
 
ReactiveSessionFactoryBuilderService() - Constructor for class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilderService
 
ReactiveSessionFactoryImpl - Class in org.hibernate.reactive.session.impl
A Hibernate org.hibernate.SessionFactory that can be unwrapped to produce a Stage.SessionFactory or a Mutiny.SessionFactory.
ReactiveSessionFactoryImpl(MetadataImplementor, SessionFactoryOptions) - Constructor for class org.hibernate.reactive.session.impl.ReactiveSessionFactoryImpl
 
ReactiveSessionImpl - Class in org.hibernate.reactive.session.impl
An ReactiveSession implemented by extension of the SessionImpl in Hibernate core.
ReactiveSessionImpl(SessionFactoryImpl, SessionCreationOptions, ReactiveConnection) - Constructor for class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
ReactiveSingleTableEntityPersister - Class in org.hibernate.reactive.persister.entity.impl
An ReactiveEntityPersister backed by SingleTableEntityPersister and ReactiveAbstractEntityPersister.
ReactiveSingleTableEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
ReactiveStatelessSession - Interface in org.hibernate.reactive.session
A contract with the Hibernate stateless session backing the user-visible reactive session.
ReactiveStatelessSessionImpl - Class in org.hibernate.reactive.session.impl
An ReactiveStatelessSession implemented by extension of the StatelessSessionImpl in Hibernate core.
ReactiveStatelessSessionImpl(SessionFactoryImpl, SessionCreationOptions, ReactiveConnection) - Constructor for class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
ReactiveSubselectOneToManyLoader - Class in org.hibernate.reactive.loader.collection.impl
Implements subselect fetching for a one to many association
ReactiveSubselectOneToManyLoader(QueryableCollection, String, Collection, QueryParameters, Map<String, int[]>, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactiveSubselectOneToManyLoader
 
ReactiveTypeContributor - Class in org.hibernate.reactive.provider.impl
Overrides Hibernate's built-in `materialized_blob` and `materialized_clob` type mappings and replaces them with the same handling as regular byte arrays and strings, since the io.vertx.sqlclient.SqlClient doesn't support any special handling for LOBs.
ReactiveTypeContributor() - Constructor for class org.hibernate.reactive.provider.impl.ReactiveTypeContributor
 
ReactiveUnionSubclassEntityPersister - Class in org.hibernate.reactive.persister.entity.impl
An ReactiveEntityPersister backed by UnionSubclassEntityPersister and ReactiveAbstractEntityPersister.
ReactiveUnionSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
ReactiveUniqueEntityLoader - Interface in org.hibernate.reactive.loader.entity
A reactific UniqueEntityLoader, the contract implemented by all reactive entity loaders, including batch loaders.
reactiveUpdate(Object) - Method in class org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
 
reactiveUpdate(Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
 
REFRESH - Static variable in class org.hibernate.reactive.engine.impl.CascadingActions
 
refresh(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
refresh(Object, LockOptions) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
refresh(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
refresh(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Re-read the state of the given instance from the underlying database.
refresh(Object, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Re-read the state of the given instance from the underlying database, requesting the given LockMode.
refresh(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Refresh the entity instance state from the database.
refresh(Object, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Refresh the entity instance state from the database.
refresh(Object) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
refresh(Object, LockOptions) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
refresh(Object...) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
refresh(Object) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
refresh(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
Re-read the state of the given instance from the underlying database.
refresh(Object, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
Re-read the state of the given instance from the underlying database, requesting the given LockMode.
refresh(Object...) - Method in interface org.hibernate.reactive.stage.Stage.Session
Refresh multiple entity instances at once.
refresh(Object) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Refresh the entity instance state from the database.
refresh(Object, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Refresh the entity instance state from the database.
refreshAll(Object...) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
refreshAll(Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Refresh multiple entity instances at once.
refreshRow() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
registerExplicitParameter(<any>) - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 
registerExportables(Database) - Method in class org.hibernate.reactive.id.impl.ReactiveGeneratorWrapper
 
registerLiteralParameterBinding(Object, Class) - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
 
registerProcess(AfterTransactionCompletionProcess) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
registerProcess(BeforeTransactionCompletionProcess) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
relative(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.reactive.bulk.impl.ReactiveBulkIdStrategy
 
release() - Method in class org.hibernate.reactive.provider.service.ReactiveGenerationTarget
 
remove(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
remove(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Asynchronously remove a persistent instance from the datastore.
remove(Object) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
remove(Object...) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
remove(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
Asynchronously remove a persistent instance from the datastore.
remove(Object...) - Method in interface org.hibernate.reactive.stage.Stage.Session
Remove multiple entity instances at once.
removeAll(Object...) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
removeAll(Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Remove multiple entity instances at once.
removeEntity(EntityKey) - Method in class org.hibernate.reactive.engine.impl.ReactivePersistenceContextAdapter
 
renderDisplayInfo() - Method in class org.hibernate.reactive.bulk.impl.SessionIdParameterSpecification
 
renderedTableName - Variable in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
ReplacementDuplicationStrategy - Class in org.hibernate.reactive.provider.impl
A DuplicationStrategy that replaces the default event listeners in Hibernate core with our listeners.
requiresNoCascadeChecking() - Method in interface org.hibernate.reactive.engine.impl.CascadingAction
Does the specified cascading action require verification of no cascade validity?
requiresNoCascadeChecking() - Method in class org.hibernate.reactive.engine.impl.CascadingActions.BaseCascadingAction
 
resolveResultTransformer(ResultTransformer) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
 
ResultSetAdaptor - Class in org.hibernate.reactive.adaptor.impl
An adaptor that allows Hibenate core code which expects a JDBC ResultSet to read values from Vert.x's RowSet.
ResultSetAdaptor(<any>) - Constructor for class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
ResultSetMapping<T> - Interface in org.hibernate.reactive.common
Represents the shape of a native SQL query result set, as specified by an instance of the annotation javax.persistence.SqlResultSetMapping.
resultSetMapping(Class<T>, String, SessionFactoryImplementor) - Static method in class org.hibernate.reactive.session.impl.ResultSetMappings
 
ResultSetMappings - Class in org.hibernate.reactive.session.impl
 
ResultSetMappings() - Constructor for class org.hibernate.reactive.session.impl.ResultSetMappings
 
rethrow(Throwable) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
returnNullorRethrow(Throwable) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
returnOrRethrow(Throwable, Ret) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
rollbackTransaction() - Method in class org.hibernate.reactive.pool.BatchingConnection
 
rollbackTransaction() - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
rollbackTransaction() - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
rollbackTransaction() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
rowDeleted() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
rowInserted() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
rowUpdated() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 

S

segmentColumnName - Variable in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
select(String) - Method in class org.hibernate.reactive.pool.BatchingConnection
 
select(String, Object[]) - Method in class org.hibernate.reactive.pool.BatchingConnection
 
select(String) - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
select(String, Object[]) - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
select(String) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
select(String, Object[]) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
select(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
select(String, Object[]) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
selectConnectionProvider(String) - Method in class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProvider
 
selectJdbc(String, Object[]) - Method in class org.hibernate.reactive.pool.BatchingConnection
 
selectJdbc(String, Object[]) - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
selectJdbc(String, Object[]) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
selectJdbc(String, Object[]) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
selectLong(String, Object[]) - Method in class org.hibernate.reactive.pool.BatchingConnection
 
selectLong(String, Object[]) - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
selectLong(String, Object[]) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
selectLong(String, Object[]) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
selectParameters() - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
selectParameters() - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
SequenceReactiveIdentifierGenerator - Class in org.hibernate.reactive.id.impl
Support for JPA's javax.persistence.SequenceGenerator.
SequenceReactiveIdentifierGenerator() - Constructor for class org.hibernate.reactive.id.impl.SequenceReactiveIdentifierGenerator
 
SESSION_ID - Static variable in class org.hibernate.reactive.bulk.impl.SessionIdParameterSpecification
 
SessionIdParameterSpecification - Class in org.hibernate.reactive.bulk.impl
A ParameterSpecification that just automatically binds the session id.
SessionIdParameterSpecification() - Constructor for class org.hibernate.reactive.bulk.impl.SessionIdParameterSpecification
 
SessionUtil - Class in org.hibernate.reactive.session.impl
 
SessionUtil() - Constructor for class org.hibernate.reactive.session.impl.SessionUtil
 
setArray(int, Array) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setAsciiStream(int, InputStream, int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setAsciiStream(int, InputStream, long) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setAsciiStream(int, InputStream) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setBatchSize(Integer) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
setBatchSize(Integer) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Set the session-level JDBC batch size, overriding the batch size set by the configuration property hibernate.jdbc.batch_size.
setBatchSize(Integer) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
setBatchSize(Integer) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
setBatchSize(Integer) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
setBatchSize(Integer) - Method in interface org.hibernate.reactive.stage.Stage.Session
Set the session-level JDBC batch size, overriding the batch size set by the configuration property hibernate.jdbc.batch_size.
setBigDecimal(int, BigDecimal) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setBinaryStream(int, InputStream, int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setBinaryStream(int, InputStream, long) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setBinaryStream(int, InputStream) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setBlob(int, Blob) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setBlob(int, InputStream, long) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setBlob(int, InputStream) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setBoolean(int, boolean) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setByte(int, byte) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setBytes(int, byte[]) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setCacheable(boolean) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setCacheable(boolean) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Enable or disable caching of this query result set in the second-level query cache.
setCacheable(boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setCacheable(boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setCacheable(boolean) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setCacheable(boolean) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setCacheable(boolean) - Method in interface org.hibernate.reactive.stage.Stage.Query
Enable or disable caching of this query result set in the second-level query cache.
setCacheMode(CacheMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the current CacheMode in effect while this query is being executed.
setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Set the cache mode for this session.
setCacheMode(CacheMode) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
setCacheMode(CacheMode) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the current CacheMode in effect while this query is being executed.
setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
Set the cache mode for this session.
setCacheRegion(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setCacheRegion(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the name of the cache region in which to store this query result set if caching is enabled.
setCacheRegion(String) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setCacheRegion(String) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setCacheRegion(String) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setCacheRegion(String) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setCacheRegion(String) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the name of the cache region in which to store this query result set if caching is enabled.
setCharacterStream(int, Reader, int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setCharacterStream(int, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setCharacterStream(int, Reader) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setClob(int, Clob) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setClob(int, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setClob(int, Reader) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setComment(String) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setComment(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the comment for this query.
setComment(String) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setComment(String) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setComment(String) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setComment(String) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setComment(String) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the comment for this query.
setCursorName(String) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setDate(int, Date) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setDate(int, Date, Calendar) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Change the default for entities and proxies loaded into this session from modifiable to read-only mode, or from modifiable to read-only mode.
setDefaultReadOnly(boolean) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.reactive.stage.Stage.Session
Change the default for entities and proxies loaded into this session from modifiable to read-only mode, or from modifiable to read-only mode.
setDouble(int, double) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setEscapeProcessing(boolean) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setExpectedType(Type) - Method in class org.hibernate.reactive.bulk.impl.SessionIdParameterSpecification
 
setFetchDirection(int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setFetchDirection(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
setFetchSize(int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setFetchSize(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
setFirstResult(int) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setFirstResult(int) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the position of the first result that may be returned by this query when executed, where the results are numbered from 0.
setFirstResult(int) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setFirstResult(int) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setFirstResult(int) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setFirstResult(int) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setFirstResult(int) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the position of the first result that may be returned by this query when executed, where the results are numbered from 0.
setFloat(int, float) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setFlushMode(FlushMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
setFlushMode(FlushMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the current FlushMode in effect while this query is being executed.
setFlushMode(FlushMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Set the flush mode for this session.
setFlushMode(FlushMode) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
setFlushMode(FlushMode) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the current FlushMode in effect while this query is being executed.
setFlushMode(FlushMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
Set the flush mode for this session.
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
setInt(int, int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setLockMode(LockMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setLockMode(LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the LockMode to use for the whole query.
setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the LockMode to use for specified alias (as defined in the query's from clause).
setLockMode(LockMode) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setLockMode(LockMode) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setLockMode(LockMode) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setLockMode(LockMode) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setLockMode(LockMode) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the LockMode to use for the whole query.
setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the LockMode to use for specified alias (as defined in the query's from clause).
setLockOptions(LockOptions) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setLockOptions(LockOptions) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setLockOptions(LockOptions) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setLockOptions(LockOptions) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setLockOptions(LockOptions) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setLong(int, long) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setMaxFieldSize(int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setMaxResults(int) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setMaxResults(int) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the maximum number of results that may be returned by this query when executed.
setMaxResults(int) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setMaxResults(int) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setMaxResults(int) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setMaxResults(int) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setMaxResults(int) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the maximum number of results that may be returned by this query when executed.
setMaxRows(int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setNCharacterStream(int, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setNCharacterStream(int, Reader) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setNClob(int, NClob) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setNClob(int, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setNClob(int, Reader) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setNString(int, String) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setNull(int, int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setNull(int, int, String) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setObject(int, Object, int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setObject(int, Object) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setObject(int, Object, int, int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setParameter(int, Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setParameter(<any>, T) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setParameter(int, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the value of a positional parameter.
setParameter(String, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the value of a named parameter.
setParameter(<any>, T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the value of a typed parameter.
setParameter(int, Object) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setParameter(<any>, P) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setParameter(int, Object) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setParameter(<any>, P) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setParameter(int, Object) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setParameter(String, Object) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setParameter(<any>, T) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setParameter(int, Object) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setParameter(<any>, T) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setParameter(int, Object) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the value of a positional parameter.
setParameter(String, Object) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the value of a named parameter.
setParameter(<any>, T) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the value of a typed parameter.
setParameterMetadata(InterpretedParameterMetadata) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setParameterMetadata(InterpretedParameterMetadata) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setParameterMetadata(InterpretedParameterMetadata) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setPlan(<any>) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setPlan(<any>) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setPlan(<any>) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setPoolable(boolean) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setQueryHint(String, Object) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setQueryHint(String, Object) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setQueryHint(String, Object) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setQueryTimeout(int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setReadOnly(boolean) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
 
setReadOnly(Object, boolean) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
setReadOnly(boolean) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
Set the read-only/modifiable mode for entities and proxies loaded by this Query.
setReadOnly(Object, boolean) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setReadOnly(boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setReadOnly(boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setReadOnly(boolean) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.reactive.session.ReactiveSession
 
setReadOnly(boolean) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
 
setReadOnly(Object, boolean) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
setReadOnly(boolean) - Method in interface org.hibernate.reactive.stage.Stage.Query
Set the read-only/modifiable mode for entities and proxies loaded by this Query.
setReadOnly(Object, boolean) - Method in interface org.hibernate.reactive.stage.Stage.Session
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setRef(int, Ref) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setResultSetMapping(String) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setResultSetMapping(String) - Method in interface org.hibernate.reactive.session.ReactiveNativeQuery
 
setResultTransformer(ResultTransformer) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
 
setResultTransformer(ResultTransformer) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
 
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.reactive.session.ReactiveNativeQuery
 
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.reactive.session.ReactiveQuery
 
setRowId(int, RowId) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setShort(int, short) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setSQLXML(int, SQLXML) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setString(int, String) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setTime(int, Time) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setTime(int, Time, Calendar) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setTimestamp(int, Timestamp) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
Settings - Interface in org.hibernate.reactive.provider
Configuration properties for the Hibernate Reactive persistence provider, for use with ReactiveServiceRegistryBuilder.
setTransientReferencesNullified() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityIdentityInsertAction
 
setTransientReferencesNullified() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
 
setTransientReferencesNullified() - Method in class org.hibernate.reactive.engine.impl.ReactiveEntityRegularInsertAction
 
setUnicodeStream(int, InputStream, int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
setURL(int, URL) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
singleTableEntityPersister() - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
 
size - Variable in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
size() - Method in interface org.hibernate.reactive.pool.ReactiveConnection.Result
 
sortActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
sortCollectionActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
SQL_CLIENT_POOL - Static variable in interface org.hibernate.reactive.provider.Settings
Specifies a SqlClientPoolConfiguration class.
SQL_CLIENT_POOL_CONFIG - Static variable in interface org.hibernate.reactive.provider.Settings
Specifies a SqlClientPoolConfiguration class.
SqlClientConnection - Class in org.hibernate.reactive.pool.impl
A reactive connection based on Vert.x's SqlConnection.
SqlClientConnection(SqlConnection, Pool, SqlStatementLogger, boolean) - Constructor for class org.hibernate.reactive.pool.impl.SqlClientConnection
 
SqlClientPool - Class in org.hibernate.reactive.pool.impl
A pool of reactive connections backed by a Vert.x Pool.
SqlClientPool() - Constructor for class org.hibernate.reactive.pool.impl.SqlClientPool
 
SqlClientPoolConfiguration - Interface in org.hibernate.reactive.pool.impl
A strategy for configuring the Vert.x io.vertx.sqlclient.Pool used by DefaultSqlClientPool.
SqlClientPoolConfigurationInitiator - Class in org.hibernate.reactive.pool.impl
A Hibernate service initiator that allows the user to define their own SqlClientPoolConfiguration strategy.
SqlClientPoolConfigurationInitiator() - Constructor for class org.hibernate.reactive.pool.impl.SqlClientPoolConfigurationInitiator
 
Stage - Interface in org.hibernate.reactive.stage
An API for Hibernate Reactive where non-blocking operations are represented by a Java CompletionStage.
Stage.Query<R> - Interface in org.hibernate.reactive.stage
A non-blocking counterpart to the Hibernate org.hibernate.query.Query interface, allowing reactive execution of HQL and JPQL queries.
Stage.Session - Interface in org.hibernate.reactive.stage
A non-blocking counterpart to the Hibernate org.hibernate.Session interface, allowing a reactive style of interaction with the database.
Stage.SessionFactory - Interface in org.hibernate.reactive.stage
Factory for reactive sessions.
Stage.StatelessSession - Interface in org.hibernate.reactive.stage
A non-blocking counterpart to the Hibernate org.hibernate.StatelessSession interface, which provides a command-oriented API for performing bulk operations against a database.
Stage.Transaction - Interface in org.hibernate.reactive.stage
Allows code within Stage.Session.withTransaction(Function) to mark a transaction for rollback.
StageQueryImpl<R> - Class in org.hibernate.reactive.stage.impl
Implementation of Stage.Query.
StageQueryImpl(ReactiveQuery<R>) - Constructor for class org.hibernate.reactive.stage.impl.StageQueryImpl
 
StageSessionFactoryImpl - Class in org.hibernate.reactive.stage.impl
Implementation of Stage.SessionFactory.
StageSessionFactoryImpl(SessionFactoryImpl) - Constructor for class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
StageSessionImpl - Class in org.hibernate.reactive.stage.impl
Implements the Stage.Session API.
StageSessionImpl(ReactiveSession) - Constructor for class org.hibernate.reactive.stage.impl.StageSessionImpl
 
StageStatelessSessionImpl - Class in org.hibernate.reactive.stage.impl
Implements the Stage.StatelessSession API.
StageStatelessSessionImpl(ReactiveStatelessSession) - Constructor for class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
start() - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
 
start() - Method in class org.hibernate.reactive.vertx.impl.DefaultVertxInstance
 
StatementsWithParameters - Interface in org.hibernate.reactive.bulk
A list of SQL statements to be executed as a single logical unit.
stop() - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
 
stop() - Method in class org.hibernate.reactive.vertx.impl.DefaultVertxInstance
 
substituteValuesIfNecessary(Object, Serializable, Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
Perform any property value substitution that is necessary (interceptor callback, version initialization...)
supportsAggressiveRelease() - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
 

T

TableReactiveIdentifierGenerator - Class in org.hibernate.reactive.id.impl
Support for JPA's javax.persistence.TableGenerator.
TableReactiveIdentifierGenerator() - Constructor for class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
throwEntityNotFound(SessionImplementor, String, Serializable) - Static method in class org.hibernate.reactive.session.impl.SessionUtil
 
toCompletionStage(Consumer<<any>>) - Static method in class org.hibernate.reactive.pool.impl.Handlers
 
toParameterArray(QueryParameters, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
toParameterArray(QueryParameters, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
 
toString() - Method in class org.hibernate.reactive.engine.impl.CascadingActions.BaseCascadingAction
 
toString() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
Returns a string representation of the object.
total(int, int, Function<Integer, CompletionStage<Integer>>) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
total(T[], Function<T, CompletionStage<Integer>>) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
transform(QueryParameters, QueryKey, List<Object>, ResultTransformer) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
 
trueFuture() - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 

U

UnexpectedAccessToTheDatabase - Exception in org.hibernate.reactive.event.impl
For situation where we don't excpect to access the database,
UnexpectedAccessToTheDatabase() - Constructor for exception org.hibernate.reactive.event.impl.UnexpectedAccessToTheDatabase
 
UnexpectedAccessToTheDatabase(String) - Constructor for exception org.hibernate.reactive.event.impl.UnexpectedAccessToTheDatabase
 
unionSubclassEntityPersister() - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
 
unproxy(T) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
unproxy(T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Asynchronously fetch an association that's configured for lazy loading, and unwrap the underlying entity implementation from any proxy.
unproxy(T) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
unproxy(T) - Method in interface org.hibernate.reactive.stage.Stage.Session
Asynchronously fetch an association that's configured for lazy loading, and unwrap the underlying entity implementation from any proxy.
unScheduleDeletion(EntityEntry, Object) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
 
unwrap(Class<T>) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
 
unwrap(Class<T>) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
unwrap(Class<T>) - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilder
 
unwrap(Class<T>) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionFactoryImpl
 
unwrap(Class<T>) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
 
update(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinyStatelessSessionImpl
 
update(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
Update a row.
update(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
update(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
update(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
update(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
update(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
update(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
update(String, Object[], boolean, ReactiveConnection.Expectation) - Method in class org.hibernate.reactive.pool.BatchingConnection
 
update(String) - Method in class org.hibernate.reactive.pool.BatchingConnection
 
update(String, Object[]) - Method in class org.hibernate.reactive.pool.BatchingConnection
 
update(String, List<Object[]>) - Method in class org.hibernate.reactive.pool.BatchingConnection
 
update(String) - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
update(String, Object[]) - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
update(String, Object[], boolean, ReactiveConnection.Expectation) - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
update(String, List<Object[]>) - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
update(String, Object[]) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
update(String, List<Object[]>) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
update(String, Object[], boolean, ReactiveConnection.Expectation) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
update(String) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
update(String, Tuple) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
update(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
update(String, Object[]) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
update(String, Object[], boolean, ReactiveConnection.Expectation) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
update(String, List<Object[]>) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
update(Object) - Method in class org.hibernate.reactive.stage.impl.StageStatelessSessionImpl
 
update(Object) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
Update a row.
updateArray(int, Array) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateArray(String, Array) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateAsciiStream(int, InputStream, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateAsciiStream(String, InputStream, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateAsciiStream(int, InputStream, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateAsciiStream(String, InputStream, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateAsciiStream(int, InputStream) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateAsciiStream(String, InputStream) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBatch(String, List<Tuple>) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
updateBigDecimal(int, BigDecimal) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBigDecimal(String, BigDecimal) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBinaryStream(int, InputStream, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBinaryStream(String, InputStream, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBinaryStream(int, InputStream, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBinaryStream(String, InputStream, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBinaryStream(int, InputStream) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBinaryStream(String, InputStream) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBlob(int, Blob) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBlob(String, Blob) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBlob(int, InputStream, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBlob(String, InputStream, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBlob(int, InputStream) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBlob(String, InputStream) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBoolean(int, boolean) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBoolean(String, boolean) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateByte(int, byte) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateByte(String, byte) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBytes(int, byte[]) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateBytes(String, byte[]) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateCharacterStream(int, Reader, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateCharacterStream(String, Reader, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateCharacterStream(int, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateCharacterStream(String, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateCharacterStream(int, Reader) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateCharacterStream(String, Reader) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateClob(int, Clob) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateClob(String, Clob) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateClob(int, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateClob(String, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateClob(int, Reader) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateClob(String, Reader) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateDate(int, Date) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateDate(String, Date) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateDouble(int, double) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateDouble(String, double) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
UpdateExpectation(Serializable, int, Expectation, ReactiveAbstractEntityPersister) - Constructor for class org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister.UpdateExpectation
 
updateFloat(int, float) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateFloat(String, float) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateInt(int, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateInt(String, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateLong(int, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateLong(String, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNCharacterStream(int, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNCharacterStream(String, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNCharacterStream(int, Reader) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNCharacterStream(String, Reader) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNClob(int, NClob) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNClob(String, NClob) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNClob(int, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNClob(String, Reader, long) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNClob(int, Reader) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNClob(String, Reader) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNString(int, String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNString(String, String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNull(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateNull(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateObject(int, Object, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateObject(int, Object) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateObject(String, Object, int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateObject(String, Object) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateOrInsert(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
 
updateOrInsert(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
 
updateOrInsert(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
 
updateOrInsertReactive(Serializable, Object[], Object[], Object, boolean[], int, Object, String, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
updateParameters(long, long) - Method in class org.hibernate.reactive.id.impl.EmulatedSequenceReactiveIdentifierGenerator
 
updateParameters(long, long) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
updateReactive(Serializable, Object[], Object[], Object, boolean[], int, Object, String, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
updateReactive(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister
 
updateReactive(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.impl.ReactiveEntityPersister
Update the given instance state without blocking.
updateRef(int, Ref) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateRef(String, Ref) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateReturning(String, Object[]) - Method in class org.hibernate.reactive.pool.BatchingConnection
 
updateReturning(String, Object[]) - Method in class org.hibernate.reactive.pool.impl.ProxyConnection
 
updateReturning(String, Object[]) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
updateReturning(String, Tuple) - Method in class org.hibernate.reactive.pool.impl.SqlClientConnection
 
updateReturning(String, Object[]) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
 
updateRow() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateRowId(int, RowId) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateRowId(String, RowId) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateShort(int, short) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateShort(String, short) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateSQLXML(int, SQLXML) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateSQLXML(String, SQLXML) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateString(int, String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateString(String, String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateTime(int, Time) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateTime(String, Time) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateTimestamp(int, Timestamp) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
updateTimestamp(String, Timestamp) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
upgradeLock(Object, EntityEntry, LockOptions, EventSource) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveLockEventListener
Performs a pessimistic lock upgrade on a given entity, if needed.
usePostgresStyleParameters() - Method in class org.hibernate.reactive.pool.impl.DefaultSqlClientPool
 
usePostgresStyleParameters() - Method in class org.hibernate.reactive.pool.impl.ExternalSqlClientPool
 
usePostgresStyleParameters() - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
 

V

validate() - Method in interface org.hibernate.reactive.session.Criteria
 
validate(Type[]) - Method in interface org.hibernate.reactive.session.CriteriaQueryOptions
 
valueColumnName - Variable in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
 
valueOf(String) - Static method in enum org.hibernate.reactive.session.impl.QueryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.reactive.session.impl.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyOutcome(int, int, String) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister.DeleteExpectation
 
verifyOutcome(int, int, String) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister.InsertExpectation
 
verifyOutcome(int, int, String) - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveAbstractEntityPersister.UpdateExpectation
 
verifyOutcome(int, int, String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection.Expectation
 
VertxInstance - Interface in org.hibernate.reactive.vertx
Used by DefaultSqlClientPool to obtain an instance of Vertx.
VertxInstanceInitiator - Class in org.hibernate.reactive.vertx.impl
Factory for the default implementation of VertxInstance.
VertxInstanceInitiator() - Constructor for class org.hibernate.reactive.vertx.impl.VertxInstanceInitiator
 
visitCollectionsBeforeSave(Object, Serializable, Object[], Type[], EventSource) - Method in class org.hibernate.reactive.event.impl.AbstractReactiveSaveEventListener
 
voidFuture() - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 

W

wasJpaBootstrap(boolean) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
 
wasNull() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
 
withBatchSize(int) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader.Builder
 
withEntityLoaderTemplate(ReactivePlanEntityLoader) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader.Builder
 
withInfluencers(LoadQueryInfluencers) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader.Builder
 
withLockMode(LockMode) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader.Builder
 
withLockOptions(LockOptions) - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader.Builder
 
withSession(Function<Mutiny.Session, <any>>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
withSession(String, Function<Mutiny.Session, <any>>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
withSession(Function<Mutiny.Session, <any>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
Perform work using a reactive session.
withSession(String, Function<Mutiny.Session, <any>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
Perform work using a reactive session for a specified tenant.
withSession(Function<Stage.Session, CompletionStage<T>>) - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
withSession(String, Function<Stage.Session, CompletionStage<T>>) - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
withSession(Function<Stage.Session, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
Perform work using a reactive session.
withSession(String, Function<Stage.Session, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
Perform work using a reactive session for a specified tenant.
withTransaction(BiFunction<Mutiny.Session, Mutiny.Transaction, <any>>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
withTransaction(String, BiFunction<Mutiny.Session, Mutiny.Transaction, <any>>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
 
withTransaction(Function<Mutiny.Transaction, <any>>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
 
withTransaction(Function<Mutiny.Transaction, <any>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
Performs the given work within the scope of a database transaction, automatically flushing the session.
withTransaction(BiFunction<Mutiny.Session, Mutiny.Transaction, <any>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
Perform work using a reactive session within an associated transaction.
withTransaction(String, BiFunction<Mutiny.Session, Mutiny.Transaction, <any>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
Perform work using a reactive session for a specified tenant within an associated transaction.
withTransaction(BiFunction<Stage.Session, Stage.Transaction, CompletionStage<T>>) - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
withTransaction(String, BiFunction<Stage.Session, Stage.Transaction, CompletionStage<T>>) - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
 
withTransaction(Function<Stage.Transaction, CompletionStage<T>>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
 
withTransaction(Function<Stage.Transaction, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.Session
Performs the given work within the scope of a database transaction, automatically flushing the session.
withTransaction(BiFunction<Stage.Session, Stage.Transaction, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
Perform work using a reactive session within an associated transaction.
withTransaction(String, BiFunction<Stage.Session, Stage.Transaction, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
Perform work using a reactive session for a specified tenant within an associated transaction.

Z

zeroFuture() - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
zipArray(Function<? super Object[], ? extends R>, CompletionStage<? extends T>...) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
 
A B C D E F G H I J L M N O P Q R S T U V W Z 
Skip navigation links