A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractReactiveInformationSchemaBasedExtractorImpl - Class in org.hibernate.reactive.provider.service
-
An implementation of
InformationExtractor
that obtains metadata information from a database's information_schema. - AbstractReactiveInformationSchemaBasedExtractorImpl(ExtractionContext) - Constructor for class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- accept(String) - Method in class org.hibernate.reactive.provider.service.ReactiveGenerationTarget
- addAction(BulkOperationCleanupAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Adds an action defining a cleanup relating to a bulk operation (HQL/JPQL or Criteria based update/delete)
- addAction(QueuedOperationCollectionAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Adds an action relating to a collection queued operation (extra lazy).
- addAction(ReactiveCollectionRecreateAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Adds a collection (re)create action
- addAction(ReactiveCollectionRemoveAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Adds a collection remove action
- addAction(ReactiveCollectionUpdateAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Adds a collection update action
- addAction(ReactiveEntityDeleteAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Adds an entity delete action
- addAction(ReactiveEntityInsertAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Adds an entity (REGULAR) insert action
- addAction(ReactiveEntityUpdateAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Adds an entity update action
- addAction(ReactiveOrphanRemovalAction) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Adds an orphan removal action
- addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- addAttributeResult(String, SingularAttribute) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addAttributeResult(String, SingularAttribute) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addAttributeResult(String, Class, String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addAttributeResult(String, Class, String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addAttributeResult(String, String, String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addAttributeResult(String, String, String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addEntity(Class) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addEntity(Class) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addEntity(String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addEntity(String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addEntity(String, Class) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addEntity(String, Class) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addEntity(String, Class, LockMode) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addEntity(String, Class, LockMode) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addEntity(String, String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addEntity(String, String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addEntity(String, String, LockMode) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addEntity(String, String, LockMode) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addExtractedColumnInformation(TableInformation, ResultSet) - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- addFetch(String, String, String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addInstantiation(Class<J>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addJoin(String, String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addJoin(String, String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addJoin(String, String, String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addJoin(String, String, String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addJoin(String, String, LockMode) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addJoin(String, String, LockMode) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addLegacyFetchBuilder(DynamicFetchBuilderLegacy) - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- addQueryHint(String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addQueryHint(String) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- addQueryHint(String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addQueryHint(String) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- addResultBuilder(ResultBuilder) - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- addResultTypeClass(Class<?>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addRoot(String, Class) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addRoot(String, String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addRoot(String, String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addScalar(int, Class<?>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addScalar(int, Class<?>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addScalar(String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addScalar(String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addScalar(String, Class) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addScalar(String, Class) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addScalar(String, Class<C>, AttributeConverter<?, C>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addScalar(String, Class<C>, AttributeConverter<?, C>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addScalar(String, Class<C>, Class<? extends AttributeConverter<?, C>>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addScalar(String, Class<C>, Class<? extends AttributeConverter<?, C>>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addScalar(String, Class<O>, Class<J>, AttributeConverter<O, J>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addScalar(String, Class<O>, Class<J>, Class<? extends AttributeConverter<O, J>>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addScalar(String, Class<O>, Class<T>, AttributeConverter<O, T>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addScalar(String, Class<O>, Class<T>, Class<? extends AttributeConverter<O, T>>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addScalar(String, BasicDomainType) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- addScalar(String, BasicDomainType) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- addScalar(String, BasicTypeReference) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- AffectedEntities - Class in org.hibernate.reactive.common
-
A description of the entities and tables affected by a native query.
- AffectedEntities(Class<?>...) - Constructor for class org.hibernate.reactive.common.AffectedEntities
- AffectedEntities(String...) - Constructor for class org.hibernate.reactive.common.AffectedEntities
- afterTransactionCompletion(boolean) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Performs cleanup of any held cache softlocks.
- ALLOW - org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer.UniqueSemantic
-
De-duplication is allowed if the query and result type allow
- appendClauseAndParameterIfNotNullOrEmpty(String, Object, StringBuilder, List<Object>) - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- applyGraph(RootGraphImplementor<?>, GraphSemantic) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- applyId(Object, Object, MutationExecutor, MutationOperationGroup, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveDeleteCoordinator
- areInsertionsOrDeletionsQueued() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Check whether any insertion or deletion actions are currently queued.
- areTablesToBeUpdated(Set) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Check whether the given tables/query-spaces are to be executed against given the currently queued actions.
- assemble(RowProcessingState) - Method in interface org.hibernate.reactive.sql.results.graph.ReactiveDomainResultsAssembler
- assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in interface org.hibernate.reactive.sql.results.graph.ReactiveDomainResultsAssembler
- ASSERT - org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer.UniqueSemantic
-
Apply in-memory duplication checks, throwing a HibernateException when duplicates are found
- assertCurrentThreadMatches(Thread) - Static method in class org.hibernate.reactive.common.InternalStateAssertions
- assertUseOnEventLoop() - Static method in class org.hibernate.reactive.common.InternalStateAssertions
- Author - Class in org.hibernate.reactive.example.nativesql
- Author - Class in org.hibernate.reactive.example.session
- Author() - Constructor for class org.hibernate.reactive.example.nativesql.Author
- Author() - Constructor for class org.hibernate.reactive.example.session.Author
- Author(String) - Constructor for class org.hibernate.reactive.example.nativesql.Author
- Author(String) - Constructor for class org.hibernate.reactive.example.session.Author
B
- BatchingConnection - Class in org.hibernate.reactive.pool
-
A
ReactiveConnection
that automatically performs batching of insert, update, and delete statements, relieving the client persister code of the responsibility to manage batching. - BatchingConnection(ReactiveConnection, int) - Constructor for class org.hibernate.reactive.pool.BatchingConnection
- beforeTransactionCompletion() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Execute any registered
BeforeTransactionCompletionProcess
- beginTransaction() - Method in class org.hibernate.reactive.pool.BatchingConnection
- beginTransaction() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- bindParameters(Object, PreparedStatement, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.id.insert.ReactiveAbstractSelectingDelegate
- bindParameters(Object, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.id.insert.ReactiveBasicSelectingDelegate
- Book - Class in org.hibernate.reactive.example.nativesql
- Book - Class in org.hibernate.reactive.example.session
- Book() - Constructor for class org.hibernate.reactive.example.nativesql.Book
- Book() - Constructor for class org.hibernate.reactive.example.session.Book
- Book(String, String, Author, LocalDate) - Constructor for class org.hibernate.reactive.example.nativesql.Book
- Book(String, String, Author, LocalDate) - Constructor for class org.hibernate.reactive.example.session.Book
- build() - Method in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilder
- buildMappingProducer(SelectStatement, SessionFactoryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveValuesMappingProducerProvider
- buildNamedQueryRepository(SessionFactoryImplementor) - Method in class org.hibernate.reactive.boot.spi.ReactiveMetadataImplementor
- buildReactiveCallback(SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.id.enhanced.ReactiveDatabaseStructure
- buildResultSetMapping(String, boolean, SessionFactoryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveValuesMappingProducerProvider
C
- canResultsBeCached() - Method in class org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer
- canResultsBeCached() - Method in interface org.hibernate.reactive.sql.results.spi.ReactiveResultsConsumer
- Captain - Class in org.hibernate.reactive.it.lazytoone
- Captain() - Constructor for class org.hibernate.reactive.it.lazytoone.Captain
- Captain(String) - Constructor for class org.hibernate.reactive.it.lazytoone.Captain
- checkNoUnresolvedActionsAfterOperation() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Throws
PropertyValueException
if there are any unresolved entity insert actions that depend on non-nullable associations with a transient entity. - checkResults(SharedSessionContractImplementor, PreparedStatementDetails, OperationResultChecker, Integer, int) - Static method in class org.hibernate.reactive.engine.jdbc.ResultsCheckerUtil
- clear() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- 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 interface org.hibernate.reactive.stage.Stage.Session
-
Completely clear the session.
- clearFromFlushNeededCheck(int) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- close() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Closeable
- close() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Destroy the session factory and clean up its connection pool.
- close() - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Close the reactive session and release the underlying database connection.
- close() - Method in class org.hibernate.reactive.pool.BatchingConnection
- close() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- close() - Method in interface org.hibernate.reactive.stage.Stage.Closeable
- close() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Destroy the session factory and clean up its connection pool.
- close() - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Close the reactive session and release the underlying database connection.
- close(CompletableFuture<Void>) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- closeConnection(Connection) - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
- commitTransaction() - Method in class org.hibernate.reactive.pool.BatchingConnection
- commitTransaction() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- composite(Identifier.Id<T>...) - Static method in class org.hibernate.reactive.common.Identifier
- Composite(Identifier.Id<T>[]) - Constructor for class org.hibernate.reactive.common.Identifier.Composite
- consume(ReactiveValuesResultSet, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, ReactiveRowProcessingState, ReactiveRowReader<R>) - Method in class org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer
- consume(ReactiveValuesResultSet, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, ReactiveRowProcessingState, ReactiveRowReader<R>) - Method in interface org.hibernate.reactive.sql.results.spi.ReactiveResultsConsumer
- 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 interface org.hibernate.reactive.stage.Stage.Session
-
Determine if the given instance belongs to this persistence context.
- Context - Interface in org.hibernate.reactive.context
-
Abstracts away from the Vert.x
Context
object, enabling alternative strategies for associating state with the current reactive stream. - Context.Key<T> - Interface in org.hibernate.reactive.context
-
An object that identifies something we store in the Vert.x local context, usually a
Session
orStatelessSession
, but in principle anything at all. - coordinateDelete(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveDeleteCoordinator
- coordinateInsert(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveInsertCoordinator
- coordinateReactiveDelete(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveDeleteCoordinator
- coordinateReactiveInsert(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveInsertCoordinator
- coordinateReactiveUpdate(Object, Object, Object, Object[], Object, Object[], int[], boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.entity.mutation.ReactiveScopedUpdateCoordinator
- coordinateReactiveUpdate(Object, Object, Object, Object[], Object, Object[], int[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorNoOp
- coordinateReactiveUpdate(Object, Object, Object, Object[], Object, Object[], int[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorStandard
- coordinateUpdate(Object, Object, Object, Object[], Object, Object[], int[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorNoOp
- coverImage - Variable in class org.hibernate.reactive.example.session.Book
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
- createEntityGraph(Class<T>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create a new mutable
EntityGraph
- createEntityGraph(Class<T>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Create a new mutable
EntityGraph
- createEntityGraph(Class<T>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createEntityGraph(Class<T>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create a new mutable
EntityGraph
- createEntityGraph(Class<T>) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
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 interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Create a new mutable copy of a named
EntityGraph
- createEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create a new mutable copy of a named
EntityGraph
- createEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Create a new mutable copy of a named
EntityGraph
- createEntityManagerFactory(String, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
- createHibernateSessionFactory(boolean, Vertx) - Static method in class org.hibernate.reactive.it.techempower.VertxServer
- createHibernateSessionFactory(boolean, Vertx) - Static method in class org.hibernate.reactive.it.verticle.VertxServer
- createInsertStrategy(EntityMappingType, MappingModelCreationProcess) - Method in class org.hibernate.reactive.provider.service.ReactiveSqmMultiTableMutationStrategyProvider
- createMutationQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.MutationQuery
for the given HQL/JPQL update or delete statement. - createMutationQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.MutationQuery
for the given HQL/JPQL update or delete statement. - createMutationStrategy(EntityMappingType, MappingModelCreationProcess) - Method in class org.hibernate.reactive.provider.service.ReactiveSqmMultiTableMutationStrategyProvider
- createNamedQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.Query
for the named query. - createNamedQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Create an instance of
Mutiny.Query
for the named query. - createNamedQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.Query
for the named query. - createNamedQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Create an instance of
Stage.Query
for the named query. - createNamedQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.SelectionQuery
for the named query. - createNamedQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Create an instance of
Mutiny.SelectionQuery
for the named query. - createNamedQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.SelectionQuery
for the named query. - createNamedQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Create an instance of
Stage.Query
for the named query. - createNamedReactiveMutationQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createNamedReactiveSelectionQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createNamedReactiveSelectionQuery(String, Class<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createNativeQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.Query
for the given SQL query string, or SQL update, insert, or delete statement. - createNativeQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Create an instance of
Mutiny.Query
for the given SQL query string, or SQL update, insert, or delete statement. - createNativeQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.Query
for the given SQL query string, or SQL update, insert, or delete statement. - createNativeQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Create an instance of
Stage.Query
for the given SQL query string, or SQL update, insert, or delete statement. - createNativeQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.SelectionQuery
for the given SQL query string, using the givenresultType
to interpret the results. - createNativeQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Create an instance of
Mutiny.SelectionQuery
for the given SQL query string, using the givenresultType
to interpret the results. - createNativeQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.Query
for the given SQL query string, using the givenresultType
to interpret the results. - createNativeQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Create an instance of
Stage.Query
for the given SQL query string, using the givenresultType
to interpret the results. - createNativeQuery(String, Class<R>, AffectedEntities) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.SelectionQuery
for the given SQL query string, using the givenresultType
to interpret the results. - createNativeQuery(String, Class<R>, AffectedEntities) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.SelectionQuery
for the given SQL query string, using the givenresultType
to interpret the results. - createNativeQuery(String, AffectedEntities) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.Query
for the given SQL query string, or SQL update, insert, or delete statement. - createNativeQuery(String, AffectedEntities) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.Query
for the given SQL query string, or SQL update, insert, or delete statement. - createNativeQuery(String, ResultSetMapping<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.SelectionQuery
for the given SQL query string, using the givenResultSetMapping
to interpret the result set. - createNativeQuery(String, ResultSetMapping<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Create an instance of
Mutiny.SelectionQuery
for the given SQL query string, using the givenResultSetMapping
to interpret the result set. - createNativeQuery(String, ResultSetMapping<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.SelectionQuery
for the given SQL query string, using the givenResultSetMapping
to interpret the result set. - createNativeQuery(String, ResultSetMapping<R>, AffectedEntities) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.SelectionQuery
for the given SQL query string, using the givenResultSetMapping
to interpret the result set. - createNativeQuery(String, ResultSetMapping<R>, AffectedEntities) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.SelectionQuery
for the given SQL query string, using the givenResultSetMapping
to interpret the result set. - createNativeReactiveMutationQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createQuery(CriteriaDelete<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.MutationQuery
for the given criteria delete. - createQuery(CriteriaDelete<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.MutationQuery
for the given criteria delete. - createQuery(CriteriaDelete<R>) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Create an instance of
Stage.MutationQuery
for the given criteria delete. - createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.SelectionQuery
for the given criteria query. - createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Create an instance of
Mutiny.SelectionQuery
for the given criteria query. - createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.SelectionQuery
for the given criteria query. - createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Create an instance of
Stage.SelectionQuery
for the given criteria query. - createQuery(CriteriaUpdate<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.MutationQuery
for the given criteria update. - createQuery(CriteriaUpdate<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.MutationQuery
for the given criteria update. - createQuery(CriteriaUpdate<R>) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Create an instance of
Stage.MutationQuery
for the given criteria update. - createQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.Query
for the given HQL/JPQL query string or HQL/JPQL update or delete statement. - createQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Create an instance of
Mutiny.Query
for the given HQL/JPQL query string or HQL/JPQL update or delete statement. - createQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.Query
for the given HQL/JPQL query string or HQL/JPQL update or delete statement. - createQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Create an instance of
Stage.Query
for the given HQL/JPQL query string or HQL/JPQL update or delete statement. - createQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.SelectionQuery
for the given HQL/JPQL query string and query result type. - createQuery(String, Class<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Create an instance of
Mutiny.SelectionQuery
for the given HQL/JPQL query string and query result type. - createQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.SelectionQuery
for the given HQL/JPQL query string and query result type. - createQuery(String, Class<R>) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Create an instance of
Stage.SelectionQuery
for the given HQL/JPQL query string and query result type. - createQueryPlan(NativeSelectQueryDefinition<R>, SessionFactoryImplementor) - Method in class org.hibernate.reactive.query.sqm.spi.ReactiveNativeQueryInterpreter
- createReactiveMutationQuery(CriteriaDelete<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveMutationQuery(CriteriaUpdate<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveMutationQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveMutationQuery(JpaCriteriaInsertSelect<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveNamedQuery(String, Class<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveNativeQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveNativeQuery(String, Class<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveNativeQuery(String, Class<R>, String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveNativeQuery(String, Class<R>, AffectedEntities) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveNativeQuery(String, String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveNativeQuery(String, String, Class<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveNativeQuery(String, AffectedEntities) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveNativeQuery(String, ResultSetMapping<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveNativeQuery(String, ResultSetMapping<R>, AffectedEntities) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveQuery(CriteriaQuery<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveQuery(String, Class<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveSelectionQuery(CriteriaQuery<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveSelectionQuery(String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createReactiveSelectionQuery(String, Class<R>) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- createSelectionQuery(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Create an instance of
Mutiny.SelectionQuery
for the given HQL/JPQL query string. - createSelectionQuery(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Create an instance of
Stage.SelectionQuery
for the given HQL/JPQL query string. - Crew - Class in org.hibernate.reactive.it
- Crew() - Constructor for class org.hibernate.reactive.it.Crew
- current() - Static method in class org.hibernate.reactive.it.techempower.utils.Randomizer
- currentTransaction() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Obtain the transaction currently associated with this session, if any.
- currentTransaction() - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Obtain the transaction currently associated with this session, if any.
- currentTransaction() - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Obtain the transaction currently associated with this session, if any.
- currentTransaction() - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Obtain the transaction currently associated with this session, if any.
D
- dataTypeCode(String) - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
-
Return a JDBC Type code for the given type name
- dataTypeCode(String) - Method in class org.hibernate.reactive.provider.service.MySqlReactiveInformationExtractorImpl
- dataTypeCode(String) - Method in class org.hibernate.reactive.provider.service.OracleSqlReactiveInformationExtractorImpl
- dataTypeCode(String) - Method in class org.hibernate.reactive.provider.service.PostgreSqlReactiveInformationExtractorImpl
- dataTypeCode(String) - Method in class org.hibernate.reactive.provider.service.SqlServerReactiveInformationExtractorImpl
- DB_NAME - Static variable in class org.hibernate.reactive.it.techempower.VertxServer
- DB_NAME - Static variable in class org.hibernate.reactive.it.verticle.VertxServer
- decomposeForInsert(MutationExecutor, Object, Object[], MutationOperationGroup, boolean[], TableInclusionChecker, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveInsertCoordinator
- decomposeForReactiveInsert(MutationExecutor, Object, Object[], MutationOperationGroup, boolean[], TableInclusionChecker, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveInsertCoordinator
- delete(int, Object...) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Delete multiple rows.
- delete(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Delete a row.
- delete(Object) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Delete a row.
- delete(Object...) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Delete multiple rows.
- deleteAll(int, Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Delete multiple rows.
- deleteAll(Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Delete multiple rows.
- deleteRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveDeleteRowsCoordinatorNoOp
- destroy(ServiceRegistry) - Static method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
-
Destroy a service registry.
- 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 interface org.hibernate.reactive.stage.Stage.Session
-
Remove this instance from the session cache.
- disableFetchProfile(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Disable a particular fetch profile on this session, or do nothing if the requested fetch profile is not enabled.
- disableFetchProfile(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
- disableFetchProfile(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Disable a particular fetch profile on this session, or do nothing if the requested fetch profile is not enabled.
- disableFilter(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Disable the named filter for this session.
- disableFilter(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
- disableFilter(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Disable the named filter for this session.
- doAfterTransactionCompletion(boolean, ReactiveSession) - Method in interface org.hibernate.reactive.engine.ReactiveAfterTransactionCompletionProcess
-
Perform whatever processing is encapsulated here after completion of the transaction.
- doBeforeTransactionCompletion(ReactiveSession) - Method in interface org.hibernate.reactive.engine.ReactiveBeforeTransactionCompletionProcess
-
Perform whatever processing is encapsulated here before completion of the transaction.
- doDynamicDelete(Object, Object, Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveDeleteCoordinator
- doDynamicInserts(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveInsertCoordinator
- doDynamicUpdate(Object, Object, Object, Object[], Object[], UpdateCoordinatorStandard.InclusionChecker, UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorStandard
- doStaticDelete(Object, Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveDeleteCoordinator
- doStaticInserts(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveInsertCoordinator
- doStaticUpdate(Object, Object, Object, Object[], Object[], UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorStandard
- doUpdate(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorOneToMany
- doVersionUpdate(Object, Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorStandard
E
- enableFetchProfile(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Enable a particular fetch profile on this session, or do nothing if requested fetch profile is already enabled.
- enableFetchProfile(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
- enableFetchProfile(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Enable a particular fetch profile on this session, or do nothing if requested fetch profile is already enabled.
- enableFilter(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Enable the named filter for this session.
- enableFilter(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
- enableFilter(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Enable the named filter for this session.
- equals(Object) - Method in class org.hibernate.reactive.it.lazytoone.Captain
- equals(Object) - Method in class org.hibernate.reactive.it.lazytoone.Ship
- equals(Object) - Method in class org.hibernate.reactive.it.verticle.Product
- equals(Object) - Method in class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
- execute(E) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- execute(Runnable) - Method in interface org.hibernate.reactive.context.Context
-
Run the given command in a context.
- execute(String) - Method in class org.hibernate.reactive.pool.BatchingConnection
- execute(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- executeActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Perform all currently queued actions.
- executeBatch() - Method in class org.hibernate.reactive.pool.BatchingConnection
- executeBatch() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- executeDelete(SqmDeleteStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableMutationStrategy
- executeInsert(SqmInsertStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableInsertStrategy
- executeInserts() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Perform all currently queued entity-insertion actions.
- executeOutsideTransaction(String) - Method in class org.hibernate.reactive.pool.BatchingConnection
- executeOutsideTransaction(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- executeQuery(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, Function<String, PreparedStatement>, ReactiveResultsConsumer<T, R>) - Method in interface org.hibernate.reactive.sql.exec.spi.ReactiveSelectExecutor
- executeReactive(JdbcOperationQueryMutation, JdbcParameterBindings, Function<String, PreparedStatement>, BiConsumer<Integer, PreparedStatement>, ExecutionContext) - Method in interface org.hibernate.reactive.sql.exec.spi.ReactiveJdbcMutationExecutor
- executeReactiveUpdate() - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- executeReactiveUpdate(DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan
- executeUnprepared(String) - Method in class org.hibernate.reactive.pool.BatchingConnection
- executeUnprepared(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
-
Run sql as statement (instead of preparedStatement)
- executeUpdate() - Method in interface org.hibernate.reactive.mutiny.Mutiny.MutationQuery
-
Asynchronously execute this delete, update, or insert query, returning the updated row count.
- executeUpdate() - Method in interface org.hibernate.reactive.stage.Stage.MutationQuery
-
Asynchronously execute this delete, update, or insert query, returning the updated row count.
- executeUpdate(DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan
- executeUpdate(SqmUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableMutationStrategy
- extractGeneratedValue(ResultSet, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.id.insert.ReactiveAbstractSelectingDelegate
- extractGeneratedValue(ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.id.insert.ReactiveBasicSelectingDelegate
F
- fate - Variable in class org.hibernate.reactive.it.Crew
- fetch(E, Attribute<E, T>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Fetch a lazy property of the given entity, identified by a JPA
attribute metamodel
. - fetch(E, Attribute<E, T>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Fetch a lazy property of the given entity, identified by a JPA
attribute metamodel
. - 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 interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Asynchronously fetch an association that's configured for lazy loading.
- fetch(T) - Static method in interface org.hibernate.reactive.stage.Stage
-
Asynchronously fetch an association that's configured for lazy loading.
- fetch(T) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Asynchronously fetch an association that's configured for lazy loading.
- fetch(T) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Asynchronously fetch an association that's configured for lazy loading.
- FILTER - org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer.UniqueSemantic
-
Apply in-memory de-duplication, removing rows already part of the results
- find(EntityGraph<T>, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Asynchronously return the persistent instance with the given identifier of an entity class, using the given
EntityGraph
as a fetch plan. - find(EntityGraph<T>, Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Asynchronously return the persistent instance with the given identifier of an entity class, using the given
EntityGraph
as a fetch plan. - find(Class<T>, Object) - Method in interface org.hibernate.reactive.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) - 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...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Asynchronously return the persistent instances of the given entity class with the given identifiers, or null if there is no such persistent instance.
- find(Class<T>, Object...) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Asynchronously return the persistent instances of the given entity class with the given identifiers, or null if there is no such persistent instance.
- find(Class<T>, Object, LockModeType) - 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
LockModeType
. - find(Class<T>, Object, LockModeType) - 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
LockModeType
. - 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(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(Class<T>, Identifier<T>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Asynchronously return the persistent instance of the given entity class with the given natural identifier, or null if there is no such persistent instance.
- find(Class<T>, Identifier<T>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Asynchronously return the persistent instance of the given entity class with the given natural identifiers, or null if there is no such persistent instance.
- finishRowProcessing() - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
- finishUp(SharedSessionContractImplementor) - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveValuesResultSet
- flush() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Force this session to flush asynchronously.
- flush() - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Force this session to flush asynchronously.
- forJpa(BootstrapServiceRegistry) - Static method in class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
G
- generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in class org.hibernate.reactive.tuple.MutinyGenerator
- generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in class org.hibernate.reactive.tuple.StageGenerator
- generate(Mutiny.Session, Object, Object, EventType) - Method in class org.hibernate.reactive.tuple.MutinyGenerator
- generate(ReactiveConnectionSupplier, Object) - Method in interface org.hibernate.reactive.id.ReactiveIdentifierGenerator
-
Returns a generated identifier, via a
CompletionStage
. - generate(Stage.Session, Object, Object, EventType) - Method in class org.hibernate.reactive.tuple.StageGenerator
- generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
- generateSchema(String, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
- get(EntityGraph<T>, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Retrieve a row, using the given
EntityGraph
as a fetch plan. - get(EntityGraph<T>, Object) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Retrieve a row, using the given
EntityGraph
as a fetch plan. - get(Class<T>, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Retrieve a row.
- get(Class<T>, Object) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Retrieve a row.
- get(Class<T>, Object, LockModeType) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Retrieve a row, obtaining the specified lock mode.
- get(Class<T>, Object, LockModeType) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Retrieve a row, obtaining the specified lock mode.
- get(Class<T>, Object, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Retrieve a row, obtaining the specified lock mode.
- get(Class<T>, Object, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Retrieve a row, obtaining the specified lock mode.
- get(Context.Key<T>) - Method in interface org.hibernate.reactive.context.Context
-
Get a value associated with the current reactive stream, or return null.
- getAffectedEntities() - Method in class org.hibernate.reactive.common.AffectedEntities
- getAffectedSpaces(SessionFactoryImplementor) - Method in class org.hibernate.reactive.common.AffectedEntities
- getAffectedTables() - Method in class org.hibernate.reactive.common.AffectedEntities
- getAnyConnectionProvider() - Method in class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProvider
- getAttributeName() - Method in class org.hibernate.reactive.common.Identifier.Id
- getAuthor() - Method in class org.hibernate.reactive.example.nativesql.Book
- getAuthor() - Method in class org.hibernate.reactive.example.session.Book
- getBatchSize() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
The session-level batch size, or
null
if it has not been overridden. - getBatchSize() - Method in interface org.hibernate.reactive.session.ReactiveSession
- getBatchSize() - Method in interface org.hibernate.reactive.stage.Stage.Session
-
The session-level batch size, or
null
if it has not been overridden. - getBinder(JavaType<X>) - Method in class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
- getBooks() - Method in class org.hibernate.reactive.example.nativesql.Author
- getBooks() - Method in class org.hibernate.reactive.example.session.Author
- getCache() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Obtain the
Cache
object for managing the second-level cache. - getCache() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Obtain the
Cache
object for managing the second-level cache. - getCacheable() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getCacheable() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getCacheMode() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
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.query.ReactiveSelectionQuery
- getCacheMode() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getCacheMode() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getCacheMode() - Method in interface org.hibernate.reactive.session.ReactiveSession
- getCacheMode() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Obtain the
CacheMode
in effect for this query. - getCacheMode() - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Get the current cache mode.
- getCacheRegion() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
- getCacheRegion() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getCacheRegion() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getCacheRegion() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getCacheRegion() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
- getCacheRetrieveMode() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
- getCacheRetrieveMode() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getCacheRetrieveMode() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
- getCacheStoreMode() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
- getCacheStoreMode() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getCacheStoreMode() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
- getCaptain() - Method in class org.hibernate.reactive.it.lazytoone.Ship
- getCloseFuture() - Method in interface org.hibernate.reactive.pool.ReactiveConnectionPool
-
The shutdown of the pool is actually asynchronous but the core service registry won't return the
CompletionStage
. - getCollectionPersisterClass(Collection) - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
- getComment() - Method in interface org.hibernate.reactive.mutiny.Mutiny.AbstractQuery
- getComment() - Method in interface org.hibernate.reactive.query.ReactiveQuery
- getComment() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getComment() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getComment() - Method in interface org.hibernate.reactive.stage.Stage.AbstractQuery
- getConnection() - Method in interface org.hibernate.reactive.pool.ReactiveConnectionPool
-
Obtain a reactive connection, returning the connection via a
CompletionStage
. - getConnection() - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
- getConnection(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnectionPool
-
Obtain a reactive connection for the given tenant id, returning the connection via a
CompletionStage
. - getConnection(String, SqlExceptionHelper) - Method in interface org.hibernate.reactive.pool.ReactiveConnectionPool
-
Obtain a reactive connection for the given tenant id, returning the connection via a
CompletionStage
and overriding the defaultSqlExceptionHelper
for the pool. - getConnection(SqlExceptionHelper) - Method in interface org.hibernate.reactive.pool.ReactiveConnectionPool
-
Obtain a reactive connection, returning the connection via a
CompletionStage
and overriding the defaultSqlExceptionHelper
for the pool. - getContext() - Method in interface org.hibernate.reactive.common.spi.Implementor
- getCoverImage() - Method in class org.hibernate.reactive.example.session.Book
- getCriteriaBuilder() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
- getCriteriaBuilder() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
- getCurrentLockMode(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
- getCurrentRowValuesArray() - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveValuesResultSet
- getDatabaseCatalogColumnName(String, String) - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
-
Given a catalog column name and a schema column name in an information_schema table/view, this method returns the column used for storing the catalog name, or
, if there is no valid column containing the catalog name.
- getDatabaseCatalogColumnName(String, String) - Method in class org.hibernate.reactive.provider.service.MySqlReactiveInformationExtractorImpl
- getDatabaseMetadata() - Method in class org.hibernate.reactive.pool.BatchingConnection
- getDatabaseMetadata() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- getDatabaseSchemaColumnName(String, String) - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
-
Given a catalog column name and a schema column name in an information_schema table/view, this method returns the column used for storing the schema name, or
, if there is no valid column containing the schema name.
- getDatabaseSchemaColumnName(String, String) - Method in class org.hibernate.reactive.provider.service.MySqlReactiveInformationExtractorImpl
- getDatabaseSchemaColumnName(String, String) - Method in class org.hibernate.reactive.provider.service.OracleSqlReactiveInformationExtractorImpl
- getDialect() - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- getDomainParameterXref() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- getEnabledFilter(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Retrieve a currently enabled filter by name.
- getEnabledFilter(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
- getEnabledFilter(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Retrieve a currently enabled filter by name.
- getEntityClass(T) - Method in interface org.hibernate.reactive.session.ReactiveSession
- getEntityDescriptor() - Method in interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveAbstractMutationHandler
- getEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Obtain a named
EntityGraph
- getEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Obtain a named
EntityGraph
- getEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- getEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Obtain a named
EntityGraph
- getEntityGraph(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Obtain a named
EntityGraph
- getEntityId(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
- getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
- getEntityManagerFactoryBuilderOrNull(String, Map) - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
- getEntityName(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
- getExtractionTool() - Method in class org.hibernate.reactive.provider.service.ReactiveSchemaManagementTool
- getExtractor(JavaType<X>) - Method in class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
- getFactory() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
The
Mutiny.SessionFactory
which created this session. - getFactory() - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
The
Mutiny.SessionFactory
which created this session. - getFactory() - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- getFactory() - Method in interface org.hibernate.reactive.stage.Stage.Session
-
The
Stage.SessionFactory
which created this session. - getFactory() - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
The
Stage.SessionFactory
which created this session. - getFate() - Method in class org.hibernate.reactive.it.Crew
- getFetchSize() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getFetchSize() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getFetchSize() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getFirstResult() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
- getFirstResult() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getFirstResult() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getFirstResult() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getFirstResult() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
- getFlushMode() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Obtain the
FlushMode
in effect for this query. - getFlushMode() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Get the current flush mode for this session.
- getFlushMode() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getFlushMode() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getFlushMode() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Obtain the
FlushMode
in effect for this query. - getFlushMode() - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Get the current flush mode for this session.
- getFriendlyName() - Method in class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
- getHibernateFlushMode() - Method in interface org.hibernate.reactive.session.ReactiveSession
- getHibernateLockMode() - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- getHibernateLockMode() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getHints() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getHints() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getHqlString() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getId() - Method in class org.hibernate.reactive.common.Identifier.Id
- getId() - Method in class org.hibernate.reactive.example.nativesql.Author
- getId() - Method in class org.hibernate.reactive.example.nativesql.Book
- getId() - Method in class org.hibernate.reactive.example.session.Author
- getId() - Method in class org.hibernate.reactive.example.session.Book
- getId() - Method in class org.hibernate.reactive.it.Crew
- getId() - Method in class org.hibernate.reactive.it.lazytoone.Captain
- getId() - Method in class org.hibernate.reactive.it.lazytoone.Ship
- getId() - Method in class org.hibernate.reactive.it.techempower.World
- getId() - Method in class org.hibernate.reactive.it.verticle.Product
- getIdentifier(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
- getInformationSchemaColumnsDataTypeColumn() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
-
Gets the name of column in information_schema.columns for the database-specific column type.
- getInformationSchemaColumnsDataTypeColumn() - Method in class org.hibernate.reactive.provider.service.PostgreSqlReactiveInformationExtractorImpl
- getInitializersList() - Method in interface org.hibernate.reactive.sql.results.spi.ReactiveRowReader
- getIsbn() - Method in class org.hibernate.reactive.example.nativesql.Book
- getIsbn() - Method in class org.hibernate.reactive.example.session.Book
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
- getJdbcValue(int) - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
- getJdbcValuesSourceProcessingState() - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
- getLockMode() - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
-
Not applicable to native SQL queries, due to an unfortunate requirement of the JPA specification.
- getLockMode() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getLockMode(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Determine the current lock mode of the given entity.
- getLockMode(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Determine the current lock mode of the given entity.
- getLockOptions() - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- getLockOptions() - Method in interface org.hibernate.reactive.query.ReactiveQuery
- getLockOptions() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getLockOptions() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getMappingIdentifier() - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- getMaxResults() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
- getMaxResults() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getMaxResults() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getMaxResults() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getMaxResults() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
- getMetamodel() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Obtain the JPA
Metamodel
for the persistence unit. - getMetamodel() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Obtain the JPA
Metamodel
for the persistence unit. - getMutationTarget() - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorNoOp
- getMutationTarget() - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorStandard
- getName() - Method in interface org.hibernate.reactive.common.ResultSetMapping
-
The name of the result set mapping, as specified by
SqlResultSetMapping.name()
. - getName() - Method in class org.hibernate.reactive.example.nativesql.Author
- getName() - Method in class org.hibernate.reactive.example.session.Author
- getName() - Method in class org.hibernate.reactive.it.Crew
- getName() - Method in class org.hibernate.reactive.it.lazytoone.Captain
- getName() - Method in class org.hibernate.reactive.it.lazytoone.Ship
- getName() - Method in class org.hibernate.reactive.it.verticle.Product
- getNextRandom() - Method in interface org.hibernate.reactive.it.techempower.utils.LocalRandom
- getNextRandomExcluding(int) - Method in interface org.hibernate.reactive.it.techempower.utils.LocalRandom
-
Also according to benchmark requirements, except that in this special case of the update test we need to ensure we'll actually generate an update operation: for this we need to generate a random number between 1 to 10000, but different from the current field value.
- getNextReactiveValue() - Method in interface org.hibernate.reactive.id.enhanced.ReactiveAccessCallback
- getNumberOfResultBuilders() - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- getOriginalSqlString() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getParameterBindings() - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- getParameterMetadata() - Method in interface org.hibernate.reactive.query.ReactiveQuery
- getParameterTypes() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getPersistenceContext() - Method in interface org.hibernate.reactive.engine.spi.ReactiveSharedSessionContractImplementor
- getPersister() - Method in interface org.hibernate.reactive.id.insert.ReactiveAbstractReturningDelegate
- getPersister() - Method in class org.hibernate.reactive.id.insert.ReactiveInsertReturningDelegate
- getPicture() - Method in class org.hibernate.reactive.it.lazytoone.Ship
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
- getPrice() - Method in class org.hibernate.reactive.it.verticle.Product
- getProviderUtil() - Method in class org.hibernate.reactive.provider.ReactivePersistenceProvider
- getPublished() - Method in class org.hibernate.reactive.example.nativesql.Book
- getPublished() - Method in class org.hibernate.reactive.example.session.Book
- getQueryOptions() - Method in interface org.hibernate.reactive.query.ReactiveQuery
- getQueryOptions() - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
- getQueryResults(String, Object[], ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.ReactiveImprovedExtractionContextImpl
- getQuerySpaces() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getQueryString() - Method in interface org.hibernate.reactive.query.ReactiveQuery
- getQueryString() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getQueryString() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- getRandomNumber() - Method in class org.hibernate.reactive.it.techempower.World
- getReactiveActionQueue() - Method in interface org.hibernate.reactive.session.ReactiveSession
- getReactiveConnection() - Method in interface org.hibernate.reactive.session.ReactiveConnectionSupplier
-
Obtain the
ReactiveConnection
that is associated with the current session. - getReactiveInitializersList() - Method in interface org.hibernate.reactive.sql.results.spi.ReactiveRowReader
- getReactiveResultList() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getReactiveSingleResult() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getReactiveSingleResult() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- getReactiveSingleResultOrNull() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- getReactiveSingleResultOrNull() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- getReadOnly() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getReadOnly() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- 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 interface org.hibernate.reactive.stage.Stage.Session
-
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
- getReference(T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Return the persistent instance with the same identity as the given instance, which might be detached, assuming that the instance is still persistent in the database.
- getReference(T) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Return the persistent instance with the same identity as the given instance, which might be detached, assuming that the instance is still persistent in the database.
- getRegistrationName() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getRegistrationName() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getResultBuilders() - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- getResultList() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Asynchronously execute this query, returning the query results as a
List
, via aUni
. - getResultList() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- getResultList() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Asynchronously execute this query, returning the query results as a
List
, via aCompletionStage
. - getResultMappingClass() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getResultMappingName() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getResultSetCatalogLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetColumnNameLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetColumnPositionColumn() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetColumnSizeLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetDecimalDigitsLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetForeignKeyColumnNameLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetForeignKeyLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetIndexNameLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetIndexTypeLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetIsNullableLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetIsNullableLabel() - Method in class org.hibernate.reactive.provider.service.OracleSqlReactiveInformationExtractorImpl
- getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Obtain a native SQL result set mapping defined via the annotation
SqlResultSetMapping
. - getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Obtain a native SQL result set mapping defined via the annotation
SqlResultSetMapping
. - getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Obtain a native SQL result set mapping defined via the annotation
SqlResultSetMapping
. - getResultSetMapping(Class<T>, String) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Obtain a native SQL result set mapping defined via the annotation
SqlResultSetMapping
. - getResultSetPrimaryKeyCatalogLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetPrimaryKeyColumnNameLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetPrimaryKeyNameLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetPrimaryKeySchemaLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetPrimaryKeyTableLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetRemarksLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetSchemaLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetSqlTypeCodeLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetTableNameLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetTableTypeLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetTableTypesPhysicalTableConstant() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultSetTableTypesPhysicalTableConstant() - Method in class org.hibernate.reactive.provider.service.MySqlReactiveInformationExtractorImpl
- getResultSetTableTypesPhysicalTableConstant() - Method in class org.hibernate.reactive.provider.service.OracleSqlReactiveInformationExtractorImpl
- getResultSetTableTypesPhysicalTableConstant() - Method in class org.hibernate.reactive.provider.service.PostgreSqlReactiveInformationExtractorImpl
- getResultSetTypeNameLabel() - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- getResultStream() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- getResultType() - Method in interface org.hibernate.reactive.common.ResultSetMapping
-
The Java result type of the query.
- getResultType() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- getRole() - Method in class org.hibernate.reactive.it.Crew
- getRowReader() - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
- getSelectSQL() - Method in interface org.hibernate.reactive.id.insert.ReactiveAbstractSelectingDelegate
- getSelectSQL() - Method in class org.hibernate.reactive.id.insert.ReactiveBasicSelectingDelegate
- getServiceInitiated() - Method in class org.hibernate.reactive.id.factory.spi.ReactiveIdentifierGeneratorFactoryInitiator
- getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.NativeParametersHandling
- getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProviderInitiator
- getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.NoJdbcEnvironmentInitiator
- getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProviderInitiator
- getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.NoJtaPlatformInitiator
- getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.ReactiveMarkerServiceInitiator
- getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolverInitiator
- getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.ReactiveSchemaManagementToolInitiator
- getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilderInitiator
- getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.ReactiveSqmMultiTableMutationStrategyProviderInitiator
- getServiceInitiated() - Method in class org.hibernate.reactive.provider.service.ReactiveValuesMappingProducerProviderInitiator
- getServiceRegistry() - Method in interface org.hibernate.reactive.common.spi.Implementor
- getSessionFactory() - Method in interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveAbstractMutationHandler
- getSharedContract() - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- getSharedContract() - Method in interface org.hibernate.reactive.session.ReactiveSession
- getShip() - Method in class org.hibernate.reactive.it.lazytoone.Captain
- getSingleResult() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Asynchronously execute this query, returning a single row that matches the query, throwing an exception if the query returns zero rows or more than one matching row.
- getSingleResult() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- getSingleResult() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Asynchronously execute this query, returning a single row that matches the query, throwing an exception if the query returns zero rows or more than one matching row.
- getSingleResultOrNull() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Asynchronously execute this query, returning a single row that matches the query, or
null
if the query returns no results, throwing an exception if the query returns more than one matching row. - getSingleResultOrNull() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- getSingleResultOrNull() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Asynchronously execute this query, returning a single row that matches the query, or
null
if the query returns no results, throwing an exception if the query returns more than one matching row. - getSqlString() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getSqmDeleteOrUpdateStatement() - Method in interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveAbstractMutationHandler
- getSqmStatement() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- getSqmStatement() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getSqmStatement() - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- getStatistics() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Obtain the
Statistics
object exposing factory-level metrics. - getStatistics() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Obtain the
Statistics
object exposing factory-level metrics. - getThis() - Method in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilder
- getTimeout() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- getTimeout() - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- getTitle() - Method in class org.hibernate.reactive.example.nativesql.Book
- getTitle() - Method in class org.hibernate.reactive.example.session.Book
- getTupleMetadata() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- getUuid() - Method in interface org.hibernate.reactive.common.spi.Implementor
- getValues() - Method in class org.hibernate.reactive.common.Identifier.Composite
- getValuesMapping() - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveValuesResultSet
- getVertx() - Method in interface org.hibernate.reactive.vertx.VertxInstance
-
Obtain the instance of
Vertx
.
H
- hasAfterTransactionActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- hasAnyQueuedActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- hasBeforeTransactionActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- hasCollectionInitializers() - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
- hashCode() - Method in class org.hibernate.reactive.it.lazytoone.Captain
- hashCode() - Method in class org.hibernate.reactive.it.lazytoone.Ship
- hashCode() - Method in class org.hibernate.reactive.it.verticle.Product
- hashCode() - Method in class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
- hasUnresolvedEntityInsertActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Are there unresolved entity insert actions that depend on non-nullable associations with a transient entity?
- HTTP_PORT - Static variable in class org.hibernate.reactive.it.techempower.WorldVerticle
-
The port to use to listen to requests
- HTTP_PORT - Static variable in class org.hibernate.reactive.it.verticle.ProductVerticle
-
The port to use to listen to requests
I
- id(SingularAttribute<T, I>, I) - Static method in class org.hibernate.reactive.common.Identifier
- id(Class<T>, String, Object) - Static method in class org.hibernate.reactive.common.Identifier
- id(String, Object) - Static method in class org.hibernate.reactive.common.Identifier
- Identifier<T> - Class in org.hibernate.reactive.common
-
Represents a value of an attribute that forms part of the natural key of an entity.
- Identifier() - Constructor for class org.hibernate.reactive.common.Identifier
- Identifier.Composite<T> - Class in org.hibernate.reactive.common
- Identifier.Id<T> - Class in org.hibernate.reactive.common
- ids() - Method in class org.hibernate.reactive.common.Identifier.Composite
- ids() - Method in class org.hibernate.reactive.common.Identifier.Id
- ids() - Method in class org.hibernate.reactive.common.Identifier
- IMAGE_NAME - Static variable in class org.hibernate.reactive.it.techempower.VertxServer
- IMAGE_NAME - Static variable in class org.hibernate.reactive.it.verticle.VertxServer
- Implementor - Interface in org.hibernate.reactive.common.spi
-
Allows access to object that can be useful for integrators
- initializeInstance(RowProcessingState) - Method in class org.hibernate.reactive.sql.results.graph.entity.ReactiveAbstractEntityInitializer
- initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.NativeParametersHandling
- initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.NoJdbcEnvironmentInitiator
- initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveSqmMultiTableMutationStrategyProviderInitiator
- initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveValuesMappingProducerProviderInitiator
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.id.factory.spi.ReactiveIdentifierGeneratorFactoryInitiator
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProviderInitiator
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProviderInitiator
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.NoJtaPlatformInitiator
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveMarkerServiceInitiator
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolverInitiator
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveSchemaManagementToolInitiator
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilderInitiator
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.reactive.provider.service.ReactiveSchemaManagementTool
- insert(int, Object...) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Insert multiple rows.
- insert(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Insert a row.
- insert(Object) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Insert a row.
- insert(Object...) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Insert multiple rows.
- insertAll(int, Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Insert multiple rows using the specified batch size.
- insertAll(Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Insert multiple rows.
- insertAndSelectIdentifier(String, Object[], Class<T>, String) - Method in class org.hibernate.reactive.pool.BatchingConnection
- insertAndSelectIdentifier(String, Object[], Class<T>, String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- insertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorNoOp
- insertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorStandard
- instance(ReactiveListResultsConsumer.UniqueSemantic) - Static method in class org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer
- INSTANCE - Static variable in class org.hibernate.reactive.id.factory.spi.ReactiveIdentifierGeneratorFactoryInitiator
- INSTANCE - Static variable in class org.hibernate.reactive.loader.entity.ReactiveCacheEntityLoaderHelper
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.NativeParametersHandling
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.NoJdbcConnectionProviderInitiator
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.NoJdbcEnvironmentInitiator
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProviderInitiator
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.NoJtaPlatformInitiator
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactiveMarkerServiceInitiator
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactiveMarkerServiceSingleton
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolverInitiator
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactiveSchemaManagementToolInitiator
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilderInitiator
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactiveSqmMultiTableMutationStrategyProviderInitiator
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactiveValuesMappingProducerProvider
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.reactive.provider.service.ReactiveValuesMappingProducerProviderInitiator
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.reactive.query.sqm.spi.ReactiveNativeQueryInterpreter
- INSTANCE - Static variable in class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
- InternalStateAssertions - Class in org.hibernate.reactive.common
-
Commonly used assertions to verify that the operations are running on the expected events and threads.
- isCacheable() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
- isCacheable() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- isCacheable() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
- isDefaultReadOnly() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
- isDefaultReadOnly() - Method in interface org.hibernate.reactive.session.ReactiveSession
- isDefaultReadOnly() - Method in interface org.hibernate.reactive.stage.Stage.Session
- isDirty() - Method in interface org.hibernate.reactive.session.ReactiveSession
- isDynamic() - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- isFetchProfileEnabled(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Determine if the fetch profile with the given name is enabled for this session.
- isFetchProfileEnabled(String) - Method in interface org.hibernate.reactive.session.ReactiveSession
- isFetchProfileEnabled(String) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Determine if the fetch profile with the given name is enabled for this session.
- isMarkedForRollback() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Transaction
-
Is the current transaction marked for rollback.
- isMarkedForRollback() - Method in interface org.hibernate.reactive.stage.Stage.Transaction
-
Is the current transaction marked for rollback.
- isOpen() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
- isOpen() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
- isOpen() - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
- isOpen() - Method in interface org.hibernate.reactive.session.ReactiveSession
- isOpen() - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- isOpen() - Method in interface org.hibernate.reactive.stage.Stage.Session
- isOpen() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
- isOpen() - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
- isQueryCacheHit() - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
- isReadOnly() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
- isReadOnly() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- isReadOnly() - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
- isReadOnly(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Is the specified entity or proxy read-only?
- isReadOnly(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
- isReadOnly(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Is the specified entity or proxy read-only?
- isSelectQuery() - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
-
Best guess whether this is a select query.
- isUnwrappableAs(Class) - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
J
- joinedSubclassEntityPersister() - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
L
- list() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- list(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, ReactiveListResultsConsumer.UniqueSemantic) - Method in interface org.hibernate.reactive.sql.exec.spi.ReactiveSelectExecutor
- load(K[], MultiIdLoadOptions, EventSource) - Method in interface org.hibernate.reactive.loader.ast.spi.ReactiveMultiIdEntityLoader
- loadDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.ast.spi.ReactiveSingleIdEntityLoader
- loadFromSessionCache(LoadEvent, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.reactive.loader.entity.ReactiveCacheEntityLoaderHelper
-
Attempts to locate the entity in the session-level cache.
- LocalRandom - Interface in org.hibernate.reactive.it.techempower.utils
- lock(Object, LockModeType) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Obtain the specified lock level upon the given object.
- lock(Object, LockModeType) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Obtain the specified lock level upon the given object.
- lock(Object, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Obtain the specified lock level upon the given object.
- lock(Object, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Obtain the specified lock level upon the given object.
- LOG - Static variable in interface org.hibernate.reactive.id.insert.ReactiveAbstractReturningDelegate
- LOG - Static variable in interface org.hibernate.reactive.id.insert.ReactiveAbstractSelectingDelegate
- LOG - Static variable in interface org.hibernate.reactive.query.spi.ReactiveNativeSelectQueryPlan
- LOG - Static variable in interface org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan
- LOG - Static variable in interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableInsertStrategy
- LOG - Static variable in interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableMutationStrategy
- LOG - Static variable in interface org.hibernate.reactive.query.sqm.spi.ReactiveSelectQueryPlan
- LOG - Static variable in interface org.hibernate.reactive.sql.results.spi.ReactiveRowReader
M
- main(String[]) - Static method in class org.hibernate.reactive.example.nativesql.Main
- main(String[]) - Static method in class org.hibernate.reactive.example.nativesql.MutinyMain
- main(String[]) - Static method in class org.hibernate.reactive.example.session.Main
- main(String[]) - Static method in class org.hibernate.reactive.example.session.MutinyMain
- main(String[]) - Static method in class org.hibernate.reactive.it.techempower.VertxServer
- main(String[]) - Static method in class org.hibernate.reactive.it.verticle.VertxServer
- Main - Class in org.hibernate.reactive.example.nativesql
-
Demonstrates the use of Hibernate Reactive with the
CompletionStage
-based API. - Main - Class in org.hibernate.reactive.example.session
-
Demonstrates the use of Hibernate Reactive with the
CompletionStage
-based API. - Main() - Constructor for class org.hibernate.reactive.example.nativesql.Main
- Main() - Constructor for class org.hibernate.reactive.example.session.Main
- makeCopy(String) - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- makeCopy(String) - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- makeScopedCoordinator() - Method in interface org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinator
- makeScopedCoordinator() - Method in class org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorNoOp
- markForRollback() - Method in interface org.hibernate.reactive.mutiny.Mutiny.Transaction
-
Mark the current transaction for rollback.
- markForRollback() - Method in interface org.hibernate.reactive.stage.Stage.Transaction
-
Mark the current transaction for rollback.
- merge(Object...) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Merge multiple entity instances at once.
- merge(T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Copy the state of the given object onto the persistent instance with the same identifier.
- merge(T) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Copy the state of the given object onto the persistent instance with the same identifier.
- mergeAll(Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Merge multiple entity instances at once.
- Mutiny - Interface in org.hibernate.reactive.mutiny
-
An API for Hibernate Reactive where non-blocking operations are represented by a Mutiny
Uni
. - Mutiny.AbstractQuery - Interface in org.hibernate.reactive.mutiny
-
A non-blocking counterpart to the Hibernate
Query
interface, allowing reactive execution of HQL and JPQL queries. - Mutiny.Closeable - Interface in org.hibernate.reactive.mutiny
-
An object whose
Mutiny.Closeable.close()
method returns aUni
. - Mutiny.MutationQuery - Interface in org.hibernate.reactive.mutiny
- Mutiny.Query<R> - Interface in org.hibernate.reactive.mutiny
- Mutiny.SelectionQuery<R> - Interface in org.hibernate.reactive.mutiny
- Mutiny.Session - Interface in org.hibernate.reactive.mutiny
-
A non-blocking counterpart to the Hibernate
Session
interface, allowing a reactive style of interaction with the database. - Mutiny.SessionFactory - Interface in org.hibernate.reactive.mutiny
-
Factory for
reactive sessions
. - Mutiny.StatelessSession - Interface in org.hibernate.reactive.mutiny
-
A non-blocking counterpart to the Hibernate
StatelessSession
interface, which provides a command-oriented API for performing bulk operations against a database. - Mutiny.Transaction - Interface in org.hibernate.reactive.mutiny
-
Allows code within
Mutiny.Session.withTransaction(Function)
to mark a transaction for rollback. - MutinyGenerator - Class in org.hibernate.reactive.tuple
- MutinyGenerator() - Constructor for class org.hibernate.reactive.tuple.MutinyGenerator
- MutinyMain - Class in org.hibernate.reactive.example.nativesql
-
Demonstrates the use of Hibernate Reactive with the
Mutiny
-based API. - MutinyMain - Class in org.hibernate.reactive.example.session
-
Demonstrates the use of Hibernate Reactive with the
Mutiny
-based API. - MutinyMain() - Constructor for class org.hibernate.reactive.example.nativesql.MutinyMain
- MutinyMain() - Constructor for class org.hibernate.reactive.example.session.MutinyMain
- MySqlReactiveInformationExtractorImpl - Class in org.hibernate.reactive.provider.service
-
An implementation of
AbstractReactiveInformationSchemaBasedExtractorImpl
specifically for MySQL that obtains metadata from MySQL's non-standard information_schema tables. - MySqlReactiveInformationExtractorImpl(ExtractionContext) - Constructor for class org.hibernate.reactive.provider.service.MySqlReactiveInformationExtractorImpl
N
- namedValues() - Method in class org.hibernate.reactive.common.Identifier.Composite
- namedValues() - Method in class org.hibernate.reactive.common.Identifier.Id
- namedValues() - Method in class org.hibernate.reactive.common.Identifier
- NativeParametersHandling - Class in org.hibernate.reactive.provider.service
-
Replaces the JdbcParameterRendererInitiator so to not require users to set AvailableSettings.DIALECT_NATIVE_PARAM_MARKERS : this gets enforces as the Vert.x SQL clients require it.
- NativeParametersHandling() - Constructor for class org.hibernate.reactive.provider.service.NativeParametersHandling
- NEVER - org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer.UniqueSemantic
-
Never apply unique handling.
- next() - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
- next() - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveValuesResultSet
- NoJdbcConnectionProvider - Class in org.hibernate.reactive.provider.service
-
A dummy Hibernate
ConnectionProvider
throws an exception if a JDBC connection is requested. - NoJdbcConnectionProvider() - Constructor for class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
- NoJdbcConnectionProviderInitiator - Class in org.hibernate.reactive.provider.service
-
A Hibernate
service initiator
that wraps the HibernateConnectionProvider
in an instance ofNoJdbcConnectionProvider
. - NoJdbcConnectionProviderInitiator() - Constructor for class org.hibernate.reactive.provider.service.NoJdbcConnectionProviderInitiator
- NoJdbcEnvironmentInitiator - Class in org.hibernate.reactive.provider.service
-
A Hibernate
service initiator
that provides an implementation ofJdbcEnvironment
that infers the HibernateDialect
from the JDBC URL. - NoJdbcEnvironmentInitiator() - Constructor for class org.hibernate.reactive.provider.service.NoJdbcEnvironmentInitiator
- NoJdbcMultiTenantConnectionProvider - Class in org.hibernate.reactive.provider.service
-
A dummy Hibernate
MultiTenantConnectionProvider
which throws an exception if a JDBC connection is requested. - NoJdbcMultiTenantConnectionProvider() - Constructor for class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProvider
- NoJdbcMultiTenantConnectionProviderInitiator - Class in org.hibernate.reactive.provider.service
-
A Hibernate
service initiator
forNoJdbcMultiTenantConnectionProvider
. - NoJdbcMultiTenantConnectionProviderInitiator() - Constructor for class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProviderInitiator
- NoJtaPlatformInitiator - Class in org.hibernate.reactive.provider.service
-
A Hibernate
service initiator
for the non-configured form of JTA platform. - NoJtaPlatformInitiator() - Constructor for class org.hibernate.reactive.provider.service.NoJtaPlatformInitiator
- NONE - org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer.UniqueSemantic
-
Apply no in-memory de-duplication
- numberOfCollectionCreations() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- numberOfCollectionRemovals() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- numberOfCollectionUpdates() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- numberOfDeletions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- numberOfInsertions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- numberOfUpdates() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
O
- onReactiveResolveNaturalId(ResolveNaturalIdEvent) - Method in interface org.hibernate.reactive.event.ReactiveResolveNaturalIdEventListener
-
Handle the given resolve natural id event.
- openSession() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Obtain a new
reactive session
Uni
, the main interaction point between the user's program and Hibernate Reactive. - openSession() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Obtain a new
reactive session
CompletionStage
, the main interaction point between the user's program and Hibernate Reactive. - openSession(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Obtain a new
reactive session
Uni
for a specified tenant. - openSession(String) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Obtain a new
reactive session
CompletionStage
for a specified tenant. - openStatelessSession() - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Obtain a
reactive stateless session
Uni
. - openStatelessSession() - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Obtain a
reactive stateless session
CompletionStage
. - openStatelessSession(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Obtain a
reactive stateless session
Uni
. - openStatelessSession(String) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Obtain a
reactive stateless session
CompletionStage
. - OracleSqlReactiveInformationExtractorImpl - Class in org.hibernate.reactive.provider.service
- OracleSqlReactiveInformationExtractorImpl(ExtractionContext) - Constructor for class org.hibernate.reactive.provider.service.OracleSqlReactiveInformationExtractorImpl
- org.hibernate.reactive.boot.spi - package org.hibernate.reactive.boot.spi
- org.hibernate.reactive.common - package org.hibernate.reactive.common
- org.hibernate.reactive.common.spi - package org.hibernate.reactive.common.spi
- org.hibernate.reactive.context - package org.hibernate.reactive.context
-
Strategies for associating state with the current reactive stream.
- org.hibernate.reactive.engine - package org.hibernate.reactive.engine
-
Reactive adaptations of Hibernate ORM's persistence actions.
- org.hibernate.reactive.engine.jdbc - package org.hibernate.reactive.engine.jdbc
- org.hibernate.reactive.engine.spi - package org.hibernate.reactive.engine.spi
- org.hibernate.reactive.event - package org.hibernate.reactive.event
-
Handlers for reactive session events.
- org.hibernate.reactive.example.nativesql - package org.hibernate.reactive.example.nativesql
- org.hibernate.reactive.example.session - package org.hibernate.reactive.example.session
- org.hibernate.reactive.id - package org.hibernate.reactive.id
-
Reactive identifier generation.
- org.hibernate.reactive.id.enhanced - package org.hibernate.reactive.id.enhanced
- org.hibernate.reactive.id.factory.spi - package org.hibernate.reactive.id.factory.spi
- org.hibernate.reactive.id.insert - package org.hibernate.reactive.id.insert
- org.hibernate.reactive.it - package org.hibernate.reactive.it
- org.hibernate.reactive.it.lazytoone - package org.hibernate.reactive.it.lazytoone
- org.hibernate.reactive.it.techempower - package org.hibernate.reactive.it.techempower
- org.hibernate.reactive.it.techempower.utils - package org.hibernate.reactive.it.techempower.utils
- org.hibernate.reactive.it.verticle - package org.hibernate.reactive.it.verticle
- org.hibernate.reactive.loader.ast.spi - package org.hibernate.reactive.loader.ast.spi
- org.hibernate.reactive.loader.entity - package org.hibernate.reactive.loader.entity
- org.hibernate.reactive.mutiny - package org.hibernate.reactive.mutiny
-
An API for Hibernate Reactive where non-blocking operations are represented by a Mutiny
Uni
. - org.hibernate.reactive.persister.collection.mutation - package org.hibernate.reactive.persister.collection.mutation
- org.hibernate.reactive.persister.entity.mutation - package org.hibernate.reactive.persister.entity.mutation
- org.hibernate.reactive.pool - package org.hibernate.reactive.pool
-
Abstracts reactive database access via
ReactiveConnection
andReactiveConnectionPool
. - org.hibernate.reactive.provider - package org.hibernate.reactive.provider
-
Integration with Hibernate ORM, via the service architecture, along with APIs for starting and configuring Hibernate Reactive.
- org.hibernate.reactive.provider.service - package org.hibernate.reactive.provider.service
- org.hibernate.reactive.query - package org.hibernate.reactive.query
- org.hibernate.reactive.query.spi - package org.hibernate.reactive.query.spi
- org.hibernate.reactive.query.sql.spi - package org.hibernate.reactive.query.sql.spi
- org.hibernate.reactive.query.sqm - package org.hibernate.reactive.query.sqm
- org.hibernate.reactive.query.sqm.mutation.spi - package org.hibernate.reactive.query.sqm.mutation.spi
- org.hibernate.reactive.query.sqm.spi - package org.hibernate.reactive.query.sqm.spi
- org.hibernate.reactive.session - package org.hibernate.reactive.session
-
Defines internal contracts between subsystems of Hibernate Reactive and the
ReactiveSession
. - org.hibernate.reactive.sql.exec.spi - package org.hibernate.reactive.sql.exec.spi
- org.hibernate.reactive.sql.results - package org.hibernate.reactive.sql.results
- org.hibernate.reactive.sql.results.graph - package org.hibernate.reactive.sql.results.graph
- org.hibernate.reactive.sql.results.graph.entity - package org.hibernate.reactive.sql.results.graph.entity
- org.hibernate.reactive.sql.results.spi - package org.hibernate.reactive.sql.results.spi
- org.hibernate.reactive.stage - package org.hibernate.reactive.stage
-
An API for Hibernate Reactive where non-blocking operations are represented by a Java
CompletionStage
. - org.hibernate.reactive.tuple - package org.hibernate.reactive.tuple
- org.hibernate.reactive.type.descriptor.jdbc - package org.hibernate.reactive.type.descriptor.jdbc
- org.hibernate.reactive.vertx - package org.hibernate.reactive.vertx
-
Integration with Vert.x.
P
- PASSWORD - Static variable in class org.hibernate.reactive.it.techempower.VertxServer
- PASSWORD - Static variable in class org.hibernate.reactive.it.verticle.VertxServer
- performList(DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.spi.ReactiveNativeSelectQueryPlan
-
Deprecated.not a reactive method
- performList(DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.sqm.spi.ReactiveSelectQueryPlan
- performScroll(ScrollMode, DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.spi.ReactiveNativeSelectQueryPlan
-
Deprecated.not a reactive method
- performScroll(ScrollMode, DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.sqm.spi.ReactiveSelectQueryPlan
- persist(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Asynchronously persist the given transient instance, first assigning a generated identifier.
- persist(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Asynchronously persist the given transient instance, first assigning a generated identifier.
- persist(Object...) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Persist multiple transient entity instances at once.
- persistAll(Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Persist multiple transient entity instances at once.
- persistenceUnitName(String[]) - Static method in class org.hibernate.reactive.example.nativesql.Main
-
Return the persistence unit name to use in the example.
- persistenceUnitName(String[]) - Static method in class org.hibernate.reactive.example.nativesql.MutinyMain
-
Return the persistence unit name to use in the example.
- persistenceUnitName(String[]) - Static method in class org.hibernate.reactive.example.session.Main
-
Return the persistence unit name to use in the example.
- persistenceUnitName(String[]) - Static method in class org.hibernate.reactive.example.session.MutinyMain
-
Return the persistence unit name to use in the example.
- POOL_CLEANER_PERIOD - Static variable in interface org.hibernate.reactive.provider.Settings
-
Property for configuring the Vert.x connection pool.
- POOL_CONNECT_TIMEOUT - Static variable in interface org.hibernate.reactive.provider.Settings
-
Property for configuring the Vert.x connection pool.
- POOL_IDLE_TIMEOUT - Static variable in interface org.hibernate.reactive.provider.Settings
-
Property for configuring the Vert.x connection pool.
- POOL_MAX_WAIT_QUEUE_SIZE - Static variable in interface org.hibernate.reactive.provider.Settings
-
Property for configuring the Vert.x connection pool.
- postgresql - Static variable in class org.hibernate.reactive.it.techempower.VertxServer
- postgresql - Static variable in class org.hibernate.reactive.it.verticle.VertxServer
- PostgreSqlReactiveInformationExtractorImpl - Class in org.hibernate.reactive.provider.service
-
An implementation of
AbstractReactiveInformationSchemaBasedExtractorImpl
specifically for PostgreSQL that obtains metadata from PostgreSQL's system tables, when it is not available from PosgreSQL's information_schema. - PostgreSqlReactiveInformationExtractorImpl(ExtractionContext) - Constructor for class org.hibernate.reactive.provider.service.PostgreSqlReactiveInformationExtractorImpl
- prepare() - Method in class org.hibernate.reactive.provider.service.ReactiveGenerationTarget
- prepareActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Prepares the internal action queues for execution.
- PREPARED_STATEMENT_CACHE_MAX_SIZE - Static variable in interface org.hibernate.reactive.provider.Settings
-
Property for configuring the Vert.x prepared statement cache.
- PREPARED_STATEMENT_CACHE_SQL_LIMIT - Static variable in interface org.hibernate.reactive.provider.Settings
-
Property for configuring the Vert.x prepared statement cache.
- processCatalogsResultSet(ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- processCatalogsResultSet(ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.MySqlReactiveInformationExtractorImpl
- processColumnsResultSet(String, String, String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- processColumnsResultSet(String, String, String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.OracleSqlReactiveInformationExtractorImpl
- processColumnsResultSet(String, String, String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.SqlServerReactiveInformationExtractorImpl
- processImportedKeysResultSet(String, String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.MySqlReactiveInformationExtractorImpl
- processImportedKeysResultSet(String, String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.OracleSqlReactiveInformationExtractorImpl
- processImportedKeysResultSet(String, String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.PostgreSqlReactiveInformationExtractorImpl
- processImportedKeysResultSet(String, String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.SqlServerReactiveInformationExtractorImpl
- processIndexInfoResultSet(String, String, String, boolean, boolean, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.MySqlReactiveInformationExtractorImpl
- processIndexInfoResultSet(String, String, String, boolean, boolean, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.OracleSqlReactiveInformationExtractorImpl
- processIndexInfoResultSet(String, String, String, boolean, boolean, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.PostgreSqlReactiveInformationExtractorImpl
- processIndexInfoResultSet(String, String, String, boolean, boolean, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.SqlServerReactiveInformationExtractorImpl
- processNext() - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveValuesResultSet
- processPrimaryKeysResultSet(String, String, Identifier, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.MySqlReactiveInformationExtractorImpl
- processPrimaryKeysResultSet(String, String, Identifier, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.OracleSqlReactiveInformationExtractorImpl
- processPrimaryKeysResultSet(String, String, Identifier, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.PostgreSqlReactiveInformationExtractorImpl
- processPrimaryKeysResultSet(String, String, Identifier, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.SqlServerReactiveInformationExtractorImpl
- processSchemaResultSet(String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- processTableResultSet(String, String, String, String[], ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
- processTableResultSet(String, String, String, String[], ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.OracleSqlReactiveInformationExtractorImpl
- processTableResultSet(String, String, String, String[], ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.reactive.provider.service.SqlServerReactiveInformationExtractorImpl
- Product - Class in org.hibernate.reactive.it.verticle
- Product() - Constructor for class org.hibernate.reactive.it.verticle.Product
- Product(int) - Constructor for class org.hibernate.reactive.it.verticle.Product
- ProductVerticle - Class in org.hibernate.reactive.it.verticle
- ProductVerticle(Supplier<Mutiny.SessionFactory>) - Constructor for class org.hibernate.reactive.it.verticle.ProductVerticle
- put(Context.Key<T>, T) - Method in interface org.hibernate.reactive.context.Context
-
Associate a value with the current reactive stream.
R
- Randomizer - Class in org.hibernate.reactive.it.techempower.utils
-
The rules of the benchmark frequently require randomly generated numbers in the range from 1 to 10000.
- Randomizer() - Constructor for class org.hibernate.reactive.it.techempower.utils.Randomizer
- ReactiveAbstractEntityInitializer - Class in org.hibernate.reactive.sql.results.graph.entity
- ReactiveAbstractEntityInitializer(EntityResultGraphNode, NavigablePath, LockMode, Fetch, Fetch, DomainResult<Object>, AssemblerCreationState) - Constructor for class org.hibernate.reactive.sql.results.graph.entity.ReactiveAbstractEntityInitializer
- ReactiveAbstractMutationHandler - Interface in org.hibernate.reactive.query.sqm.mutation.spi
- ReactiveAbstractReturningDelegate - Interface in org.hibernate.reactive.id.insert
- ReactiveAbstractSelectingDelegate - Interface in org.hibernate.reactive.id.insert
- ReactiveAbstractSelectionQuery<R> - Class in org.hibernate.reactive.query.spi
-
Emulate
AbstractSelectionQuery
. - ReactiveAbstractSelectionQuery(Supplier<QueryOptions>, SharedSessionContractImplementor, Supplier<CompletionStage<List<R>>>, Supplier<SqmStatement<?>>, Supplier<TupleMetadata>, Supplier<DomainParameterXref>, Supplier<Class<R>>, Supplier<String>, Runnable, Consumer<Boolean>, Function<List<R>, R>, SqmInterpretationsKey.InterpretationsKeySource) - Constructor for class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- ReactiveAbstractSelectionQuery(SqmInterpretationsKey.InterpretationsKeySource, SharedSessionContractImplementor, Supplier<CompletionStage<List<R>>>, Supplier<SqmStatement<?>>, Supplier<TupleMetadata>, Supplier<DomainParameterXref>, Supplier<Class<R>>, Supplier<String>, Runnable, Consumer<Boolean>, Function<List<R>, R>) - Constructor for class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- ReactiveAccessCallback - Interface in org.hibernate.reactive.id.enhanced
- ReactiveActionQueue - Class in org.hibernate.reactive.engine
-
A reactive counterpart to
ActionQueue
, where DML operations are queued before execution during a flush. - ReactiveActionQueue(ReactiveSession) - Constructor for class org.hibernate.reactive.engine.ReactiveActionQueue
-
Constructs an action queue bound to the given session.
- ReactiveAfterTransactionCompletionProcess - Interface in org.hibernate.reactive.engine
-
Contract representing some process that needs to occur during after transaction completion.
- ReactiveArrayJdbcType - Class in org.hibernate.reactive.type.descriptor.jdbc
-
Connection
has a methodConnection.createArrayOf(String, Object[])
, but we don't have it in Vert.x SQL Client. - ReactiveArrayJdbcType(JdbcType) - Constructor for class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
- reactiveAssemble(ReactiveRowProcessingState) - Method in interface org.hibernate.reactive.sql.results.graph.ReactiveDomainResultsAssembler
- reactiveAssemble(ReactiveRowProcessingState, JdbcValuesSourceProcessingOptions) - Method in interface org.hibernate.reactive.sql.results.graph.ReactiveDomainResultsAssembler
- reactiveAutoflush() - Method in interface org.hibernate.reactive.session.ReactiveSession
- ReactiveAutoFlushEventListener - Interface in org.hibernate.reactive.event
- reactiveAutoFlushIfRequired(Set<String>) - Method in interface org.hibernate.reactive.engine.spi.ReactiveSharedSessionContractImplementor
- ReactiveBasicSelectingDelegate - Class in org.hibernate.reactive.id.insert
- ReactiveBasicSelectingDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.reactive.id.insert.ReactiveBasicSelectingDelegate
- ReactiveBeforeTransactionCompletionProcess - Interface in org.hibernate.reactive.engine
-
Contract representing some process that needs to occur during before transaction completion.
- ReactiveCacheEntityLoaderHelper - Class in org.hibernate.reactive.loader.entity
- reactiveClose() - Method in interface org.hibernate.reactive.session.ReactiveSession
- ReactiveCollectionBatchLoader - Interface in org.hibernate.reactive.loader.ast.spi
- ReactiveConnection - Interface in org.hibernate.reactive.pool
-
Abstracts over reactive database connections, defining operations that allow queries to be executed asynchronously via
CompletionStage
. - ReactiveConnection.Expectation - Interface in org.hibernate.reactive.pool
- ReactiveConnection.Result - Interface in org.hibernate.reactive.pool
- ReactiveConnectionPool - Interface in org.hibernate.reactive.pool
-
A Hibernate
Service
that provides access to pooledreactive connections
. - ReactiveConnectionSupplier - Interface in org.hibernate.reactive.session
-
A source of
ReactiveConnection
s. - ReactiveDatabaseStructure - Interface in org.hibernate.reactive.id.enhanced
- reactiveDelete(Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveDeleteAll(int, Object...) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveDeleteAll(Object...) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveDeleteAllRows(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.collection.mutation.ReactiveRemoveCoordinator
- reactiveDeleteAllRows(Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveRemoveCoordinatorNoOp
- reactiveDeleteAllRows(Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveRemoveCoordinatorStandard
- ReactiveDeleteCoordinator - Class in org.hibernate.reactive.persister.entity.mutation
- ReactiveDeleteCoordinator(AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.persister.entity.mutation.ReactiveDeleteCoordinator
- ReactiveDeleteEventListener - Interface in org.hibernate.reactive.event
-
Defines the contract for handling of deletion events generated from a session.
- reactiveDeleteRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.collection.mutation.ReactiveDeleteRowsCoordinator
- reactiveDeleteRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveDeleteRowsCoordinatorNoOp
- reactiveDeleteRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveDeleteRowsCoordinatorStandard
- ReactiveDeleteRowsCoordinator - Interface in org.hibernate.reactive.persister.collection.mutation
- ReactiveDeleteRowsCoordinatorNoOp - Class in org.hibernate.reactive.persister.collection.mutation
- ReactiveDeleteRowsCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.reactive.persister.collection.mutation.ReactiveDeleteRowsCoordinatorNoOp
- ReactiveDeleteRowsCoordinatorStandard - Class in org.hibernate.reactive.persister.collection.mutation
- ReactiveDeleteRowsCoordinatorStandard(CollectionMutationTarget, RowMutationOperations, boolean, ServiceRegistry) - Constructor for class org.hibernate.reactive.persister.collection.mutation.ReactiveDeleteRowsCoordinatorStandard
- ReactiveDomainResultsAssembler<J> - Interface in org.hibernate.reactive.sql.results.graph
- ReactiveExecutable - Interface in org.hibernate.reactive.engine
-
An operation that is scheduled for later non-blocking execution in an
ReactiveActionQueue
. - reactiveExecute() - Method in interface org.hibernate.reactive.engine.ReactiveExecutable
- reactiveExecuteDelete(SqmDeleteStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableMutationStrategy
- reactiveExecuteInsert(SqmInsertStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableInsertStrategy
- reactiveExecuteUpdate(SqmUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableMutationStrategy
- reactiveExtractConcreteTypeStateValues(RowProcessingState) - Method in class org.hibernate.reactive.sql.results.graph.entity.ReactiveAbstractEntityInitializer
- reactiveFetch(E, Attribute<E, T>) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveFetch(T, boolean) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- reactiveFind(Class<T>, Object...) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveFind(Class<T>, Object, LockOptions, EntityGraph<T>) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveFind(Class<T>, Map<String, Object>) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveFlush() - Method in interface org.hibernate.reactive.session.ReactiveSession
- ReactiveFlushEventListener - Interface in org.hibernate.reactive.event
-
Defines the contract for handling of reactive session flush events.
- reactiveForceFlush(EntityEntry) - Method in interface org.hibernate.reactive.session.ReactiveSession
- ReactiveGenerationTarget - Class in org.hibernate.reactive.provider.service
-
Adaptor that redirects DDL generated by the schema export tool to the reactive connection.
- ReactiveGenerationTarget(ServiceRegistry) - Constructor for class org.hibernate.reactive.provider.service.ReactiveGenerationTarget
- reactiveGet(Class<? extends T>, Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveGet(Class<? extends T>, Object, LockMode, EntityGraph<T>) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveGet(Class<T>, Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveGet(String, Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveGet(String, Object, LockMode, EntityGraph<T>) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- ReactiveIdentifierGenerator<Id> - Interface in org.hibernate.reactive.id
-
A replacement for
IdentifierGenerator
, which supports a non-blocking method for obtaining the generated identifier. - ReactiveIdentifierGeneratorFactoryInitiator - Class in org.hibernate.reactive.id.factory.spi
- ReactiveIdentifierGeneratorFactoryInitiator() - Constructor for class org.hibernate.reactive.id.factory.spi.ReactiveIdentifierGeneratorFactoryInitiator
- reactiveImmediateLoad(String, Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
- ReactiveImprovedExtractionContextImpl - Class in org.hibernate.reactive.provider.service
- ReactiveImprovedExtractionContextImpl(ServiceRegistry, SqlStringGenerationContext, ExtractionContext.DatabaseObjectAccess) - Constructor for class org.hibernate.reactive.provider.service.ReactiveImprovedExtractionContextImpl
- reactiveInitializeCollection(PersistentCollection<?>, boolean) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveInitializeInstance(ReactiveRowProcessingState) - Method in class org.hibernate.reactive.sql.results.graph.entity.ReactiveAbstractEntityInitializer
- reactiveInitializeInstance(ReactiveRowProcessingState) - Method in interface org.hibernate.reactive.sql.results.graph.ReactiveInitializer
- ReactiveInitializer - Interface in org.hibernate.reactive.sql.results.graph
- reactiveInsert(Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveInsertAll(int, Object...) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveInsertAll(Object...) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- ReactiveInsertCoordinator - Class in org.hibernate.reactive.persister.entity.mutation
- ReactiveInsertCoordinator(AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.persister.entity.mutation.ReactiveInsertCoordinator
- ReactiveInsertGeneratedIdentifierDelegate - Interface in org.hibernate.reactive.id.insert
- ReactiveInsertReturningDelegate - Class in org.hibernate.reactive.id.insert
- ReactiveInsertReturningDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.reactive.id.insert.ReactiveInsertReturningDelegate
- reactiveInsertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinator
- reactiveInsertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorNoOp
- reactiveInsertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorStandard
- ReactiveInsertRowsCoordinator - Interface in org.hibernate.reactive.persister.collection.mutation
- ReactiveInsertRowsCoordinatorNoOp - Class in org.hibernate.reactive.persister.collection.mutation
- ReactiveInsertRowsCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorNoOp
- ReactiveInsertRowsCoordinatorStandard - Class in org.hibernate.reactive.persister.collection.mutation
- ReactiveInsertRowsCoordinatorStandard(CollectionMutationTarget, RowMutationOperations) - Constructor for class org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorStandard
- reactiveInternalLoad(String, Object, boolean, boolean) - Method in interface org.hibernate.reactive.session.ReactiveQueryProducer
- ReactiveJdbcMutationExecutor - Interface in org.hibernate.reactive.sql.exec.spi
- reactiveList() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- reactiveList() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- ReactiveListResultsConsumer<R> - Class in org.hibernate.reactive.sql.results.spi
- ReactiveListResultsConsumer(ReactiveListResultsConsumer.UniqueSemantic) - Constructor for class org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer
- ReactiveListResultsConsumer.UniqueSemantic - Enum in org.hibernate.reactive.sql.results.spi
-
Ways this consumer can handle in-memory row de-duplication
- reactiveLoadDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.ast.spi.ReactiveSingleIdEntityLoader
- ReactiveLoadEventListener - Interface in org.hibernate.reactive.event
-
Defines the contract for handling of load events generated from a session.
- reactiveLock(Object, LockOptions) - Method in interface org.hibernate.reactive.session.ReactiveSession
- ReactiveLockEventListener - Interface in org.hibernate.reactive.event
-
Defines the contract for handling of lock events generated from a session.
- ReactiveMarkerService - Interface in org.hibernate.reactive.provider.service
-
This service is only used to "mark" the registry as being intended for use by an instance of Hibernate Reactive.
- ReactiveMarkerServiceInitiator - Class in org.hibernate.reactive.provider.service
-
A Hibernate
service initiator
forReactiveMarkerService
. - ReactiveMarkerServiceSingleton - Class in org.hibernate.reactive.provider.service
-
A singleton
ReactiveMarkerService
that marks the registry as running in "Reactive mode" allowing the registration of reactive components. - reactiveMerge(Object, MergeContext) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveMerge(T) - Method in interface org.hibernate.reactive.session.ReactiveSession
- ReactiveMergeEventListener - Interface in org.hibernate.reactive.event
-
Defines the contract for handling of merge events generated from a session.
- ReactiveMetadataImplementor - Class in org.hibernate.reactive.boot.spi
- ReactiveMetadataImplementor(MetadataImplementor) - Constructor for class org.hibernate.reactive.boot.spi.ReactiveMetadataImplementor
- ReactiveMultiIdEntityLoader<T> - Interface in org.hibernate.reactive.loader.ast.spi
- ReactiveMutationQuery<R> - Interface in org.hibernate.reactive.query
- ReactiveNamedNativeQueryMemento - Class in org.hibernate.reactive.query.sql.spi
- ReactiveNamedNativeQueryMemento(NamedNativeQueryMemento) - Constructor for class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- ReactiveNamedSqmQueryMemento - Class in org.hibernate.reactive.query.sql.spi
- ReactiveNamedSqmQueryMemento(NamedSqmQueryMemento) - Constructor for class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- ReactiveNativeQuery<R> - Interface in org.hibernate.reactive.query
- ReactiveNativeQueryImplementor<R> - Interface in org.hibernate.reactive.query.sql.spi
- ReactiveNativeQueryInterpreter - Class in org.hibernate.reactive.query.sqm.spi
- ReactiveNativeQueryInterpreter() - Constructor for class org.hibernate.reactive.query.sqm.spi.ReactiveNativeQueryInterpreter
- ReactiveNativeSelectQueryPlan<T> - Interface in org.hibernate.reactive.query.spi
- ReactiveNaturalIdLoader<T> - Interface in org.hibernate.reactive.loader.ast.spi
- ReactiveNonSelectQueryPlan - Interface in org.hibernate.reactive.query.sql.spi
-
A reactive
NonSelectQueryPlan
- reactiveOnAutoFlush(AutoFlushEvent) - Method in interface org.hibernate.reactive.event.ReactiveAutoFlushEventListener
- reactiveOnDelete(DeleteEvent) - Method in interface org.hibernate.reactive.event.ReactiveDeleteEventListener
-
Handle the given delete event.
- reactiveOnDelete(DeleteEvent, DeleteContext) - Method in interface org.hibernate.reactive.event.ReactiveDeleteEventListener
- reactiveOnFlush(FlushEvent) - Method in interface org.hibernate.reactive.event.ReactiveFlushEventListener
-
Handle the given flush event.
- reactiveOnLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.reactive.event.ReactiveLoadEventListener
-
Handle the given load event.
- reactiveOnLock(LockEvent) - Method in interface org.hibernate.reactive.event.ReactiveLockEventListener
-
Handle the given lock event.
- reactiveOnMerge(MergeEvent) - Method in interface org.hibernate.reactive.event.ReactiveMergeEventListener
-
Handle the given merge event.
- reactiveOnMerge(MergeEvent, MergeContext) - Method in interface org.hibernate.reactive.event.ReactiveMergeEventListener
-
Handle the given merge event.
- reactiveOnPersist(PersistEvent) - Method in interface org.hibernate.reactive.event.ReactivePersistEventListener
-
Handle the given create event.
- reactiveOnPersist(PersistEvent, PersistContext) - Method in interface org.hibernate.reactive.event.ReactivePersistEventListener
-
Handle the given create event.
- reactiveOnRefresh(RefreshEvent) - Method in interface org.hibernate.reactive.event.ReactiveRefreshEventListener
-
Handle the given refresh event.
- reactiveOnRefresh(RefreshEvent, RefreshContext) - Method in interface org.hibernate.reactive.event.ReactiveRefreshEventListener
- reactivePerformInsert(String, SharedSessionContractImplementor, Binder) - Method in interface org.hibernate.reactive.id.insert.ReactiveAbstractReturningDelegate
- reactivePerformInsert(String, SharedSessionContractImplementor, Binder) - Method in class org.hibernate.reactive.id.insert.ReactiveBasicSelectingDelegate
- reactivePerformInsert(String, SharedSessionContractImplementor, Binder) - Method in interface org.hibernate.reactive.id.insert.ReactiveInsertGeneratedIdentifierDelegate
- reactivePerformInsert(String, SharedSessionContractImplementor, Binder) - Method in class org.hibernate.reactive.id.insert.ReactiveInsertReturningDelegate
- reactivePerformInsert(PreparedStatementDetails, JdbcValueBindings, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.id.insert.ReactiveAbstractReturningDelegate
- reactivePerformInsert(PreparedStatementDetails, JdbcValueBindings, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.id.insert.ReactiveAbstractSelectingDelegate
- reactivePerformInsert(PreparedStatementDetails, JdbcValueBindings, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.id.insert.ReactiveInsertGeneratedIdentifierDelegate
- reactivePerformList(DomainQueryExecutionContext) - Method in interface org.hibernate.reactive.query.sqm.spi.ReactiveSelectQueryPlan
-
Perform (execute) the query returning a List
- reactivePersist(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactivePersist(Object, PersistContext) - Method in interface org.hibernate.reactive.session.ReactiveSession
- ReactivePersistenceProvider - Class in org.hibernate.reactive.provider
-
JPA
PersistenceProvider
for Hibernate Reactive. - ReactivePersistenceProvider() - Constructor for class org.hibernate.reactive.provider.ReactivePersistenceProvider
- ReactivePersisterClassResolver - Class in org.hibernate.reactive.provider.service
-
Define the persisters required by Hibernate Reactive, usually a reactive version of the ones in Hibernate ORM.
- ReactivePersisterClassResolver() - Constructor for class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
- ReactivePersisterClassResolverInitiator - Class in org.hibernate.reactive.provider.service
-
A Hibernate
service initiator
that creates aReactivePersisterClassResolver
to register the persisters Hibernate Reactive needs. - ReactivePersisterClassResolverInitiator() - Constructor for class org.hibernate.reactive.provider.service.ReactivePersisterClassResolverInitiator
- ReactivePersistEventListener - Interface in org.hibernate.reactive.event
-
Defines the contract for handling of create events generated from a session.
- reactivePersistOnFlush(Object, PersistContext) - Method in interface org.hibernate.reactive.session.ReactiveSession
- ReactiveQuery<R> - Interface in org.hibernate.reactive.query
- ReactiveQueryImplementor<R> - Interface in org.hibernate.reactive.query
- ReactiveQueryProducer - Interface in org.hibernate.reactive.session
-
Executes queries in a non-blocking fashion.
- reactiveReadRow(ReactiveRowProcessingState, JdbcValuesSourceProcessingOptions) - Method in interface org.hibernate.reactive.sql.results.spi.ReactiveRowReader
- reactiveRefresh(Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveRefresh(Object, RefreshContext) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveRefresh(Object, LockMode) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveRefresh(Object, LockOptions) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveRefreshAll(int, Object...) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveRefreshAll(Object...) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- ReactiveRefreshEventListener - Interface in org.hibernate.reactive.event
-
Defines the contract for handling of refresh events generated from a session.
- reactiveRemove(Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveRemove(String, boolean, DeleteContext) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveRemove(String, Object, boolean, DeleteContext) - Method in interface org.hibernate.reactive.session.ReactiveSession
- ReactiveRemoveCoordinator - Interface in org.hibernate.reactive.persister.collection.mutation
- ReactiveRemoveCoordinatorNoOp - Class in org.hibernate.reactive.persister.collection.mutation
- ReactiveRemoveCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.reactive.persister.collection.mutation.ReactiveRemoveCoordinatorNoOp
- ReactiveRemoveCoordinatorStandard - Class in org.hibernate.reactive.persister.collection.mutation
- ReactiveRemoveCoordinatorStandard(CollectionMutationTarget, OperationProducer, ServiceRegistry) - Constructor for class org.hibernate.reactive.persister.collection.mutation.ReactiveRemoveCoordinatorStandard
- reactiveRemoveOrphanBeforeUpdates(String, Object) - Method in interface org.hibernate.reactive.session.ReactiveSession
- reactiveResolve(JdbcValuesMetadata, LoadQueryInfluencers, SessionFactoryImplementor) - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- reactiveResolve(JdbcValuesMetadata, LoadQueryInfluencers, SessionFactoryImplementor) - Method in interface org.hibernate.reactive.sql.results.spi.ReactiveValuesMappingProducer
- reactiveResolveInstance(ReactiveRowProcessingState) - Method in class org.hibernate.reactive.sql.results.graph.entity.ReactiveAbstractEntityInitializer
- reactiveResolveInstance(ReactiveRowProcessingState) - Method in interface org.hibernate.reactive.sql.results.graph.ReactiveInitializer
- ReactiveResolveNaturalIdEventListener - Interface in org.hibernate.reactive.event
-
Defines the contract for handling of resolve natural id events generated from a session.
- ReactiveResultsConsumer<T,R> - Interface in org.hibernate.reactive.sql.results.spi
- ReactiveResultSetMapping - Class in org.hibernate.reactive.sql.results
- ReactiveResultSetMapping(ResultSetMapping) - Constructor for class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- ReactiveRowProcessingState - Class in org.hibernate.reactive.sql.exec.spi
- ReactiveRowProcessingState(JdbcValuesSourceProcessingStateStandardImpl, ExecutionContext, ReactiveRowReader<?>, ReactiveValuesResultSet) - Constructor for class org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
- ReactiveRowReader<R> - Interface in org.hibernate.reactive.sql.results.spi
- ReactiveSchemaManagementTool - Class in org.hibernate.reactive.provider.service
- ReactiveSchemaManagementTool() - Constructor for class org.hibernate.reactive.provider.service.ReactiveSchemaManagementTool
- ReactiveSchemaManagementToolInitiator - Class in org.hibernate.reactive.provider.service
- ReactiveSchemaManagementToolInitiator() - Constructor for class org.hibernate.reactive.provider.service.ReactiveSchemaManagementToolInitiator
- ReactiveScopedUpdateCoordinator - Interface in org.hibernate.reactive.persister.entity.mutation
-
Scoped to a single operation, so that we can keep instance scoped state.
- ReactiveSelectExecutor - Interface in org.hibernate.reactive.sql.exec.spi
- ReactiveSelectionQuery<R> - Interface in org.hibernate.reactive.query
- ReactiveSelectQueryPlan<R> - Interface in org.hibernate.reactive.query.sqm.spi
- ReactiveServiceRegistryBuilder - Class in org.hibernate.reactive.provider
-
Adaptation of
StandardServiceRegistryBuilder
; the main difference is the use of a different initial set of services and the fact this will not attempt to load service contributors and otherIntegrators
. - ReactiveServiceRegistryBuilder() - Constructor for class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
-
Create a default builder.
- ReactiveServiceRegistryBuilder(BootstrapServiceRegistry) - Constructor for class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
-
Create a builder with the specified bootstrap services.
- ReactiveServiceRegistryBuilder(BootstrapServiceRegistry, LoadedConfig) - Constructor for class org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
-
Create a builder with the specified bootstrap services.
- ReactiveSession - Interface in org.hibernate.reactive.session
-
A contract with the Hibernate session backing the user-visible
reactive session
. - ReactiveSessionFactoryBuilder - Class in org.hibernate.reactive.provider.service
- ReactiveSessionFactoryBuilder(MetadataImplementor, SessionFactoryBuilderImplementor) - Constructor for class org.hibernate.reactive.provider.service.ReactiveSessionFactoryBuilder
- ReactiveSessionFactoryBuilderInitiator - Class in org.hibernate.reactive.provider.service
-
A Hibernate
service initiator
that wraps the HibernateConnectionProvider
in an instance ofNoJdbcConnectionProvider
. - ReactiveSharedSessionContractImplementor - Interface in org.hibernate.reactive.engine.spi
- ReactiveSingleIdEntityLoader<T> - Interface in org.hibernate.reactive.loader.ast.spi
-
Reactive version of
SingleIdEntityLoader
. - ReactiveSingleUniqueKeyEntityLoader<T> - Interface in org.hibernate.reactive.loader.ast.spi
-
Reactive loader subtype for loading an entity by a single unique-key value.
- ReactiveSqmMultiTableInsertStrategy - Interface in org.hibernate.reactive.query.sqm.mutation.spi
- ReactiveSqmMultiTableMutationStrategy - Interface in org.hibernate.reactive.query.sqm.mutation.spi
- ReactiveSqmMultiTableMutationStrategyProvider - Class in org.hibernate.reactive.provider.service
- ReactiveSqmMultiTableMutationStrategyProvider() - Constructor for class org.hibernate.reactive.provider.service.ReactiveSqmMultiTableMutationStrategyProvider
- ReactiveSqmMultiTableMutationStrategyProviderInitiator - Class in org.hibernate.reactive.provider.service
-
Custom variations for SqmMultiTableMutationStrategyProvider
- ReactiveSqmMultiTableMutationStrategyProviderInitiator() - Constructor for class org.hibernate.reactive.provider.service.ReactiveSqmMultiTableMutationStrategyProviderInitiator
- ReactiveSqmQueryImplementor<R> - Interface in org.hibernate.reactive.session
-
An internal contract between the reactive session implementation and the
Stage.Query
andMutiny.Query
APIs. - ReactiveSqmSelectionQuery<R> - Interface in org.hibernate.reactive.query.sqm
- ReactiveStatelessSession - Interface in org.hibernate.reactive.session
-
Mutiny A contract with the Hibernate stateless session backing the user-visible
reactive session
. - reactiveUnique() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- reactiveUnique() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- reactiveUniqueResultOptional() - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- reactiveUniqueResultOptional() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- reactiveUpdate(Object) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveUpdateAll(int, Object...) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- reactiveUpdateAll(Object...) - Method in interface org.hibernate.reactive.session.ReactiveStatelessSession
- ReactiveUpdateCoordinator - Interface in org.hibernate.reactive.persister.entity.mutation
-
A reactive
UpdateCoordinator
that allows the creation of aReactiveScopedUpdateCoordinator
scoped to a single update operation. - ReactiveUpdateCoordinatorNoOp - Class in org.hibernate.reactive.persister.entity.mutation
- ReactiveUpdateCoordinatorNoOp(AbstractEntityPersister) - Constructor for class org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorNoOp
- ReactiveUpdateCoordinatorStandard - Class in org.hibernate.reactive.persister.entity.mutation
-
Reactive version of
UpdateCoordinatorStandard
, but it cannot be share between multiple update operations. - ReactiveUpdateCoordinatorStandard(AbstractEntityPersister, SessionFactoryImplementor, MutationOperationGroup, BatchKey, MutationOperationGroup, BatchKey) - Constructor for class org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorStandard
- reactiveUpdateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinator
- reactiveUpdateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorNoOp
- reactiveUpdateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorOneToMany
- reactiveUpdateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorStandard
- ReactiveUpdateRowsCoordinator - Interface in org.hibernate.reactive.persister.collection.mutation
- ReactiveUpdateRowsCoordinatorNoOp - Class in org.hibernate.reactive.persister.collection.mutation
- ReactiveUpdateRowsCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorNoOp
- ReactiveUpdateRowsCoordinatorOneToMany - Class in org.hibernate.reactive.persister.collection.mutation
- ReactiveUpdateRowsCoordinatorOneToMany(CollectionMutationTarget, RowMutationOperations, SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorOneToMany
- ReactiveUpdateRowsCoordinatorStandard - Class in org.hibernate.reactive.persister.collection.mutation
- ReactiveUpdateRowsCoordinatorStandard(CollectionMutationTarget, RowMutationOperations, SessionFactoryImplementor) - Constructor for class org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorStandard
- ReactiveValuesMappingProducer - Interface in org.hibernate.reactive.sql.results.spi
- ReactiveValuesMappingProducerProvider - Class in org.hibernate.reactive.provider.service
- ReactiveValuesMappingProducerProvider() - Constructor for class org.hibernate.reactive.provider.service.ReactiveValuesMappingProducerProvider
- ReactiveValuesMappingProducerProviderInitiator - Class in org.hibernate.reactive.provider.service
- ReactiveValuesMappingProducerProviderInitiator() - Constructor for class org.hibernate.reactive.provider.service.ReactiveValuesMappingProducerProviderInitiator
- ReactiveValuesResultSet - Class in org.hibernate.reactive.sql.exec.spi
- ReactiveValuesResultSet(ReactiveResultSetAccess, QueryKey, String, QueryOptions, JdbcValuesMapping, JdbcValuesMetadata, ExecutionContext) - Constructor for class org.hibernate.reactive.sql.exec.spi.ReactiveValuesResultSet
- recognizeParameters(String, ParameterRecognizer) - Method in class org.hibernate.reactive.query.sqm.spi.ReactiveNativeQueryInterpreter
- refresh(int, Object...) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Refresh the entity instance state from the database.
- 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) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Refresh the entity instance state from the database.
- refresh(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Re-read the state of the given instance from the underlying database.
- refresh(Object) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Refresh the entity instance state from the database.
- refresh(Object...) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Refresh multiple entity instances at once.
- refresh(Object...) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Refresh the entity instance state from the database.
- refresh(Object, LockModeType) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Re-read the state of the given instance from the underlying database, requesting the given
LockModeType
. - refresh(Object, LockModeType) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Refresh the entity instance state from the database.
- refresh(Object, LockModeType) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Re-read the state of the given instance from the underlying database, requesting the given
LockModeType
. - refresh(Object, LockModeType) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Refresh the entity instance state from the database.
- refresh(Object, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Re-read the state of the given instance from the underlying database, requesting the given
LockMode
. - refresh(Object, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Refresh the entity instance state from the database.
- refresh(Object, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Re-read the state of the given instance from the underlying database, requesting the given
LockMode
. - refresh(Object, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Refresh the entity instance state from the database.
- refreshAll(int, Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Refresh the entity instance state from the database using the selected batch size.
- refreshAll(Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Refresh multiple entity instances at once.
- refreshAll(Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Refresh the entity instance state from the database.
- registerNonExists(EntityFetch) - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
- registerProcess(AfterTransactionCompletionProcess) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- registerProcess(BeforeTransactionCompletionProcess) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- registerProcess(ReactiveAfterTransactionCompletionProcess) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- registerProcess(ReactiveBeforeTransactionCompletionProcess) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- release() - Method in class org.hibernate.reactive.provider.service.ReactiveGenerationTarget
- remove(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Asynchronously remove a persistent instance from the datastore.
- remove(Object) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Asynchronously remove a persistent instance from the datastore.
- remove(Object...) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Remove multiple entity instances at once.
- remove(Context.Key<?>) - Method in interface org.hibernate.reactive.context.Context
-
Remove a value associated with the current reactive stream.
- removeAll(Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Remove multiple entity instances at once.
- resolve(JdbcValuesMetadata, LoadQueryInfluencers, SessionFactoryImplementor) - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- resolveId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.ast.spi.ReactiveSingleUniqueKeyEntityLoader
-
Resolve the matching id
- resolveIdToNaturalId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.ast.spi.ReactiveNaturalIdLoader
- resolveInitializer(NavigablePath) - Method in class org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
- resolveInstance(RowProcessingState) - Method in class org.hibernate.reactive.sql.results.graph.entity.ReactiveAbstractEntityInitializer
- resolveNaturalIdToId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.reactive.loader.ast.spi.ReactiveNaturalIdLoader
- resolveSelectReactiveQueryPlan() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- ResultsCheckerUtil - Class in org.hibernate.reactive.engine.jdbc
- ResultSetMapping<T> - Interface in org.hibernate.reactive.common
-
Represents the shape of a native SQL query result set, as specified by an instance of the annotation
SqlResultSetMapping
. - rollbackTransaction() - Method in class org.hibernate.reactive.pool.BatchingConnection
- rollbackTransaction() - Method in interface org.hibernate.reactive.pool.ReactiveConnection
S
- select(String) - Method in class org.hibernate.reactive.pool.BatchingConnection
- select(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- select(String, Object[]) - Method in class org.hibernate.reactive.pool.BatchingConnection
- select(String, Object[]) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- selectConnectionProvider(String) - Method in class org.hibernate.reactive.provider.service.NoJdbcMultiTenantConnectionProvider
- selectIdentifier(String, Object[], Class<T>) - Method in class org.hibernate.reactive.pool.BatchingConnection
- selectIdentifier(String, Object[], Class<T>) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- selectJdbc(String, Object[]) - Method in class org.hibernate.reactive.pool.BatchingConnection
- selectJdbc(String, Object[]) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- selectJdbcOutsideTransaction(String, Object[]) - Method in class org.hibernate.reactive.pool.BatchingConnection
- selectJdbcOutsideTransaction(String, Object[]) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
-
This method is intended to be used only for queries returning a ResultSet that must be executed outside of any "current" transaction (i.e with autocommit=true).
- setAliasSpecificLockMode(String, LockMode) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setBatchSize(Integer) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Set the session-level batch size, overriding the batch size set by the configuration property
hibernate.jdbc.batch_size
. - setBatchSize(Integer) - Method in interface org.hibernate.reactive.session.ReactiveSession
- setBatchSize(Integer) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Set the session-level batch size, overriding the batch size set by the configuration property
hibernate.jdbc.batch_size
. - setCacheable(boolean) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setCacheable(boolean) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Enable or disable caching of this query result set in the second-level query cache.
- setCacheable(boolean) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setCacheable(boolean) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setCacheable(boolean) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setCacheable(boolean) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setCacheable(boolean) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setCacheable(boolean) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setCacheable(boolean) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setCacheable(boolean) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Enable or disable caching of this query result set in the second-level query cache.
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the current
CacheMode
in effect while this query is being executed. - setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Set the
cache mode
for this session. - setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.session.ReactiveSession
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the current
CacheMode
in effect while this query is being executed. - setCacheMode(CacheMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Set the
cache mode
for this session. - setCacheRegion(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setCacheRegion(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the name of the cache region in which to store this query result set if
caching is enabled
. - setCacheRegion(String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setCacheRegion(String) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setCacheRegion(String) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setCacheRegion(String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setCacheRegion(String) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setCacheRegion(String) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setCacheRegion(String) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setCacheRegion(String) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the name of the cache region in which to store this query result set if
caching is enabled
. - setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the current
CacheRetrieveMode
in effect while this query is being executed. - setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Set the
CacheRetrieveMode
for this session. - setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the current
CacheRetrieveMode
in effect while this query is being executed. - setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Set the
CacheRetrieveMode
for this session. - setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the current
CacheStoreMode
in effect while this query is being executed. - setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Set the
CacheStoreMode
for this session. - setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the current
CacheStoreMode
in effect while this query is being executed. - setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Set the
CacheStoreMode
for this session. - setCaptain(Captain) - Method in class org.hibernate.reactive.it.lazytoone.Ship
- setComment(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.AbstractQuery
-
Set the comment for this query.
- setComment(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.MutationQuery
- setComment(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setComment(String) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
- setComment(String) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setComment(String) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setComment(String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setComment(String) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setComment(String) - Method in interface org.hibernate.reactive.stage.Stage.AbstractQuery
-
Set the comment for this query.
- setComment(String) - Method in interface org.hibernate.reactive.stage.Stage.MutationQuery
- setComment(String) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setComment(String) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
- setDefaultReadOnly(boolean) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Change the default for entities and proxies loaded into this session from modifiable to read-only mode, or from modifiable to read-only mode.
- setDefaultReadOnly(boolean) - Method in interface org.hibernate.reactive.session.ReactiveSession
- setDefaultReadOnly(boolean) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Change the default for entities and proxies loaded into this session from modifiable to read-only mode, or from modifiable to read-only mode.
- setFate(String) - Method in class org.hibernate.reactive.it.Crew
- setFetchSize(int) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setFetchSize(int) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setFetchSize(int) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setFetchSize(int) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setFetchSize(int) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setFetchSize(int) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setFirstResult(int) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setFirstResult(int) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the position of the first result that may be returned by this query when executed, where the results are numbered from 0.
- setFirstResult(int) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setFirstResult(int) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setFirstResult(int) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setFirstResult(int) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setFirstResult(int) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setFirstResult(int) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setFirstResult(int) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the position of the first result that may be returned by this query when executed, where the results are numbered from 0.
- setFlushMode(FlushModeType) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setFlushMode(FlushModeType) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the current
FlushModeType
in effect while this query is being executed. - setFlushMode(FlushModeType) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Set the
flush mode
for this session. - setFlushMode(FlushModeType) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setFlushMode(FlushModeType) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setFlushMode(FlushModeType) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setFlushMode(FlushModeType) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setFlushMode(FlushModeType) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setFlushMode(FlushModeType) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setFlushMode(FlushModeType) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the current
FlushModeType
in effect while this query is being executed. - setFlushMode(FlushModeType) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Set the
flush mode
for this session. - setFlushMode(FlushMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setFlushMode(FlushMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the current
FlushMode
in effect while this query is being executed. - setFlushMode(FlushMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Set the
flush mode
for this session. - setFlushMode(FlushMode) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setFlushMode(FlushMode) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the current
FlushMode
in effect while this query is being executed. - setFlushMode(FlushMode) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Set the
flush mode
for this session. - setFollowOnLocking(boolean) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.session.ReactiveSession
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setHibernateLockMode(LockMode) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setHibernateLockMode(LockMode) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setHibernateLockMode(LockMode) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setHint(String, Object) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setHint(String, Object) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setHint(String, Object) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setHint(String, Object) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setHint(String, Object) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setId(int) - Method in class org.hibernate.reactive.it.techempower.World
- setId(Long) - Method in class org.hibernate.reactive.it.Crew
- setId(Long) - Method in class org.hibernate.reactive.it.lazytoone.Captain
- setId(Long) - Method in class org.hibernate.reactive.it.lazytoone.Ship
- setId(Long) - Method in class org.hibernate.reactive.it.verticle.Product
- setLockMode(LockModeType) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setLockMode(LockModeType) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the
LockModeType
to use for the whole query. - setLockMode(LockModeType) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
-
Not applicable to native SQL queries, due to an unfortunate requirement of the JPA specification.
- setLockMode(LockModeType) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setLockMode(LockModeType) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setLockMode(LockModeType) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setLockMode(LockModeType) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setLockMode(LockModeType) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setLockMode(LockModeType) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the
LockModeType
to use for the whole query. - setLockMode(String, LockModeType) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setLockMode(String, LockModeType) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the
LockModeType
to use for specified alias (as defined in the query'sfrom
clause). - setLockMode(String, LockModeType) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setLockMode(String, LockModeType) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the
LockModeType
to use for specified alias (as defined in the query'sfrom
clause). - setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the
LockMode
to use for specified alias (as defined in the query'sfrom
clause). - setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
-
Not applicable to native SQL queries.
- setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setLockMode(String, LockMode) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the
LockMode
to use for specified alias (as defined in the query'sfrom
clause). - setLockMode(LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setLockMode(LockMode) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the
LockMode
to use for the whole query. - setLockMode(LockMode) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setLockMode(LockMode) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the
LockMode
to use for the whole query. - setLockOptions(LockOptions) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setLockOptions(LockOptions) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setLockOptions(LockOptions) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setLockOptions(LockOptions) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setMaxResults(int) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setMaxResults(int) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the maximum number of results that may be returned by this query when executed.
- setMaxResults(int) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setMaxResults(int) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setMaxResults(int) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setMaxResults(int) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setMaxResults(int) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setMaxResults(int) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setMaxResults(int) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the maximum number of results that may be returned by this query when executed.
- setName(String) - Method in class org.hibernate.reactive.it.Crew
- setName(String) - Method in class org.hibernate.reactive.it.lazytoone.Captain
- setName(String) - Method in class org.hibernate.reactive.it.lazytoone.Ship
- setName(String) - Method in class org.hibernate.reactive.it.verticle.Product
- setOptionalEntityName(String) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setOptionalId(Serializable) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setOptionalObject(Object) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(int, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.AbstractQuery
-
Set the value of an ordinal parameter.
- setParameter(int, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.MutationQuery
- setParameter(int, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setParameter(int, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
- setParameter(int, Object) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(int, Object) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(int, Object) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind the given argument to an ordinal query parameter.
- setParameter(int, Object) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(int, Object) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(int, Object) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(int, Object) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(int, Object) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(int, Object) - Method in interface org.hibernate.reactive.stage.Stage.AbstractQuery
-
Set the value of an ordinal parameter.
- setParameter(int, Object) - Method in interface org.hibernate.reactive.stage.Stage.MutationQuery
- setParameter(int, Object) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setParameter(int, Object) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind an
Instant
value to the ordinal query parameter using just the portion indicated by the givenTemporalType
. - setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Query
override - setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Query
override - setParameter(int, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind the given argument to an ordinal query parameter using the given Class reference to attempt to determine the
BindableType
to use. - setParameter(int, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind the given argument to an ordinal query parameter using the given
BindableType
. - setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(Parameter<P>, P) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(Parameter<P>, P) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.AbstractQuery
-
Set the value of a typed parameter.
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.MutationQuery
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.stage.Stage.AbstractQuery
-
Set the value of a typed parameter.
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.stage.Stage.MutationQuery
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
- setParameter(String, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.AbstractQuery
-
Set the value of a named parameter.
- setParameter(String, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.MutationQuery
- setParameter(String, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setParameter(String, Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
- setParameter(String, Object) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(String, Object) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(String, Object) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameter(String, Object) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(String, Object) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(String, Object) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(String, Object) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(String, Object) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(String, Object) - Method in interface org.hibernate.reactive.stage.Stage.AbstractQuery
-
Set the value of a named parameter.
- setParameter(String, Object) - Method in interface org.hibernate.reactive.stage.Stage.MutationQuery
- setParameter(String, Object) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setParameter(String, Object) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind an
Instant
value to the named query parameter using just the portion indicated by the givenTemporalType
. - setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(int, Object[]) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(int, Object[]) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(int, Object[]) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to an ordinal query parameter.
- setParameterList(int, Object[]) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(int, Object[]) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(int, Object[]) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(int, Object[]) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(int, Object[]) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(int, Collection) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(int, Collection) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(int, Collection) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to an ordinal query parameter.
- setParameterList(int, Collection) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(int, Collection) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(int, Collection) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(int, Collection) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(int, Collection) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to an ordinal query parameter using the given Class reference to attempt to determine the
BindableType
to use. - setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to an ordinal query parameter using the given
BindableType
. - setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to an ordinal query parameter using the given
Class
reference to attempt to determine theBindableType
to use. - setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to an ordinal query parameter using the given
BindableType
. - setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(String, Object[]) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(String, Object[]) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(String, Object[]) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to a named query parameter.
- setParameterList(String, Object[]) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(String, Object[]) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(String, Object[]) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(String, Object[]) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(String, Object[]) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(String, Collection) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(String, Collection) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(String, Collection) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameterList(String, Collection) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(String, Collection) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(String, Collection) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(String, Collection) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(String, Collection) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to a named query parameter using the given
BindableType
. - setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine the
BindableType
to use. - setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to a named query parameter using the given
BindableType
. - setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
. - setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
using the given Class reference to attempt to determine theBindableType
to use. - setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
, inferring theBindableType
. - setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
using the given Class reference to attempt to determine theBindableType
to use. - setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
, inferring theBindableType
. - setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setPicture(byte[]) - Method in class org.hibernate.reactive.it.lazytoone.Ship
- setPlan(EntityGraph<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setPlan(EntityGraph<R>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the
EntityGraph
that will be used as a fetch plan for the root entity returned by this query. - setPlan(EntityGraph<R>) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setPlan(EntityGraph<R>) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
Set the
EntityGraph
that will be used as a fetch plan for the root entity returned by this query. - setPrice(BigDecimal) - Method in class org.hibernate.reactive.it.verticle.Product
- setProperties(Object) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setProperties(Object) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setProperties(Object) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind the property values of the given bean to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using heuristics.
- setProperties(Object) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setProperties(Object) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setProperties(Object) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setProperties(Object) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setProperties(Object) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setProperties(Map) - Method in interface org.hibernate.reactive.query.ReactiveMutationQuery
- setProperties(Map) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setProperties(Map) - Method in interface org.hibernate.reactive.query.ReactiveQuery
-
Bind the values of the given Map for each named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using heuristics.
- setProperties(Map) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setProperties(Map) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setProperties(Map) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setProperties(Map) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setProperties(Map) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setRandomNumber(int) - Method in class org.hibernate.reactive.it.techempower.World
- setReadOnly(boolean) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Query
- setReadOnly(boolean) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SelectionQuery
-
Set the read-only/modifiable mode for entities and proxies loaded by this Query.
- setReadOnly(boolean) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setReadOnly(boolean) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setReadOnly(boolean) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setReadOnly(boolean) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setReadOnly(boolean) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setReadOnly(boolean) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setReadOnly(boolean) - Method in interface org.hibernate.reactive.stage.Stage.Query
- setReadOnly(boolean) - Method in interface org.hibernate.reactive.stage.Stage.SelectionQuery
-
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(Object, boolean) - Method in interface org.hibernate.reactive.session.ReactiveSession
- 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.
- setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- setRole(String) - Method in class org.hibernate.reactive.it.Crew
- setShip(Ship) - Method in class org.hibernate.reactive.it.lazytoone.Captain
- setTimeout(int) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setTimeout(int) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setTimeout(int) - Method in interface org.hibernate.reactive.query.ReactiveSelectionQuery
- setTimeout(int) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setTimeout(int) - Method in interface org.hibernate.reactive.query.sqm.ReactiveSqmSelectionQuery
- setTimeout(int) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- Settings - Interface in org.hibernate.reactive.provider
-
Configuration properties for the Hibernate Reactive persistence provider, for use with
ReactiveServiceRegistryBuilder
. - setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.reactive.query.ReactiveNativeQuery
- setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.reactive.query.ReactiveQuery
- setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.reactive.query.ReactiveQueryImplementor
- setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.reactive.session.ReactiveSqmQueryImplementor
- Ship - Class in org.hibernate.reactive.it.lazytoone
- Ship() - Constructor for class org.hibernate.reactive.it.lazytoone.Ship
- Ship(String) - Constructor for class org.hibernate.reactive.it.lazytoone.Ship
- singleTableEntityPersister() - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
- size() - Method in interface org.hibernate.reactive.pool.ReactiveConnection.Result
- sortActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- sortCollectionActions() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- SQL_CLIENT_POOL - Static variable in interface org.hibernate.reactive.provider.Settings
-
Specifies a
ReactiveConnectionPool
class. - SQL_CLIENT_POOL_CONFIG - Static variable in interface org.hibernate.reactive.provider.Settings
-
Specifies a
SqlClientPoolConfiguration
class. - SqlServerReactiveInformationExtractorImpl - Class in org.hibernate.reactive.provider.service
-
An implementation of
AbstractReactiveInformationSchemaBasedExtractorImpl
specifically for SQL Server that obtains metadata from SQL Server's system tables, when it is not available from SQL Server's information_schema. - SqlServerReactiveInformationExtractorImpl(ExtractionContext) - Constructor for class org.hibernate.reactive.provider.service.SqlServerReactiveInformationExtractorImpl
- Stage - Interface in org.hibernate.reactive.stage
-
An API for Hibernate Reactive where non-blocking operations are represented by a Java
CompletionStage
. - Stage.AbstractQuery - Interface in org.hibernate.reactive.stage
-
A non-blocking counterpart to the Hibernate
Query
interface, allowing reactive execution of HQL and JPQL queries. - Stage.Closeable - Interface in org.hibernate.reactive.stage
-
An object whose
Stage.Closeable.close()
method returns aCompletionStage
. - Stage.MutationQuery - Interface in org.hibernate.reactive.stage
- Stage.Query<R> - Interface in org.hibernate.reactive.stage
- Stage.SelectionQuery<R> - Interface in org.hibernate.reactive.stage
- 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
-
Factory for
reactive sessions
. - Stage.StatelessSession - Interface in org.hibernate.reactive.stage
-
A non-blocking counterpart to the Hibernate
StatelessSession
interface, which provides a command-oriented API for performing bulk operations against a database. - Stage.Transaction - Interface in org.hibernate.reactive.stage
-
Allows code within
Stage.Session.withTransaction(Function)
to mark a transaction for rollback. - StageGenerator - Class in org.hibernate.reactive.tuple
- StageGenerator() - Constructor for class org.hibernate.reactive.tuple.StageGenerator
- start(Promise<Void>) - Method in class org.hibernate.reactive.it.techempower.WorldVerticle
- start(Promise<Void>) - Method in class org.hibernate.reactive.it.verticle.ProductVerticle
- stop(Promise<Void>) - Method in class org.hibernate.reactive.it.techempower.WorldVerticle
- stop(Promise<Void>) - Method in class org.hibernate.reactive.it.verticle.ProductVerticle
- supportsAggressiveRelease() - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
T
- toMemento(String) - Method in interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
- toMemento(String) - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- toQuery(SharedSessionContractImplementor) - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- toQuery(SharedSessionContractImplementor) - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- toQuery(SharedSessionContractImplementor, Class<T>) - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- toQuery(SharedSessionContractImplementor, Class<T>) - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- toQuery(SharedSessionContractImplementor, String) - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- toSelectionQuery(Class<T>, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- toString() - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
-
Returns a string representation of the object.
- toString() - Method in class org.hibernate.reactive.it.Crew
- toString() - Method in class org.hibernate.reactive.it.lazytoone.Captain
- toString() - Method in class org.hibernate.reactive.it.lazytoone.Ship
- toString() - Method in class org.hibernate.reactive.it.techempower.World
- toString() - Method in class org.hibernate.reactive.it.verticle.Product
- toString() - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorNoOp
- toString() - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveRemoveCoordinatorNoOp
- toString() - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorNoOp
- toString() - Method in class org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer
- toString() - Method in class org.hibernate.reactive.type.descriptor.jdbc.ReactiveArrayJdbcType
U
- unionSubclassEntityPersister() - Method in class org.hibernate.reactive.provider.service.ReactivePersisterClassResolver
- uniqueResult() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- uniqueResultOptional() - Method in class org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery
- unproxy(T) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Asynchronously fetch an association that's configured for lazy loading, and unwrap the underlying entity implementation from any proxy.
- unproxy(T) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Asynchronously fetch an association that's configured for lazy loading, and unwrap the underlying entity implementation from any proxy.
- unScheduleDeletion(EntityEntry, Object) - Method in class org.hibernate.reactive.engine.ReactiveActionQueue
- unwrap(Class<T>) - Method in class org.hibernate.reactive.provider.service.NoJdbcConnectionProvider
- update(int, Object...) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Update multiple rows.
- update(Object) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Update a row.
- update(Object) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Update a row.
- update(Object...) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Update multiple rows.
- update(String) - Method in class org.hibernate.reactive.pool.BatchingConnection
- update(String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- update(String, Object[]) - Method in class org.hibernate.reactive.pool.BatchingConnection
- update(String, Object[]) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- update(String, Object[], boolean, ReactiveConnection.Expectation) - Method in class org.hibernate.reactive.pool.BatchingConnection
- update(String, Object[], boolean, ReactiveConnection.Expectation) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- update(String, List<Object[]>) - Method in class org.hibernate.reactive.pool.BatchingConnection
- update(String, List<Object[]>) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- updateAll(int, Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Update multiple rows.
- updateAll(Object...) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Update multiple rows.
- updateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorNoOp
- updateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorOneToMany
- updateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorStandard
- USE_DOCKER - Static variable in class org.hibernate.reactive.it.techempower.VertxServer
- USE_DOCKER - Static variable in class org.hibernate.reactive.it.verticle.VertxServer
- USERNAME - Static variable in class org.hibernate.reactive.it.techempower.VertxServer
- USERNAME - Static variable in class org.hibernate.reactive.it.verticle.VertxServer
V
- validate(QueryEngine) - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
- validate(QueryEngine) - Method in class org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento
- valueOf(String) - Static method in enum org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer.UniqueSemantic
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.hibernate.reactive.sql.results.spi.ReactiveListResultsConsumer.UniqueSemantic
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verifyOutcome(int, int, String) - Method in interface org.hibernate.reactive.pool.ReactiveConnection.Expectation
- VERTICLE_INSTANCES - Static variable in class org.hibernate.reactive.it.techempower.VertxServer
- VertxInstance - Interface in org.hibernate.reactive.vertx
-
Used by
DefaultSqlClientPool
andVertxContext
to obtain an instance ofVertx
. - vertxOptions() - Static method in class org.hibernate.reactive.it.techempower.VertxServer
- vertxOptions() - Static method in class org.hibernate.reactive.it.verticle.VertxServer
- VertxServer - Class in org.hibernate.reactive.it.techempower
-
Make it easier to run benchmarks with external tools like "wrk"
- VertxServer - Class in org.hibernate.reactive.it.verticle
-
Make it easier to run benchmarks with external tools like "wrk"
- VertxServer() - Constructor for class org.hibernate.reactive.it.techempower.VertxServer
- VertxServer() - Constructor for class org.hibernate.reactive.it.verticle.VertxServer
- visitLegacyFetchBuilders(Consumer<DynamicFetchBuilderLegacy>) - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
- visitResultBuilders(BiConsumer<Integer, ResultBuilder>) - Method in class org.hibernate.reactive.sql.results.ReactiveResultSetMapping
W
- withBatchSize(int) - Method in class org.hibernate.reactive.pool.BatchingConnection
- withBatchSize(int) - Method in interface org.hibernate.reactive.pool.ReactiveConnection
- withSession(String, Function<Mutiny.Session, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Perform work using a
reactive session
for a specified tenant. - withSession(String, Function<Stage.Session, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Perform work using a
reactive session
for a specified tenant. - withSession(Function<Mutiny.Session, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Perform work using a
reactive session
. - withSession(Function<Stage.Session, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Perform work using a
reactive session
. - withStatelessSession(String, Function<Mutiny.StatelessSession, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Perform work using a
stateless session
. - withStatelessSession(String, Function<Stage.StatelessSession, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Perform work using a
stateless session
. - withStatelessSession(Function<Mutiny.StatelessSession, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Perform work using a
stateless session
. - withStatelessSession(Function<Stage.StatelessSession, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Perform work using a
stateless session
. - withStatelessTransaction(String, BiFunction<Mutiny.StatelessSession, Mutiny.Transaction, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Perform work using a
reactive session
for a specified tenant within an associatedtransaction
. - withStatelessTransaction(String, BiFunction<Stage.StatelessSession, Stage.Transaction, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Perform work using a
reactive session
within an associatedtransaction
. - withStatelessTransaction(BiFunction<Mutiny.StatelessSession, Mutiny.Transaction, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Perform work using a
reactive session
within an associatedtransaction
. - withStatelessTransaction(BiFunction<Stage.StatelessSession, Stage.Transaction, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Perform work using a
reactive session
within an associatedtransaction
. - withStatelessTransaction(Function<Mutiny.StatelessSession, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Perform work using a
reactive session
within an associatedtransaction
. - withStatelessTransaction(Function<Stage.StatelessSession, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Perform work using a
reactive session
within an associatedtransaction
. - withTransaction(String, BiFunction<Mutiny.Session, Mutiny.Transaction, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Perform work using a
reactive session
for a specified tenant within an associatedtransaction
. - withTransaction(String, BiFunction<Stage.Session, Stage.Transaction, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Perform work using a
reactive session
for a specified tenant within an associatedtransaction
. - withTransaction(BiFunction<Mutiny.Session, Mutiny.Transaction, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Perform work using a
reactive session
within an associatedtransaction
. - withTransaction(BiFunction<Stage.Session, Stage.Transaction, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Perform work using a
reactive session
within an associatedtransaction
. - withTransaction(Function<Mutiny.Session, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Perform work using a
reactive session
within an associated transaction. - withTransaction(Function<Mutiny.Transaction, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.Session
-
Performs the given work within the scope of a database transaction, automatically flushing the session.
- withTransaction(Function<Mutiny.Transaction, Uni<T>>) - Method in interface org.hibernate.reactive.mutiny.Mutiny.StatelessSession
-
Performs the given work within the scope of a database transaction, automatically flushing the session.
- withTransaction(Function<Stage.Session, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.SessionFactory
-
Perform work using a
reactive session
within an associated transaction. - withTransaction(Function<Stage.Transaction, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.Session
-
Performs the given work within the scope of a database transaction, automatically flushing the session.
- withTransaction(Function<Stage.Transaction, CompletionStage<T>>) - Method in interface org.hibernate.reactive.stage.Stage.StatelessSession
-
Performs the given work within the scope of a database transaction, automatically flushing the session.
- World - Class in org.hibernate.reactive.it.techempower
- World() - Constructor for class org.hibernate.reactive.it.techempower.World
- WorldVerticle - Class in org.hibernate.reactive.it.techempower
- WorldVerticle(Supplier<Mutiny.SessionFactory>) - Constructor for class org.hibernate.reactive.it.techempower.WorldVerticle
All Classes All Packages