- 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, 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, 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
-
- CascadingActions.BaseCascadingAction<C> - Class in org.hibernate.reactive.engine.impl
-
- checkEntityFound(SessionImplementor, String, Serializable, T) - Static method in class org.hibernate.reactive.session.impl.SessionUtil
-
- checkEntityFound(SessionImplementor, String, Serializable) - 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.spi.ReactiveActionQueue
-
Throws 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
-
- clear() - Method in class org.hibernate.reactive.engine.impl.ReactivePersistenceContextAdapter
-
- clear() - Method in class org.hibernate.reactive.engine.spi.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.spi.ReactiveActionQueue
-
- clearParameters() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
-
- clearSettings() - Method in class org.hibernate.reactive.boot.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 class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
-
- close() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
-
- 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 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 interface org.hibernate.reactive.session.ReactiveSession
-
- close() - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
-
- close() - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
-
- 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.
- closeConnection(Connection) - Method in class org.hibernate.reactive.boot.service.NoJdbcConnectionProvider
-
- closeOnCompletion() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
-
- 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() - Method in class org.hibernate.reactive.boot.ReactiveServiceRegistryBuilder
-
Read setting information from an XML file using the standard resource location.
- configure(String) - Method in class org.hibernate.reactive.boot.ReactiveServiceRegistryBuilder
-
Read setting information from an XML file using the named resource location.
- configure(File) - Method in class org.hibernate.reactive.boot.ReactiveServiceRegistryBuilder
-
- configure(URL) - Method in class org.hibernate.reactive.boot.ReactiveServiceRegistryBuilder
-
- configure(LoadedConfig) - Method in class org.hibernate.reactive.boot.ReactiveServiceRegistryBuilder
-
- 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.SqlClientPool
-
- configurePool(Map, Vertx) - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
-
- 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.boot.impl.ReactiveTypeContributor
-
- convertQueryException(T, Throwable, AbstractProducedQuery<?>) - Static method in interface org.hibernate.reactive.session.ReactiveQuery
-
- convertSqlException(Throwable, SharedSessionContractImplementor, Supplier<String>, String) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
-
- convertSqlException(Throwable, SessionFactoryImplementor, Supplier<String>, String) - Static method in class org.hibernate.reactive.util.impl.CompletionStages
-
- 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
-
- createDelete() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
-
- createDelete() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
-
- createDelete() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
-
- createDialectParameterGenerator(Dialect) - Static method in class org.hibernate.reactive.sql.impl.Parameters
-
- 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.boot.service.ReactiveQueryTranslatorFactory
-
- createIdentifierGenerator(String, Type, Properties) - Method in class org.hibernate.reactive.id.impl.ReactiveIdentifierGeneratorFactory
-
- createInsert() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
-
- createInsert() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
-
- createInsert() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
-
- 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
-
- createNamedQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
- 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
-
- createNamedQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
- createNativeQuery(String, Class<R>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
-
- createNativeQuery(String, String) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
-
- 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.
- createNativeQuery(String, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.Query
for the given SQL query string.
- createNativeQuery(String, Class<R>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
-
- createNativeQuery(String, String) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
-
- 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.
- createNativeQuery(String, String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.Query
for the given SQL query string.
- createPersistenceContext() - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
-
- createPool(Map) - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
-
- 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(CriteriaQuery<R>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
-
- createQuery(CriteriaUpdate<R>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
-
- createQuery(CriteriaDelete<R>) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
-
- createQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.Query
for the given HQL/JPQL query
string.
- 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(CriteriaQuery<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.Query
for the given criteria query.
- createQuery(CriteriaUpdate<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.Query
for the given criteria update.
- createQuery(CriteriaDelete<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.Query
for the given criteria delete.
- 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(CriteriaQuery<R>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
-
- createQuery(CriteriaUpdate<R>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
-
- createQuery(CriteriaDelete<R>) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
-
- createQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.Query
for the given HQL/JPQL query
string.
- 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(CriteriaQuery<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.Query
for the given criteria query.
- createQuery(CriteriaUpdate<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.Query
for the given criteria update.
- createQuery(CriteriaDelete<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.Query
for the given criteria delete.
- createQueryLoader(HqlSqlWalker, SessionFactoryImplementor) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryTranslatorImpl
-
- createQueryTranslator(String, String, Map, SessionFactoryImplementor, EntityGraphQueryHint) - Method in class org.hibernate.reactive.boot.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 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
-
- 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(Criteria<R>) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
-
- 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
-
- 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
-
- createSession() - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
-
- createSession() - 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.
- createSession() - Method in class org.hibernate.reactive.stage.impl.StageSessionFactoryImpl
-
- createSession() - 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.
- createSubselectInitializer(SubselectFetch, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.impl.ReactiveOneToManyPersister
-
- createTupleQuery() - Method in class org.hibernate.reactive.session.impl.ReactiveCriteriaBuilderImpl
-
- createUpdate() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveJoinedSubclassEntityPersister
-
- createUpdate() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
-
- createUpdate() - Method in class org.hibernate.reactive.persister.entity.impl.ReactiveUnionSubclassEntityPersister
-
- Criteria<R> - Interface in org.hibernate.reactive.session
-
- 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
-
- DEFAULT_POOL_SIZE - Static variable in class org.hibernate.reactive.pool.impl.SqlClientPool
-
- 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 DefaultDeleteEventListener
.
- DefaultReactiveDeleteEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
-
- DefaultReactiveFlushEntityEventListener - Class in org.hibernate.reactive.event.impl
-
A reactific DefaultFlushEntityEventListener
.
- DefaultReactiveFlushEntityEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveFlushEntityEventListener
-
- DefaultReactiveFlushEventListener - Class in org.hibernate.reactive.event.impl
-
A reactific 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 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 DefaultMergeEventListener
.
- DefaultReactiveMergeEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveMergeEventListener
-
- DefaultReactivePersistEventListener - Class in org.hibernate.reactive.event.impl
-
A reactific DefaultPersistEventListener
.
- DefaultReactivePersistEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactivePersistEventListener
-
- DefaultReactivePersistOnFlushEventListener - Class in org.hibernate.reactive.event.impl
-
A reactific DefaultPersistOnFlushEventListener
.
- DefaultReactivePersistOnFlushEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactivePersistOnFlushEventListener
-
- DefaultReactiveRefreshEventListener - Class in org.hibernate.reactive.event.impl
-
A reactific DefaultRefreshEventListener
.
- DefaultReactiveRefreshEventListener() - Constructor for class org.hibernate.reactive.event.impl.DefaultReactiveRefreshEventListener
-
- 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
.
- DelegatorPersistenceUnitInfo - Class in org.hibernate.reactive.jpa.impl
-
Delegate most PersistenceUnitInfo method except for:
- getPersistenceProviderClassName which is set to Hibernate EntityManager's persistence provider
- DelegatorPersistenceUnitInfo(PersistenceUnitInfo) - Constructor for class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- DELETE - Static variable in class org.hibernate.reactive.engine.impl.CascadingActions
-
- 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 - Class in org.hibernate.reactive.sql.impl
-
A Delete
that generates
SQL with the database-native bind variable syntax.
- Delete(SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.sql.impl.Delete
-
- Delete(Dialect) - Constructor for class org.hibernate.reactive.sql.impl.Delete
-
- Delete(Supplier<String>) - Constructor for class org.hibernate.reactive.sql.impl.Delete
-
- deleteEntity(EventSource, Object, EntityEntry, boolean, boolean, EntityPersister, IdentitySet) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveDeleteEventListener
-
Perform the entity deletion.
- 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, Object, 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.
- deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.reactive.engine.spi.ReactiveActionQueue
-
Used by the owning session to explicitly control deserialization of the action queue.
- destroy(ServiceRegistry) - Static method in class org.hibernate.reactive.boot.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
-
- determineInitialValueForSequenceEmulation(Properties) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
-
- determineInitialValueForTable(Properties) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
-
- determineSegmentColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
-
- determineSegmentValue(Properties) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
-
- 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.boot.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.
- 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.
- 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 the current 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 the current 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
-
- disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.reactive.boot.impl.ReactiveIntegrator
-
- doBatchLoad(Serializable, ReactiveEntityLoader, SharedSessionContractImplementor, Serializable[], Object, LockOptions, Boolean) - Method in class org.hibernate.reactive.loader.entity.impl.ReactiveBatchingEntityLoader
-
- 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, SessionImplementor, QueryParameters, ResultTransformer) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
-
- doReactiveQuery(String, SessionImplementor, QueryParameters, boolean, ResultTransformer) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
-
- 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, SessionImplementor, QueryParameters) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
-
- doReactiveQueryAndInitializeNonLazyCollections(String, SessionImplementor, QueryParameters, boolean, ResultTransformer) - Method in interface org.hibernate.reactive.loader.ReactiveLoader
-
- 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(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(T) - 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.
- 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, Map<String, 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(EntityGraph<T>, 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(EntityGraph<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, 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, Map<String, 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(EntityGraph<T>, 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(EntityGraph<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, 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
-
- 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.boot.ReactiveServiceRegistryBuilder
-
- generate(ReactiveSession, Object) - Method in class org.hibernate.reactive.id.impl.ReactiveGeneratorWrapper
-
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.reactive.id.impl.ReactiveGeneratorWrapper
-
- generate(ReactiveSession, Object) - Method in class org.hibernate.reactive.id.impl.SequenceReactiveIdentifierGenerator
-
- generate(ReactiveSession, Object) - Method in class org.hibernate.reactive.id.impl.TableReactiveIdentifierGenerator
-
- generate(ReactiveSession, 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
-
- generateParameterName() - Method in class org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext
-
- generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
-
- generateSchema(String, 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
-
- getAggregatedCfgXml() - Method in class org.hibernate.reactive.boot.ReactiveServiceRegistryBuilder
-
Intended for internal testing use only!!
- 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
-
- 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.boot.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
-
- 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.
- 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.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
-
- getClassLoader() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- 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
-
- getCollectionPersisterClass(Collection) - Method in class org.hibernate.reactive.jpa.impl.ReactivePersisterClassResolver
-
- 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.boot.ReactiveServiceRegistryBuilder
-
- getConnection() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
-
- getConnection() - Method in class org.hibernate.reactive.boot.service.NoJdbcConnectionProvider
-
- getConnection() - 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
.
- 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
-
- getDouble(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
-
- getDouble(String) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
-
- 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.
- 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
- 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
-
- getFactory() - Method in class org.hibernate.reactive.loader.entity.impl.ReactivePlanEntityLoader
-
- 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
-
- 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.MutinySessionImpl
-
- 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.StageSessionImpl
-
- 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 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
-
- getJarFileUrls() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- getJtaDataSource() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- 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
-
- getManagedClassNames() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- getMappingFileNames() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- getMaxFieldSize() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
-
- getMaxRows() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
-
- 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
-
- 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
-
- getNewTempClassLoader() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- getNonJtaDataSource() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- 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
-
- getPersistenceProviderClassName() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- getPersistenceUnitName() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- getPersistenceUnitRootUrl() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- getPersistenceXMLSchemaVersion() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- getPersister() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
-
- getPersister(LoadEvent) - Method in class org.hibernate.reactive.event.impl.DefaultReactiveLoadEventListener
-
- getProperties() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- getProviderUtil() - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
-
- getProxyConnection() - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
-
- getProxyConnection() - Method in interface org.hibernate.reactive.pool.ReactiveConnectionPool
-
Obtain a lazily-initializing reactive connection.
- getQueryPlan(String, boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
-
- 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 interface org.hibernate.reactive.session.ReactiveSession
-
- 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
-
- 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(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(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(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.
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.loader.collection.impl.ReactiveOneToManyLoader
-
- getResultFromQueryCache(SessionImplementor, QueryParameters, Set<Serializable>, Type[], QueryResultsCache, QueryKey) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
-
- getResultFromQueryCache(SessionImplementor, QueryParameters, Set<Serializable>, Type[], QueryResultsCache, QueryKey) - Method in class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
-
- getResultFromQueryCache(SessionImplementor, QueryParameters, Set<Serializable>, Type[], QueryResultsCache, QueryKey) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
-
- 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, return the query results
as a List
.
- getResultList() - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
-
- getResultList() - Method in interface org.hibernate.reactive.stage.Stage.Query
-
Asynchronously execute this query, return the query results
as a List
.
- 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
-
- 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
-
- getResultSetType() - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
-
- 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
-
- getSelection() - Method in interface org.hibernate.reactive.session.CriteriaQueryOptions
-
- getServiceInitiated() - Method in class org.hibernate.reactive.boot.impl.marker.ReactiveMarkerServiceInitiator
-
- getServiceInitiated() - Method in class org.hibernate.reactive.boot.impl.ReactiveSessionFactoryBuilderInitiator
-
- getServiceInitiated() - Method in class org.hibernate.reactive.boot.service.NoJdbcConnectionProviderInitiator
-
- getServiceInitiated() - Method in class org.hibernate.reactive.boot.service.NoJdbcEnvironmentInitiator
-
- getServiceInitiated() - Method in class org.hibernate.reactive.boot.service.NoJtaPlatformInitiator
-
- getServiceInitiated() - Method in class org.hibernate.reactive.boot.service.ReactiveQueryTranslatorFactoryInitiator
-
- getServiceInitiated() - Method in class org.hibernate.reactive.id.impl.ReactiveIdentifierGeneratorFactoryInitiator
-
- getServiceInitiated() - Method in class org.hibernate.reactive.jpa.impl.ReactivePersisterClassResolverInitiator
-
- getServiceInitiated() - Method in class org.hibernate.reactive.pool.impl.SqlClientPoolInitiator
-
- getServiceInitiated() - Method in class org.hibernate.reactive.vertx.impl.VertxInstanceInitiator
-
- getSession() - Method in interface org.hibernate.reactive.engine.impl.ReactiveEntityInsertAction
-
- getSessionFactoryBuilder(MetadataImplementor, SessionFactoryBuilderImplementor) - Method in class org.hibernate.reactive.boot.impl.ReactiveSessionFactoryBuilderFactory
-
- getSharedCacheMode() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- 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 result.
- 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 result.
- 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.jpa.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
-
- getThis() - Method in class org.hibernate.reactive.boot.impl.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
-
- getTransactionCompletionProcesses() - Method in class org.hibernate.reactive.engine.spi.ReactiveActionQueue
-
- getTransactionType() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- 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
-
- getValidationMode() - Method in class org.hibernate.reactive.jpa.impl.DelegatorPersistenceUnitInfo
-
- getValueHandlers() - Method in interface org.hibernate.reactive.session.CriteriaQueryOptions
-
Get the conversions for the individual tuples in the query results.
- 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
-
- ReactiveAbstractEntityLoader - Class in org.hibernate.reactive.loader.entity.impl
-
A reactific 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
.
- ReactiveActionQueue - Class in org.hibernate.reactive.engine.spi
-
A reactive counterpart to ActionQueue
, where DML
operations are queued before execution during a flush.
- ReactiveActionQueue(SessionImplementor) - Constructor for class org.hibernate.reactive.engine.spi.ReactiveActionQueue
-
Constructs an action queue bound to the given session.
- ReactiveActionQueue.TransactionCompletionProcesses - Class in org.hibernate.reactive.engine.spi
-
Wrapper class allowing to bind the same transaction completion process queues in different sessions.
- 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.spi
-
- reactiveAutoFlushIfRequired(Set<?>) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
-
- ReactiveBatchingCollectionInitializerBuilder - Class in org.hibernate.reactive.loader.collection.impl
-
- 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
-
- ReactiveCascadeEntityJoinWalker - Class in org.hibernate.reactive.loader.entity.impl
-
A CascadeEntityJoinWalker
that
generates SQL with the database-native bind variable syntax.
- ReactiveCascadeEntityJoinWalker(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveCascadeEntityJoinWalker
-
- ReactiveCascadeEntityLoader - Class in org.hibernate.reactive.loader.entity.impl
-
A reactive
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 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.Result - Interface in org.hibernate.reactive.pool
-
- ReactiveConnectionPool - Interface in org.hibernate.reactive.pool
-
- ReactiveCriteriaBuilderImpl - Class in org.hibernate.reactive.session.impl
-
- 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 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 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 CriteriaUpdate
.
- ReactiveCriteriaUpdateImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.reactive.session.impl.ReactiveCriteriaUpdateImpl
-
- ReactiveCustomLoader - Class in org.hibernate.reactive.loader.custom.impl
-
A reactive Loader
for native SQL queries.
- ReactiveCustomLoader(CustomQuery, SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.loader.custom.impl.ReactiveCustomLoader
-
- ReactiveDeleteEventListener - Interface in org.hibernate.reactive.event.spi
-
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
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
-
- ReactiveDynamicBatchingCollectionInitializerBuilder - Class in org.hibernate.reactive.loader.collection.impl
-
- 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
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
-
- ReactiveDynamicBatchingEntityLoaderBuilder - Class in org.hibernate.reactive.loader.entity.impl
-
- 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
-
- ReactiveEntityInsertAction - Interface in org.hibernate.reactive.engine.impl
-
- ReactiveEntityJoinWalker - Class in org.hibernate.reactive.loader.entity.impl
-
An EntityJoinWalker
that generates
SQL with the database-native bind variable syntax.
- ReactiveEntityJoinWalker(OuterJoinLoadable, String[], int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveEntityJoinWalker
-
- ReactiveEntityJoinWalker(OuterJoinLoadable, String[], int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactiveEntityJoinWalker
-
- ReactiveEntityLoader - Class in org.hibernate.reactive.loader.entity.impl
-
A reactific 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.jpa.impl
-
Heavily inspired by org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
This is intentionally not supporting several integration points of Hibernate ORM:
we can't test them all, better to build up integration points gradually.
- ReactiveEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Constructor for class org.hibernate.reactive.jpa.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
- ReactiveExecutable - Interface in org.hibernate.reactive.engine.spi
-
- 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.spi.ReactiveExecutable
-
- reactiveFetch(T, boolean) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
-
- reactiveFetch(T, boolean) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- reactiveFind(Class<T>, Object, LockMode, Map<String, Object>) - 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, LockMode, Map<String, Object>) - 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.spi
-
Defines the contract for handling of reactive session flush events.
- ReactiveGenerationTarget - Class in org.hibernate.reactive.boot.service
-
Adaptor that redirects DDL generated by the schema export
tool to the reactive connection.
- ReactiveGenerationTarget(ServiceRegistry) - Constructor for class org.hibernate.reactive.boot.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>, Serializable) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- 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
- ReactiveIdentifierGenerator<Id> - Interface in org.hibernate.reactive.id
-
A replacement for 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
-
- 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.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
-
- reactiveInitializeNonLazyCollections() - Method in class org.hibernate.reactive.engine.impl.ReactivePersistenceContextAdapter
-
- ReactiveIntegrator - Class in org.hibernate.reactive.boot.impl
-
Integrates Hibernate Reactive with Hibernate ORM by
replacing the built-in
event
listeners with reactive listeners.
- ReactiveIntegrator() - Constructor for class org.hibernate.reactive.boot.impl.ReactiveIntegrator
-
- ReactiveJoinedSubclassEntityPersister - Class in org.hibernate.reactive.persister.entity.impl
-
- 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(SessionImplementor, QueryParameters) - Method in class org.hibernate.reactive.loader.hql.impl.ReactiveQueryLoader
-
- reactiveList(SessionImplementor, 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 interface org.hibernate.reactive.session.ReactiveSession
-
- reactiveList(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- reactiveListIgnoreQueryCache(String, String, SharedSessionContractImplementor, QueryParameters) - Method in interface org.hibernate.reactive.loader.CachingReactiveLoader
-
- reactiveListUsingQueryCache(String, String, SessionImplementor, 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.
- ReactiveLoadEventListener - Interface in org.hibernate.reactive.event.spi
-
Defines the contract for handling of load events generated from a session.
- reactiveLock(Object, LockMode) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
-
- reactiveLock(Object, LockMode) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- ReactiveLockEventListener - Interface in org.hibernate.reactive.event.spi
-
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.boot.impl.marker
-
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.boot.impl.marker
-
- ReactiveMarkerServiceSingleton - Class in org.hibernate.reactive.boot.impl.marker
-
- 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.spi
-
Defines the contract for handling of merge events generated from a session.
- ReactiveModeCheck - Class in org.hibernate.reactive.boot.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
-
- ReactiveNativeQueryImpl<R> - Class in org.hibernate.reactive.session.impl
-
- 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
-
- 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.spi.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.spi.ReactiveDeleteEventListener
-
Handle the given delete event.
- reactiveOnDelete(DeleteEvent, IdentitySet) - Method in interface org.hibernate.reactive.event.spi.ReactiveDeleteEventListener
-
- ReactiveOneToManyJoinWalker - Class in org.hibernate.reactive.loader.collection.impl
-
- ReactiveOneToManyJoinWalker(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.reactive.loader.collection.impl.ReactiveOneToManyJoinWalker
-
- 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.spi.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, LoadEventListener.LoadType) - Method in interface org.hibernate.reactive.event.spi.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.spi.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.spi.ReactiveMergeEventListener
-
Handle the given merge event.
- reactiveOnMerge(MergeEvent, MergeContext) - Method in interface org.hibernate.reactive.event.spi.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.spi.ReactivePersistEventListener
-
Handle the given create event.
- reactiveOnPersist(PersistEvent, IdentitySet) - Method in interface org.hibernate.reactive.event.spi.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.spi.ReactiveRefreshEventListener
-
Handle the given refresh event.
- reactiveOnRefresh(RefreshEvent, IdentitySet) - Method in interface org.hibernate.reactive.event.spi.ReactiveRefreshEventListener
-
- ReactivePaddedBatchingCollectionInitializerBuilder - Class in org.hibernate.reactive.loader.collection.impl
-
- 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 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
-
- ReactivePaddedBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.reactive.loader.entity.impl.ReactivePaddedBatchingEntityLoaderBuilder
-
- 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 implementation specific to Hibernate Reactive
All specific configurations are set transparently for the user.
- ReactivePersistenceProvider() - Constructor for class org.hibernate.reactive.provider.ReactivePersistenceProvider
-
- ReactivePersisterClassResolver - Class in org.hibernate.reactive.jpa.impl
-
- ReactivePersisterClassResolver() - Constructor for class org.hibernate.reactive.jpa.impl.ReactivePersisterClassResolver
-
- ReactivePersisterClassResolverInitiator - Class in org.hibernate.reactive.jpa.impl
-
- ReactivePersisterClassResolverInitiator() - Constructor for class org.hibernate.reactive.jpa.impl.ReactivePersisterClassResolverInitiator
-
- ReactivePersistEventListener - Interface in org.hibernate.reactive.event.spi
-
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 EntityGraph
in effect.
- ReactivePlanEntityLoader.Builder - Class in org.hibernate.reactive.loader.entity.impl
-
- ReactiveProviderChecker - Class in org.hibernate.reactive.jpa.impl
-
Helper for handling checks to see whether ReactivePersistenceProvider is the requested
PersistenceProvider
Copied and adapted from org.hibernate.jpa.boot.spi.ProviderChecker
- ReactiveQuery<R> - Interface in org.hibernate.reactive.session
-
- ReactiveQueryImpl<R> - Class in org.hibernate.reactive.session.impl
-
- ReactiveQueryImpl(SharedSessionContractImplementor, ParameterMetadata, String, QueryType) - 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.boot.service
-
- ReactiveQueryTranslatorFactory() - Constructor for class org.hibernate.reactive.boot.service.ReactiveQueryTranslatorFactory
-
- ReactiveQueryTranslatorFactoryInitiator - Class in org.hibernate.reactive.boot.service
-
- ReactiveQueryTranslatorFactoryInitiator() - Constructor for class org.hibernate.reactive.boot.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, LockMode) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
-
- reactiveRefresh(Object, IdentitySet) - Method in class org.hibernate.reactive.session.impl.ReactiveSessionImpl
-
- reactiveRefresh(Object, LockMode) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- reactiveRefresh(Object, IdentitySet) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- ReactiveRefreshEventListener - Interface in org.hibernate.reactive.event.spi
-
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
-
- ReactiveServiceInitiators - Class in org.hibernate.reactive.boot.impl
-
- ReactiveServiceRegistryBuilder - Class in org.hibernate.reactive.boot
-
Adaptation of
StandardServiceRegistryBuilder
; the main difference
is the use of a different initial set of services
ReactiveServiceInitiators
and the fact this will not attempt to load service contributors and other Integrators.
- ReactiveServiceRegistryBuilder() - Constructor for class org.hibernate.reactive.boot.ReactiveServiceRegistryBuilder
-
Create a default builder.
- ReactiveServiceRegistryBuilder(BootstrapServiceRegistry) - Constructor for class org.hibernate.reactive.boot.ReactiveServiceRegistryBuilder
-
Create a builder with the specified bootstrap services.
- ReactiveServiceRegistryBuilder(BootstrapServiceRegistry, Map, LoadedConfig) - Constructor for class org.hibernate.reactive.boot.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.boot.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.boot.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.boot.impl
-
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.boot.impl.ReactiveSessionFactoryBuilder
-
- ReactiveSessionFactoryBuilderFactory - Class in org.hibernate.reactive.boot.impl
-
A discoverable service
implementing
Hibernate's extension point
for integration with the process of building a
SessionFactory
.
- ReactiveSessionFactoryBuilderFactory() - Constructor for class org.hibernate.reactive.boot.impl.ReactiveSessionFactoryBuilderFactory
-
- ReactiveSessionFactoryBuilderInitiator - Class in org.hibernate.reactive.boot.impl
-
- ReactiveSessionFactoryImpl - Class in org.hibernate.reactive.session.impl
-
A 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
-
- ReactiveSingleTableEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.reactive.persister.entity.impl.ReactiveSingleTableEntityPersister
-
- 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.boot.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 SqlClient
doesn't
support any special handling for LOBs.
- ReactiveTypeContributor() - Constructor for class org.hibernate.reactive.boot.impl.ReactiveTypeContributor
-
- ReactiveUnionSubclassEntityPersister - Class in org.hibernate.reactive.persister.entity.impl
-
- 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.
- 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...) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
-
- 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.Session
-
Refresh multiple entities.
- 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...) - Method in class org.hibernate.reactive.stage.impl.StageSessionImpl
-
- 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 entities.
- refreshRow() - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
-
- registerExplicitParameter(ParameterExpression<?>) - 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.spi.ReactiveActionQueue
-
- registerProcess(BeforeTransactionCompletionProcess) - Method in class org.hibernate.reactive.engine.spi.ReactiveActionQueue
-
- relative(int) - Method in class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
-
- release() - Method in class org.hibernate.reactive.boot.service.ReactiveGenerationTarget
-
- remove(Object) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
-
- 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 interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Remove multiple entities.
- 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 entities.
- removeEntity(EntityKey) - Method in class org.hibernate.reactive.engine.impl.ReactivePersistenceContextAdapter
-
- 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(RowSet<Row>) - Constructor for class org.hibernate.reactive.adaptor.impl.ResultSetAdaptor
-
- 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.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
-
- 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
-
- 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.impl.SqlClientConnection
-
- selectLong(String, Object[]) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
-
- SequenceReactiveIdentifierGenerator - Class in org.hibernate.reactive.id.impl
-
Support for JPA's SequenceGenerator
.
- SequenceReactiveIdentifierGenerator() - Constructor for class org.hibernate.reactive.id.impl.SequenceReactiveIdentifierGenerator
-
- serialize(ObjectOutputStream) - Method in class org.hibernate.reactive.engine.spi.ReactiveActionQueue
-
Used by the owning session to explicitly control serialization of the action queue
- 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
-
- 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
-
- 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
-
(Re)set the current CacheMode
in effect for this query.
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Set the cache mode.
- 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
-
(Re)set the current CacheMode
in effect for this query.
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Set the cache mode.
- 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
-
- 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
-
- 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
-
- setFloat(int, float) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
-
- setFlushMode(FlushMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinySessionImpl
-
- 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.StageSessionImpl
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Set the flush mode for this session.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.session.ReactiveSession
-
- setInt(int, int) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
-
- setLockMode(String, LockMode) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
-
- 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(String, LockMode) - Method in class org.hibernate.reactive.session.impl.ReactiveNativeQueryImpl
-
- setLockMode(String, LockMode) - Method in class org.hibernate.reactive.session.impl.ReactiveQueryImpl
-
- setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.session.ReactiveQuery
-
- setLockMode(String, LockMode) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
-
- 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).
- 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
-
- 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
-
- 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(Parameter<T>, T) - Method in class org.hibernate.reactive.mutiny.impl.MutinyQueryImpl
-
- setParameter(int, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
-
- setParameter(String, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
-
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
-
- 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(Parameter<P>, 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(Parameter<P>, 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(Parameter<T>, 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(Parameter<T>, T) - Method in class org.hibernate.reactive.stage.impl.StageQueryImpl
-
- setParameter(int, Object) - Method in interface org.hibernate.reactive.stage.Stage.Query
-
- setParameter(String, Object) - Method in interface org.hibernate.reactive.stage.Stage.Query
-
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.stage.Stage.Query
-
- 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
-
- setPoolable(boolean) - Method in class org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor
-
- 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
-
- setTransactionCompletionProcesses(ReactiveActionQueue.TransactionCompletionProcesses, boolean) - Method in class org.hibernate.reactive.engine.spi.ReactiveActionQueue
-
Bind transaction completion processes to make them shared between primary and secondary session.
- 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.jpa.impl.ReactivePersisterClassResolver
-
- size() - Method in interface org.hibernate.reactive.pool.ReactiveConnection.Result
-
- sortActions() - Method in class org.hibernate.reactive.engine.spi.ReactiveActionQueue
-
- sortCollectionActions() - Method in class org.hibernate.reactive.engine.spi.ReactiveActionQueue
-
- SqlClientConnection - Class in org.hibernate.reactive.pool.impl
-
A reactive connection based on Vert.x's SqlConnection
.
- 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
-
- SqlClientPool(Pool, boolean) - Constructor for class org.hibernate.reactive.pool.impl.SqlClientPool
-
- SqlClientPoolInitiator - Class in org.hibernate.reactive.pool.impl
-
- 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.Transaction - Interface in org.hibernate.reactive.stage
-
- 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
-
- start() - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
-
- start() - Method in class org.hibernate.reactive.vertx.impl.DefaultVertxInstance
-
- stop() - Method in class org.hibernate.reactive.pool.impl.SqlClientPool
-
- stop() - Method in class org.hibernate.reactive.vertx.impl.DefaultVertxInstance
-
- supportsAggressiveRelease() - Method in class org.hibernate.reactive.boot.service.NoJdbcConnectionProvider
-