Class ReactiveStatelessSessionImpl
java.lang.Object
org.hibernate.internal.AbstractSharedSessionContract
org.hibernate.internal.StatelessSessionImpl
org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
- All Implemented Interfaces:
Serializable,AutoCloseable,org.hibernate.engine.jdbc.LobCreationContext,org.hibernate.engine.spi.SharedSessionContractImplementor,org.hibernate.query.QueryProducer,org.hibernate.query.spi.QueryProducerImplementor,ReactiveSharedSessionContractImplementor,ReactiveConnectionSupplier,ReactiveQueryProducer,ReactiveStatelessSession,org.hibernate.resource.jdbc.spi.JdbcSessionOwner,org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder.Options,org.hibernate.SharedSessionContract,org.hibernate.StatelessSession,org.hibernate.type.descriptor.java.JavaType.CoercionContext,org.hibernate.type.descriptor.WrapperOptions
public class ReactiveStatelessSessionImpl
extends org.hibernate.internal.StatelessSessionImpl
implements ReactiveStatelessSession
An
ReactiveStatelessSession implemented by extension of
the StatelessSessionImpl in Hibernate core. Extension was
preferred to delegation because there are places where
Hibernate core compares the identity of session instances.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.engine.jdbc.LobCreationContext
org.hibernate.engine.jdbc.LobCreationContext.Callback<T extends Object> -
Field Summary
Fields inherited from class org.hibernate.internal.StatelessSessionImpl
MULTI_ID_LOAD_OPTIONSFields inherited from class org.hibernate.internal.AbstractSharedSessionContract
closed, waitingForAutoClose -
Constructor Summary
ConstructorsConstructorDescriptionReactiveStatelessSessionImpl(org.hibernate.internal.SessionFactoryImpl factory, org.hibernate.internal.SessionCreationOptions options, ReactiveConnection connection) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcheckTransactionNeededForUpdateOperation(String exceptionMessage) voidclose()voidclose(CompletableFuture<Void> closing) <T> org.hibernate.graph.spi.RootGraphImplementor<T>createEntityGraph(Class<T> entity) <T> org.hibernate.graph.spi.RootGraphImplementor<T>createEntityGraph(Class<T> entity, String name) <R> ReactiveMutationQuery<R>createNamedReactiveMutationQuery(String queryName) <R> ReactiveSelectionQuery<R>createNamedReactiveSelectionQuery(String queryName) <R> ReactiveSelectionQuery<R>createNamedReactiveSelectionQuery(String queryName, Class<R> expectedResultType) <R> ReactiveMutationQuery<R>createNativeReactiveMutationQuery(String sqlString) <R> ReactiveMutationQuery<R>createReactiveMutationQuery(jakarta.persistence.criteria.CriteriaDelete<R> deleteQuery) <R> ReactiveMutationQuery<R>createReactiveMutationQuery(jakarta.persistence.criteria.CriteriaUpdate<R> updateQuery) <R> ReactiveMutationQuery<R>createReactiveMutationQuery(String hqlString) <R> ReactiveMutationQuery<R>createReactiveMutationQuery(org.hibernate.query.criteria.JpaCriteriaInsert<R> insert) <R> ReactiveQueryImplementor<R>createReactiveNamedQuery(String queryName) <R> ReactiveQueryImplementor<R>createReactiveNamedQuery(String queryName, Class<R> resultType) createReactiveNativeQuery(String sqlString) <R> ReactiveNativeQuery<R>createReactiveNativeQuery(String sqlString, Class<R> resultClass) <R> ReactiveNativeQuery<R>createReactiveNativeQuery(String sqlString, Class<R> resultClass, String tableAlias) Deprecated, for removal: This API element is subject to removal in a future version.<R> ReactiveNativeQuery<R>createReactiveNativeQuery(String queryString, Class<R> resultType, AffectedEntities affectedEntities) <R> ReactiveNativeQuery<R>createReactiveNativeQuery(String sqlString, String resultSetMappingName) Deprecated, for removal: This API element is subject to removal in a future version.<R> ReactiveNativeQuery<R>createReactiveNativeQuery(String sqlString, String resultSetMappingName, Class<R> resultClass) Deprecated, for removal: This API element is subject to removal in a future version.<R> ReactiveNativeQuery<R>createReactiveNativeQuery(String queryString, AffectedEntities affectedEntities) <R> ReactiveNativeQueryImpl<R>createReactiveNativeQuery(String queryString, ResultSetMapping<R> resultSetMapping) <R> ReactiveNativeQuery<R>createReactiveNativeQuery(String queryString, ResultSetMapping<R> resultSetMapping, AffectedEntities affectedEntities) <R> ReactiveQuery<R>createReactiveQuery(jakarta.persistence.criteria.CriteriaQuery<R> criteriaQuery) <R> ReactiveQuery<R>createReactiveQuery(jakarta.persistence.TypedQueryReference<R> typedQueryReference) <R> ReactiveSqmQueryImplementor<R>createReactiveQuery(String queryString) <R> ReactiveSqmQueryImplementor<R>createReactiveQuery(String queryString, Class<R> expectedResultType) <R> ReactiveSelectionQuery<R>createReactiveSelectionQuery(jakarta.persistence.criteria.CriteriaQuery<R> criteria) <R> ReactiveSelectionQuery<R>createReactiveSelectionQuery(String hqlString, Class<R> resultType) org.hibernate.dialect.Dialect<T> org.hibernate.graph.spi.RootGraphImplementor<T>getEntityGraph(Class<T> entity, String name) getEntityPersister(String entityName, Object object) org.hibernate.engine.spi.LoadQueryInfluencersorg.hibernate.engine.spi.PersistenceContextorg.hibernate.engine.spi.PersistenceContextObtain theReactiveConnectionthat is associated with the current session.<T> ResultSetMapping<T>getResultSetMapping(Class<T> resultType, String mappingName) org.hibernate.engine.spi.SharedSessionContractImplementorprotected ObjectinternalLoadGet(String entityName, Object id, org.hibernate.engine.spi.PersistenceContext persistenceContext) voidprepareForQueryExecution(boolean requiresTxn) reactiveDelete(Object entity) reactiveDeleteAll(int batchSize, Object... entities) reactiveDeleteAll(Object... entities) <T> CompletionStage<T>reactiveFetch(T association, boolean unproxy) <T> CompletionStage<T>reactiveGet(Class<T> entityClass, Object id) <T> CompletionStage<List<T>>reactiveGet(Class<T> entityClass, Object... ids) <T> CompletionStage<T>reactiveGet(Class<T> entityClass, Object id, org.hibernate.LockMode lockMode, jakarta.persistence.EntityGraph<T> fetchGraph) <T> CompletionStage<T>reactiveGet(String entityName, Object id) <T> CompletionStage<T>reactiveGet(String entityName, Object id, org.hibernate.LockMode lockMode, jakarta.persistence.EntityGraph<T> fetchGraph) reactiveImmediateLoad(String entityName, Object id) reactiveInitializeCollection(org.hibernate.collection.spi.PersistentCollection<?> collection, boolean writing) reactiveInsert(Object entity) reactiveInsertAll(int batchSize, Object... entities) reactiveInsertAll(Object... entities) reactiveInternalLoad(String entityName, Object id, boolean eager, boolean nullable) reactiveRefresh(Object entity) reactiveRefresh(Object entity, org.hibernate.LockMode lockMode) reactiveRefreshAll(int batchSize, Object... entities) reactiveRefreshAll(Object... entities) reactiveUpdate(Object entity) reactiveUpdateAll(int batchSize, Object... entities) reactiveUpdateAll(Object... entities) reactiveUpsert(Object entity) reactiveUpsertAll(int batchSize, Object... entities) Methods inherited from class org.hibernate.internal.StatelessSessionImpl
afterOperation, afterScrollOperation, afterTransactionBegin, afterTransactionCompletion, autoFlushIfRequired, autoPreFlush, beforeTransactionCompletion, bestGuessEntityName, delete, delete, deleteMultiple, fetch, firePostDelete, firePostInsert, firePostRecreate, firePostRemove, firePostUpdate, firePostUpdate, firePostUpsert, firePreDelete, firePreInsert, firePreRecreate, firePreRemove, firePreUpdate, firePreUpdate, firePreUpsert, flush, flushBeforeTransactionCompletion, forEachOwnedCollection, get, get, get, get, get, get, get, get, getContextEntityIdentifier, getEntityUsingInterceptor, getHibernateFlushMode, getIdentifier, getMultiple, getMultiple, getMultiple, getMultiple, guessEntityName, idToUpsert, immediateLoad, initializeCollection, insert, insert, insertMultiple, instantiate, instantiate, instantiateEmpty, internalLoad, isAutoCloseSessionEnabled, isDefaultReadOnly, isIdentifierRollbackEnabled, isTransactionInProgress, loadFromSecondLevelCache, lock, lockCacheItem, lockCacheItem, refresh, refresh, refresh, refresh, registerProcess, removeCacheItem, removeCacheItem, shouldAutoClose, shouldAutoJoinTransaction, unwrap, update, update, updateMultiple, upsert, upsert, upsertMultiple, versionToUpsert, wrapMethods inherited from class org.hibernate.internal.AbstractSharedSessionContract
accessTransaction, addSharedSessionTransactionObserver, afterObtainConnection, applyQuerySettingsAndHints, applyQuerySettingsAndHints, beforeReleaseConnection, beginTransaction, buildNamedQuery, checkMutationQuery, checkOpen, checkResultType, checkSelectionQuery, checkTransactionSynchStatus, cleanupOnClose, createCriteriaQuery, createEntityGraph, createMutationQuery, createMutationQuery, createMutationQuery, createMutationQuery, createNamedMutationQuery, createNamedQuery, createNamedQuery, createNamedSelectionQuery, createNamedSelectionQuery, createNamedStoredProcedureQuery, createNativeMutationQuery, createNativeQuery, createNativeQuery, createNativeQuery, createNativeQuery, createNativeQuery, createNativeQueryImplementor, createNativeQueryImplementor, createNativeQueryImplementor, createQuery, createQuery, createQuery, createQuery, createQuery, createQuery, createSelectionQuery, createSelectionQuery, createSelectionQuery, createSelectionQuery, createSqmQueryImplementor, createSqmQueryImplementor, createSqmQueryImplementor, createStoredProcedureCall, createStoredProcedureCall, createStoredProcedureCall, createStoredProcedureQuery, createStoredProcedureQuery, createStoredProcedureQuery, delayedAfterCompletion, disableFilter, doReturningWork, doWork, enableFilter, execute, generateEntityKey, getCacheMode, getCacheTransactionSynchronization, getConfiguredJdbcBatchSize, getCriteriaBuilder, getCurrentTransaction, getEnabledFilter, getEntityGraph, getEntityGraphs, getEntityNameResolver, getEventListenerManager, getEventMonitor, getExceptionConverter, getFactory, getInterceptor, getJdbcBatchSize, getJdbcConnectionAccess, getJdbcCoordinator, getJdbcServices, getJdbcSessionContext, getJdbcTimeZone, getJsonFormatMapper, getLobCreator, getNamedNativeQuery, getNamedNativeQuery, getNamedProcedureCall, getNamedQuery, getNativeJdbcParametersIgnored, getPreferredSqlTypeCodeForBoolean, getResultSetMappingMemento, getSessionAssociationMarkers, getSessionFactory, getSessionIdentifier, getSessionToken, getTenantIdentifier, getTenantIdentifierValue, getTransaction, getTransactionCoordinator, getTypeConfiguration, getXmlFormatMapper, interpretHql, isClosed, isConnected, isCriteriaCopyTreeEnabled, isCriteriaPlanCacheEnabled, isJoinedToTransaction, isOpen, isOpenOrWaitingForAutoClose, joinTransaction, markForRollbackOnly, prepareForAutoClose, pulseTransactionCoordinator, removeSharedSessionTransactionObserver, requireCollectionPersister, requireEntityPersister, requireEntityPersister, setCacheMode, setClosed, setCriteriaCopyTreeEnabled, setCriteriaPlanCacheEnabled, setJdbcBatchSize, setNativeJdbcParametersIgnored, setUpMultitenancy, shouldCloseJdbcCoordinatorOnClose, startTransactionBoundary, useStreamForLobBindingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
getEventManager, getSqlExceptionHelperMethods inherited from interface org.hibernate.engine.jdbc.LobCreationContext
fromContextMethods inherited from interface org.hibernate.query.QueryProducer
createMutationQuery, createNamedSelectionQuery, createNamedSelectionQuery, createSelectionQuery, createSelectionQuery, createSelectionQuery, createSelectionQueryMethods inherited from interface org.hibernate.reactive.session.ReactiveQueryProducer
getFactoryMethods inherited from interface org.hibernate.reactive.engine.spi.ReactiveSharedSessionContractImplementor
reactiveAutoFlushIfRequiredMethods inherited from interface org.hibernate.reactive.session.ReactiveStatelessSession
getIdentifier, isOpenMethods inherited from interface org.hibernate.SharedSessionContract
beginTransaction, createNamedStoredProcedureQuery, createStoredProcedureCall, createStoredProcedureCall, createStoredProcedureCall, createStoredProcedureQuery, createStoredProcedureQuery, createStoredProcedureQuery, disableFilter, doReturningWork, doWork, enableFilter, fromTransaction, getCacheMode, getCriteriaBuilder, getEnabledFilter, getEntityGraphs, getJdbcBatchSize, getNamedProcedureCall, getTenantIdentifier, getTenantIdentifierValue, getTransaction, inTransaction, isConnected, isJoinedToTransaction, isOpen, joinTransaction, setCacheMode, setJdbcBatchSizeMethods inherited from interface org.hibernate.engine.spi.SharedSessionContractImplementor
asEventSource, asSessionImplementor, asStatelessSession, autoFlushIfRequired, bestGuessEntityName, getSession, isEventSource, isSessionImplementor, isStatelessSession
-
Constructor Details
-
ReactiveStatelessSessionImpl
public ReactiveStatelessSessionImpl(org.hibernate.internal.SessionFactoryImpl factory, org.hibernate.internal.SessionCreationOptions options, ReactiveConnection connection)
-
-
Method Details
-
getPersistenceContext
public org.hibernate.engine.spi.PersistenceContext getPersistenceContext()- Specified by:
getPersistenceContextin interfaceReactiveSharedSessionContractImplementor- Specified by:
getPersistenceContextin interfaceorg.hibernate.engine.spi.SharedSessionContractImplementor- Overrides:
getPersistenceContextin classorg.hibernate.internal.StatelessSessionImpl
-
checkOpen
public void checkOpen()- Specified by:
checkOpenin interfaceorg.hibernate.engine.spi.SharedSessionContractImplementor
-
getDialect
public org.hibernate.dialect.Dialect getDialect()- Specified by:
getDialectin interfaceReactiveQueryProducer- Specified by:
getDialectin interfaceorg.hibernate.engine.spi.SharedSessionContractImplementor- Specified by:
getDialectin interfaceorg.hibernate.type.descriptor.WrapperOptions- Overrides:
getDialectin classorg.hibernate.internal.AbstractSharedSessionContract
-
getPersistenceContextInternal
public org.hibernate.engine.spi.PersistenceContext getPersistenceContextInternal()- Specified by:
getPersistenceContextInternalin interfaceorg.hibernate.engine.spi.SharedSessionContractImplementor- Overrides:
getPersistenceContextInternalin classorg.hibernate.internal.StatelessSessionImpl
-
getReactiveConnection
Description copied from interface:ReactiveConnectionSupplierObtain theReactiveConnectionthat is associated with the current session.- Specified by:
getReactiveConnectionin interfaceReactiveConnectionSupplier
-
checkTransactionNeededForUpdateOperation
- Specified by:
checkTransactionNeededForUpdateOperationin interfaceorg.hibernate.engine.spi.SharedSessionContractImplementor- Overrides:
checkTransactionNeededForUpdateOperationin classorg.hibernate.internal.AbstractSharedSessionContract
-
reactiveGet
- Specified by:
reactiveGetin interfaceReactiveStatelessSession
-
reactiveGet
- Specified by:
reactiveGetin interfaceReactiveStatelessSession
-
reactiveGet
- Specified by:
reactiveGetin interfaceReactiveStatelessSession
-
reactiveGet
public <T> CompletionStage<T> reactiveGet(Class<T> entityClass, Object id, org.hibernate.LockMode lockMode, jakarta.persistence.EntityGraph<T> fetchGraph) - Specified by:
reactiveGetin interfaceReactiveStatelessSession
-
getLoadQueryInfluencers
public org.hibernate.engine.spi.LoadQueryInfluencers getLoadQueryInfluencers()- Specified by:
getLoadQueryInfluencersin interfaceorg.hibernate.engine.spi.SharedSessionContractImplementor- Overrides:
getLoadQueryInfluencersin classorg.hibernate.internal.StatelessSessionImpl
-
reactiveGet
public <T> CompletionStage<T> reactiveGet(String entityName, Object id, org.hibernate.LockMode lockMode, jakarta.persistence.EntityGraph<T> fetchGraph) - Specified by:
reactiveGetin interfaceReactiveStatelessSession
-
getEntityPersister
public ReactiveEntityPersister getEntityPersister(String entityName, Object object) throws org.hibernate.HibernateException - Specified by:
getEntityPersisterin interfaceorg.hibernate.engine.spi.SharedSessionContractImplementor- Overrides:
getEntityPersisterin classorg.hibernate.internal.StatelessSessionImpl- Throws:
org.hibernate.HibernateException
-
reactiveInsert
- Specified by:
reactiveInsertin interfaceReactiveStatelessSession
-
reactiveDelete
- Specified by:
reactiveDeletein interfaceReactiveStatelessSession
-
reactiveUpdate
- Specified by:
reactiveUpdatein interfaceReactiveStatelessSession
-
reactiveRefresh
- Specified by:
reactiveRefreshin interfaceReactiveStatelessSession
-
reactiveRefresh
- Specified by:
reactiveRefreshin interfaceReactiveStatelessSession
-
reactiveUpsert
- Specified by:
reactiveUpsertin interfaceReactiveStatelessSession- See Also:
-
StatelessSessionImpl.upsert(Object)
-
reactiveUpsertAll
- Specified by:
reactiveUpsertAllin interfaceReactiveStatelessSession
-
reactiveInsertAll
- Specified by:
reactiveInsertAllin interfaceReactiveStatelessSession
-
reactiveInsertAll
- Specified by:
reactiveInsertAllin interfaceReactiveStatelessSession
-
reactiveUpdateAll
- Specified by:
reactiveUpdateAllin interfaceReactiveStatelessSession
-
reactiveUpdateAll
- Specified by:
reactiveUpdateAllin interfaceReactiveStatelessSession
-
reactiveDeleteAll
- Specified by:
reactiveDeleteAllin interfaceReactiveStatelessSession
-
reactiveDeleteAll
- Specified by:
reactiveDeleteAllin interfaceReactiveStatelessSession
-
reactiveRefreshAll
- Specified by:
reactiveRefreshAllin interfaceReactiveStatelessSession
-
reactiveRefreshAll
- Specified by:
reactiveRefreshAllin interfaceReactiveStatelessSession
-
reactiveInternalLoad
public CompletionStage<Object> reactiveInternalLoad(String entityName, Object id, boolean eager, boolean nullable) - Specified by:
reactiveInternalLoadin interfaceReactiveQueryProducer
-
reactiveImmediateLoad
- Specified by:
reactiveImmediateLoadin interfaceReactiveSharedSessionContractImplementor
-
internalLoadGet
protected Object internalLoadGet(String entityName, Object id, org.hibernate.engine.spi.PersistenceContext persistenceContext) - Overrides:
internalLoadGetin classorg.hibernate.internal.StatelessSessionImpl
-
reactiveInitializeCollection
public CompletionStage<Void> reactiveInitializeCollection(org.hibernate.collection.spi.PersistentCollection<?> collection, boolean writing) - Specified by:
reactiveInitializeCollectionin interfaceReactiveSharedSessionContractImplementor
-
reactiveFetch
- Specified by:
reactiveFetchin interfaceReactiveQueryProducer
-
createEntityGraph
- Specified by:
createEntityGraphin interfaceReactiveQueryProducer- Specified by:
createEntityGraphin interfaceorg.hibernate.SharedSessionContract- Specified by:
createEntityGraphin interfaceorg.hibernate.engine.spi.SharedSessionContractImplementor- Overrides:
createEntityGraphin classorg.hibernate.internal.AbstractSharedSessionContract
-
createEntityGraph
public <T> org.hibernate.graph.spi.RootGraphImplementor<T> createEntityGraph(Class<T> entity, String name) - Specified by:
createEntityGraphin interfaceReactiveQueryProducer- Specified by:
createEntityGraphin interfaceorg.hibernate.SharedSessionContract- Overrides:
createEntityGraphin classorg.hibernate.internal.AbstractSharedSessionContract
-
getEntityGraph
public <T> org.hibernate.graph.spi.RootGraphImplementor<T> getEntityGraph(Class<T> entity, String name) - Specified by:
getEntityGraphin interfaceReactiveQueryProducer
-
createReactiveQuery
public <R> ReactiveQuery<R> createReactiveQuery(jakarta.persistence.TypedQueryReference<R> typedQueryReference) - Specified by:
createReactiveQueryin interfaceReactiveQueryProducer
-
createReactiveQuery
- Specified by:
createReactiveQueryin interfaceReactiveQueryProducer
-
createReactiveQuery
public <R> ReactiveQuery<R> createReactiveQuery(jakarta.persistence.criteria.CriteriaQuery<R> criteriaQuery) - Specified by:
createReactiveQueryin interfaceReactiveQueryProducer
-
prepareForQueryExecution
public void prepareForQueryExecution(boolean requiresTxn) - Specified by:
prepareForQueryExecutionin interfaceorg.hibernate.engine.spi.SharedSessionContractImplementor- Overrides:
prepareForQueryExecutionin classorg.hibernate.internal.AbstractSharedSessionContract
-
createReactiveQuery
public <R> ReactiveSqmQueryImplementor<R> createReactiveQuery(String queryString, Class<R> expectedResultType) - Specified by:
createReactiveQueryin interfaceReactiveQueryProducer
-
createReactiveNativeQuery
- Specified by:
createReactiveNativeQueryin interfaceReactiveQueryProducer
-
createReactiveNativeQuery
- Specified by:
createReactiveNativeQueryin interfaceReactiveQueryProducer
-
createReactiveNativeQuery
@Deprecated(forRemoval=true) public <R> ReactiveNativeQuery<R> createReactiveNativeQuery(String sqlString, Class<R> resultClass, String tableAlias) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createReactiveNativeQueryin interfaceReactiveQueryProducer
-
createReactiveNativeQuery
@Deprecated(forRemoval=true) public <R> ReactiveNativeQuery<R> createReactiveNativeQuery(String sqlString, String resultSetMappingName) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createReactiveNativeQueryin interfaceReactiveQueryProducer
-
createReactiveNativeQuery
@Deprecated(forRemoval=true) public <R> ReactiveNativeQuery<R> createReactiveNativeQuery(String sqlString, String resultSetMappingName, Class<R> resultClass) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createReactiveNativeQueryin interfaceReactiveQueryProducer
-
createReactiveSelectionQuery
public <R> ReactiveSelectionQuery<R> createReactiveSelectionQuery(String hqlString, Class<R> resultType) - Specified by:
createReactiveSelectionQueryin interfaceReactiveQueryProducer
-
createReactiveSelectionQuery
public <R> ReactiveSelectionQuery<R> createReactiveSelectionQuery(jakarta.persistence.criteria.CriteriaQuery<R> criteria) - Specified by:
createReactiveSelectionQueryin interfaceReactiveQueryProducer
-
createReactiveMutationQuery
- Specified by:
createReactiveMutationQueryin interfaceReactiveQueryProducer
-
createReactiveMutationQuery
public <R> ReactiveMutationQuery<R> createReactiveMutationQuery(jakarta.persistence.criteria.CriteriaUpdate<R> updateQuery) - Specified by:
createReactiveMutationQueryin interfaceReactiveQueryProducer
-
createReactiveMutationQuery
public <R> ReactiveMutationQuery<R> createReactiveMutationQuery(jakarta.persistence.criteria.CriteriaDelete<R> deleteQuery) - Specified by:
createReactiveMutationQueryin interfaceReactiveQueryProducer
-
createReactiveMutationQuery
public <R> ReactiveMutationQuery<R> createReactiveMutationQuery(org.hibernate.query.criteria.JpaCriteriaInsert<R> insert) - Specified by:
createReactiveMutationQueryin interfaceReactiveQueryProducer
-
createNamedReactiveSelectionQuery
- Specified by:
createNamedReactiveSelectionQueryin interfaceReactiveQueryProducer
-
createNamedReactiveMutationQuery
- Specified by:
createNamedReactiveMutationQueryin interfaceReactiveQueryProducer
-
createReactiveNamedQuery
- Specified by:
createReactiveNamedQueryin interfaceReactiveQueryProducer
-
createReactiveNamedQuery
public <R> ReactiveQueryImplementor<R> createReactiveNamedQuery(String queryName, Class<R> resultType) - Specified by:
createReactiveNamedQueryin interfaceReactiveQueryProducer
-
createNamedReactiveSelectionQuery
public <R> ReactiveSelectionQuery<R> createNamedReactiveSelectionQuery(String queryName, Class<R> expectedResultType) - Specified by:
createNamedReactiveSelectionQueryin interfaceReactiveQueryProducer
-
createNativeReactiveMutationQuery
- Specified by:
createNativeReactiveMutationQueryin interfaceReactiveQueryProducer
-
createReactiveNativeQuery
public <R> ReactiveNativeQuery<R> createReactiveNativeQuery(String queryString, AffectedEntities affectedEntities) - Specified by:
createReactiveNativeQueryin interfaceReactiveQueryProducer
-
createReactiveNativeQuery
public <R> ReactiveNativeQuery<R> createReactiveNativeQuery(String queryString, Class<R> resultType, AffectedEntities affectedEntities) - Specified by:
createReactiveNativeQueryin interfaceReactiveQueryProducer
-
createReactiveNativeQuery
public <R> ReactiveNativeQueryImpl<R> createReactiveNativeQuery(String queryString, ResultSetMapping<R> resultSetMapping) - Specified by:
createReactiveNativeQueryin interfaceReactiveQueryProducer
-
createReactiveNativeQuery
public <R> ReactiveNativeQuery<R> createReactiveNativeQuery(String queryString, ResultSetMapping<R> resultSetMapping, AffectedEntities affectedEntities) - Specified by:
createReactiveNativeQueryin interfaceReactiveQueryProducer
-
getResultSetMapping
- Specified by:
getResultSetMappingin interfaceReactiveQueryProducer
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.hibernate.SharedSessionContract- Specified by:
closein interfaceorg.hibernate.StatelessSession- Overrides:
closein classorg.hibernate.internal.AbstractSharedSessionContract
-
close
- Specified by:
closein interfaceReactiveStatelessSession
-