- 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, Attribute<E, T>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
- 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, Attribute<E, T>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
- 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(EntityGraph<T>, 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 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(EntityGraph<T>, 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.
- flush() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Force this session to flush asynchronously.
- flush() - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Force this session to flush asynchronously.
- forJpa(BootstrapServiceRegistry) - Static method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
-
- generate(ReactiveConnectionSupplier, Object) - Method in interface org.hibernate.reactive.id.ReactiveIdentifierGenerator
-
- generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
-
- generateSchema(String, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
-
- 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 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.
- 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
-
- 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 interface org.hibernate.reactive.session.ReactiveSession
-
- getBatchSize() - Method in interface org.hibernate.reactive.stage.Stage.Session
-
The session-level JDBC batch size, or null
if it has not been
overridden.
- getBootstrapServiceRegistry() - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
-
- getCache() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Obtain the
Cache
object for managing the second-level
cache.
- getCache() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Obtain the
Cache
object for managing the second-level
cache.
- 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 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 interface org.hibernate.reactive.mutiny.Mutiny.Query
-
- getCacheRegion() - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- getCacheRegion() - Method in interface org.hibernate.reactive.stage.Stage.Query
-
- getCollectionPersisterClass(Collection) - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
-
- getCollectionPersisters() - Method in interface org.hibernate.reactive.loader.ReactiveLoaderBasedLoader
-
- getConfigLoader() - Method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
-
- 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
-
- getCriteriaBuilder() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
- getCriteriaBuilder() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
- getCurrentLockMode(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- getDialect() - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
-
- 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 interface org.hibernate.reactive.stage.Stage.Session
-
Retrieve a currently enabled filter by name.
- getEntityClass(T) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- getEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
- getEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- getEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
- getEntityId(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- 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(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- getEntityPersisters() - Method in interface org.hibernate.reactive.loader.ReactiveLoaderBasedLoader
-
- getFactory() - Method in interface org.hibernate.reactive.loader.ReactiveLoaderBasedLoader
-
- getFactory() - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
-
- getFirstResult() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
-
- getFirstResult() - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- getFirstResult() - Method in interface org.hibernate.reactive.stage.Stage.Query
-
- 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 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.
- getHibernateFlushMode() - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- getHibernateFlushMode() - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- getIdentifier(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- getLockMode(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Determine the current lock mode of the given entity.
- getLockMode(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Determine the current lock mode of the given entity.
- getMaxResults() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
-
- getMaxResults() - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- getMaxResults() - Method in interface org.hibernate.reactive.stage.Stage.Query
-
- getMetamodel() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Obtain the JPA
Metamodel
for the persistence unit.
- getMetamodel() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Obtain the JPA
Metamodel
for the persistence unit.
- getName() - Method in interface org.hibernate.reactive.common.ResultSetMapping
-
- getParameterMetadata() - Method in interface org.hibernate.reactive.session.CriteriaQueryOptions
-
- getParameterSpecifications() - Method in interface org.hibernate.reactive.bulk.StatementsWithParameters
-
The parameters of the corresponding SQL statements.
- getPersistenceContext() - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- getProviderUtil() - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
-
- 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.
- getReactiveActionQueue() - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- getReactiveConnection() - Method in interface org.hibernate.reactive.session.ReactiveConnectionSupplier
-
- getReactiveResultFromQueryCache(SharedSessionContractImplementor, QueryParameters, Set<Serializable>, Type[], QueryResultsCache, QueryKey) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
-
- getReactiveResultList() - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- getReactiveResultSetProcessor() - Method in interface org.hibernate.reactive.loader.ReactiveLoader
-
- getReactiveSingleResult() - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- 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 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.
- getResultList(List<?>, ResultTransformer) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
-
- 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 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
-
- getResults() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
-
Asynchronously execute this query, returning the query results
as a Multi
.
- getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
- getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
- getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
-
- getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
- getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
- 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
-
- 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.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
-
- getSharedContract() - Method in interface org.hibernate.reactive.session.ReactiveQueryExecutor
-
- getSharedContract() - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- 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 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.
- getSqlStatements() - Method in interface org.hibernate.reactive.bulk.StatementsWithParameters
-
The SQL statements to be executed.
- getThis() - Method in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilder
-
- getValueHandlers() - Method in interface org.hibernate.reactive.session.CriteriaQueryOptions
-
Get the conversions for the individual tuples in the query results.
- getVertx() - Method in interface org.hibernate.reactive.vertx.VertxInstance
-
Obtain the instance of Vertx
.
- guessDialect(String) - Method in class org.hibernate.reactive.provider.service.NoJdbcEnvironmentInitiator
-
- 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 interface org.hibernate.reactive.session.ReactiveSession
-
- ReactiveAutoFlushEventListener - Interface in org.hibernate.reactive.event
-
- ReactiveBeforeTransactionCompletionProcess - Interface in org.hibernate.reactive.engine
-
Contract representing some process that needs to occur during before transaction completion.
- ReactiveCollectionInitializer - Interface in org.hibernate.reactive.loader.collection
-
A reactific
CollectionInitializer
, the contract implemented
by all reactive collection loaders, including batch loaders.
- 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
-
- ReactiveConnectionSupplier - Interface in org.hibernate.reactive.session
-
- 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.
- ReactiveExecutable - Interface in org.hibernate.reactive.engine
-
- 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
-
- reactiveExtractResults(ResultSet, SharedSessionContractImplementor, QueryParameters, NamedParameterContext, boolean, boolean, ResultTransformer, List<AfterLoadAction>) - Method in interface org.hibernate.reactive.loader.ReactiveResultSetProcessor
-
- reactiveFetch(T, boolean) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- reactiveFetch(E, Attribute<E, T>) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- reactiveFind(Class<T>, Object, LockOptions, EntityGraph<T>) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- reactiveFind(Class<T>, Object...) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- 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
-
- 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
-
- ReactiveIdentifierGenerator<Id> - Interface in org.hibernate.reactive.id
-
A replacement for
IdentifierGenerator
,
which supports a non-blocking method for obtaining the generated
identifier.
- reactiveImmediateLoad(String, Serializable) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- reactiveInitialize(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.collection.ReactiveCollectionInitializer
-
- reactiveInitializeCollection(PersistentCollection, boolean) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- reactiveInsert(Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
-
- 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
-
- ReactiveLoader - Interface in org.hibernate.reactive.loader
-
Defines common reactive operations inherited by all kinds of loaders.
- ReactiveLoaderBasedLoader - Interface in org.hibernate.reactive.loader
-
- ReactiveLoaderBasedResultSetProcessor - Class in org.hibernate.reactive.loader
-
- 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 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.
- 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 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.
- ReactiveNativeQuery<R> - Interface in org.hibernate.reactive.session
-
- reactiveOnAutoFlush(AutoFlushEvent) - Method in interface org.hibernate.reactive.event.ReactiveAutoFlushEventListener
-
- 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
-
- reactiveOnFlush(FlushEvent) - Method in interface org.hibernate.reactive.event.ReactiveFlushEventListener
-
Handle the given flush event.
- reactiveOnLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.reactive.event.ReactiveLoadEventListener
-
Handle the given load event.
- reactiveOnLock(LockEvent) - Method in interface org.hibernate.reactive.event.ReactiveLockEventListener
-
Handle the given lock 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 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 interface org.hibernate.reactive.event.ReactiveRefreshEventListener
-
Handle the given refresh event.
- reactiveOnRefresh(RefreshEvent, IdentitySet) - Method in interface org.hibernate.reactive.event.ReactiveRefreshEventListener
-
- reactivePersist(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- reactivePersist(Object, IdentitySet) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- ReactivePersistenceProvider - Class in org.hibernate.reactive.provider
-
- 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 interface org.hibernate.reactive.session.ReactiveSession
-
- reactiveProcessResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, List<AfterLoadAction>) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
-
- ReactiveQuery<R> - Interface in org.hibernate.reactive.session
-
- ReactiveQueryExecutor - Interface in org.hibernate.reactive.session
-
Executes queries in a non-blocking fashion.
- 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
-
- 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 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..
- 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
-
- ReactiveSessionFactoryBuilder(MetadataImplementor, SessionFactoryBuilderImplementor) - Constructor for class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilder
-
- ReactiveSessionFactoryBuilderInitiator - Class in org.hibernate.reactive.provider.service
-
- ReactiveStatelessSession - Interface in org.hibernate.reactive.session
-
A contract with the Hibernate stateless session backing the user-visible
reactive session
.
- 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 interface org.hibernate.reactive.session.ReactiveStatelessSession
-
- 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 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 interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Refresh multiple entity instances at once.
- registerProcess(AfterTransactionCompletionProcess) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
- registerProcess(BeforeTransactionCompletionProcess) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
- registerProcess(ReactiveAfterTransactionCompletionProcess) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
- registerProcess(ReactiveBeforeTransactionCompletionProcess) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
- release() - Method in class org.hibernate.reactive.provider.service.ReactiveGenerationTarget
-
- remove(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Asynchronously remove a persistent instance from the datastore.
- 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 interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Remove multiple entity instances at once.
- resolveResultTransformer(ResultTransformer) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
-
- 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
SqlResultSetMapping
.
- rollbackTransaction() - Method in class org.hibernate.reactive.pool.BatchingConnection
-
- rollbackTransaction() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
-
- 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 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 interface org.hibernate.reactive.pool.ReactiveConnection
-
- selectLong(String, Object[]) - Method in class org.hibernate.reactive.pool.BatchingConnection
-
- selectLong(String, Object[]) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
-
- 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 interface org.hibernate.reactive.session.ReactiveSession
-
- 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
.
- 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 interface org.hibernate.reactive.session.ReactiveQuery
-
- 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 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
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- 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
-
- 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 interface org.hibernate.reactive.session.ReactiveQuery
-
- 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
.
- setComment(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
-
Set the comment for this query.
- setComment(String) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- setComment(String) - Method in interface org.hibernate.reactive.stage.Stage.Query
-
Set the comment for this query.
- 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 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.
- 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 interface org.hibernate.reactive.session.ReactiveQuery
-
- 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.
- 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
-
- 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
-
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- 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 interface org.hibernate.reactive.session.ReactiveQuery
-
- setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- 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 interface org.hibernate.reactive.session.ReactiveQuery
-
- 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 interface org.hibernate.reactive.session.ReactiveQuery
-
- 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.
- 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(Parameter<T>, T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
-
Set the value of a typed parameter.
- setParameter(int, Object) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- setParameter(String, Object) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- 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(Parameter<T>, T) - Method in interface org.hibernate.reactive.stage.Stage.Query
-
Set the value of a typed parameter.
- setParameterMetadata(InterpretedParameterMetadata) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- setPlan(EntityGraph<R>) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- setQueryHint(String, Object) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- 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 interface org.hibernate.reactive.session.ReactiveQuery
-
- setReadOnly(Object, boolean) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- 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.
- setResultSetMapping(String) - Method in interface org.hibernate.reactive.session.ReactiveNativeQuery
-
- setResultTransformer(ResultTransformer) - Method in interface org.hibernate.reactive.session.ReactiveNativeQuery
-
- setResultTransformer(ResultTransformer) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- Settings - Interface in org.hibernate.reactive.provider
-
- singleTableEntityPersister() - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
-
- 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
-
- SQL_CLIENT_POOL_CONFIG - Static variable in interface org.hibernate.reactive.provider.Settings
-
- 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
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
Session
interface, allowing a reactive style of interaction with the database.
- Stage.SessionFactory - Interface in org.hibernate.reactive.stage
-
- Stage.StatelessSession - Interface in org.hibernate.reactive.stage
-
A non-blocking counterpart to the Hibernate
StatelessSession
interface, which provides a
command-oriented API for performing bulk operations against a database.
- Stage.Transaction - Interface in org.hibernate.reactive.stage
-
- StatementsWithParameters - Interface in org.hibernate.reactive.bulk
-
A list of SQL statements to be executed as a single logical unit.
- supportsAggressiveRelease() - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
-