Class ReactiveNativeQueryImpl<R>
- All Implemented Interfaces:
jakarta.persistence.Query,jakarta.persistence.TypedQuery<R>,org.hibernate.query.CommonQueryContract,org.hibernate.query.internal.ResultSetMappingResolutionContext,org.hibernate.query.MutationQuery,org.hibernate.query.named.NameableQuery,org.hibernate.query.NativeQuery<R>,org.hibernate.query.Query<R>,org.hibernate.query.SelectionQuery<R>,org.hibernate.query.spi.DomainQueryExecutionContext,org.hibernate.query.spi.QueryImplementor<R>,org.hibernate.query.sql.spi.NativeQueryImplementor<R>,org.hibernate.query.SynchronizeableQuery,ReactiveMutationQuery<R>,ReactiveNativeQuery<R>,ReactiveQuery<R>,ReactiveQueryImplementor<R>,ReactiveSelectionQuery<R>,ReactiveNativeQueryImplementor<R>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.query.NativeQuery
org.hibernate.query.NativeQuery.CollectionReturn, org.hibernate.query.NativeQuery.FetchReturn, org.hibernate.query.NativeQuery.InstantiationResultNode<J extends Object>, org.hibernate.query.NativeQuery.ResultNode, org.hibernate.query.NativeQuery.ReturnableResultNode, org.hibernate.query.NativeQuery.ReturnProperty, org.hibernate.query.NativeQuery.RootReturn -
Field Summary
Fields inherited from class org.hibernate.query.spi.AbstractSelectionQuery
CRITERIA_HQL_STRING -
Constructor Summary
ConstructorsConstructorDescriptionReactiveNativeQueryImpl(String sql, Class<R> resultClass, org.hibernate.engine.spi.SharedSessionContractImplementor session) ReactiveNativeQueryImpl(String sql, org.hibernate.engine.spi.SharedSessionContractImplementor session) ReactiveNativeQueryImpl(String sql, org.hibernate.query.named.NamedResultSetMappingMemento resultSetMappingMemento, Class<R> resultClass, org.hibernate.engine.spi.SharedSessionContractImplementor session) ReactiveNativeQueryImpl(org.hibernate.query.sql.spi.NamedNativeQueryMemento memento, Class<R> resultJavaType, org.hibernate.engine.spi.SharedSessionContractImplementor session) ReactiveNativeQueryImpl(org.hibernate.query.sql.spi.NamedNativeQueryMemento memento, String resultSetMappingName, org.hibernate.engine.spi.SharedSessionContractImplementor session) ReactiveNativeQueryImpl(org.hibernate.query.sql.spi.NamedNativeQueryMemento memento, org.hibernate.engine.spi.SharedSessionContractImplementor session) -
Method Summary
Modifier and TypeMethodDescriptionaddAttributeResult(String columnAlias, jakarta.persistence.metamodel.SingularAttribute attribute) addAttributeResult(String columnAlias, Class entityJavaType, String attributePath) addAttributeResult(String columnAlias, String entityName, String attributePath) addQueryHint(String hint) voidaddResultTypeClass(Class<?> resultClass) org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityStandardorg.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityStandard<C> ReactiveNativeQueryImpl<R>addScalar(String columnAlias, Class<C> relationalJavaType, jakarta.persistence.AttributeConverter<?, C> converter) <C> ReactiveNativeQueryImpl<R>addScalar(String columnAlias, Class<C> relationalJavaType, Class<? extends jakarta.persistence.AttributeConverter<?, C>> converter) <O,J> ReactiveNativeQueryImpl<R> addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, jakarta.persistence.AttributeConverter<O, J> converter) <O,J> ReactiveNativeQueryImpl<R> addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, Class<? extends jakarta.persistence.AttributeConverter<O, J>> converter) addSynchronizedEntityClass(Class entityClass) addSynchronizedEntityName(String entityName) addSynchronizedQuerySpace(String querySpace) applyFetchGraph(org.hibernate.graph.RootGraph graph) applyGraph(org.hibernate.graph.RootGraph graph, org.hibernate.graph.GraphSemantic semantic) voidapplyGraph(org.hibernate.graph.spi.RootGraphImplementor<?> graph, org.hibernate.graph.GraphSemantic semantic) applyLoadGraph(org.hibernate.graph.RootGraph graph) enableFetchProfile(String profileName) intorg.hibernate.sql.exec.spi.Callbacklonglist()setCacheable(boolean cacheable) setCacheMode(org.hibernate.CacheMode cacheMode) setCacheRegion(String cacheRegion) setCacheRetrieveMode(jakarta.persistence.CacheRetrieveMode cacheRetrieveMode) setCacheStoreMode(jakarta.persistence.CacheStoreMode cacheStoreMode) setComment(String comment) setFetchSize(int fetchSize) setFirstResult(int startPosition) setFlushMode(jakarta.persistence.FlushModeType flushMode) setFollowOnLocking(boolean enable) setHibernateFlushMode(org.hibernate.FlushMode flushMode) setHibernateLockMode(org.hibernate.LockMode lockMode) setLockMode(jakarta.persistence.LockModeType lockMode) Not applicable to native SQL queries, due to an unfortunate requirement of the JPA specification.setLockMode(String alias, org.hibernate.LockMode lockMode) Not applicable to native SQL queries.setLockOptions(org.hibernate.LockOptions lockOptions) setMaxResults(int maxResult) setParameter(int position, Object val) Bind the given argument to an ordinal query parameter.setParameter(int position, Instant value, jakarta.persistence.TemporalType temporalType) Bind anInstantvalue to the ordinal query parameter using just the portion indicated by the givenTemporalType.setParameter(int position, Calendar value, jakarta.persistence.TemporalType temporalType) QueryoverridesetParameter(int position, Date value, jakarta.persistence.TemporalType temporalType) Queryoverride<P> ReactiveNativeQueryImpl<R>setParameter(int position, P val, jakarta.persistence.metamodel.Type<P> type) Bind the given argument to an ordinal query parameter using the givenType.<P> ReactiveNativeQueryImpl<R>setParameter(int position, P val, Class<P> type) Bind the given argument to an ordinal query parameter using the given Class reference to attempt to determine theTypeto use.setParameter(jakarta.persistence.Parameter<Calendar> param, Calendar value, jakarta.persistence.TemporalType temporalType) setParameter(jakarta.persistence.Parameter<Date> param, Date value, jakarta.persistence.TemporalType temporalType) <P> ReactiveNativeQueryImpl<R>setParameter(jakarta.persistence.Parameter<P> param, P value) setParameter(String name, Object val) setParameter(String name, Instant value, jakarta.persistence.TemporalType temporalType) Bind anInstantvalue to the named query parameter using just the portion indicated by the givenTemporalType.setParameter(String name, Calendar value, jakarta.persistence.TemporalType temporalType) setParameter(String name, Date value, jakarta.persistence.TemporalType temporalType) <P> ReactiveNativeQueryImpl<R>setParameter(String name, P val, jakarta.persistence.metamodel.Type<P> type) <P> ReactiveNativeQueryImpl<R>setParameter(String name, P val, Class<P> type) <P> ReactiveNativeQueryImpl<R>setParameter(org.hibernate.query.QueryParameter<P> parameter, P val) <P> ReactiveNativeQueryImpl<R>setParameter(org.hibernate.query.QueryParameter<P> parameter, P val, jakarta.persistence.metamodel.Type<P> type) <P> ReactiveNativeQueryImpl<R>setParameter(org.hibernate.query.QueryParameter<P> parameter, P val, Class<P> type) setParameterList(int position, Object[] values) Bind multiple arguments to an ordinal query parameter.setParameterList(int position, Collection values) Bind multiple arguments to an ordinal query parameter.<P> ReactiveNativeQueryImpl<R>setParameterList(int position, Collection<? extends P> values, jakarta.persistence.metamodel.Type<P> type) Bind multiple arguments to an ordinal query parameter using the givenType.<P> ReactiveNativeQueryImpl<R>setParameterList(int position, Collection<? extends P> values, Class<P> type) Bind multiple arguments to an ordinal query parameter using the given Class reference to attempt to determine theTypeto use.<P> ReactiveNativeQueryImpl<R>setParameterList(int position, P[] values, jakarta.persistence.metamodel.Type<P> type) Bind multiple arguments to an ordinal query parameter using the givenType.<P> ReactiveNativeQueryImpl<R>setParameterList(int position, P[] values, Class<P> javaType) Bind multiple arguments to an ordinal query parameter using the givenClassreference to attempt to determine theTypeto use.setParameterList(String name, Object[] values) Bind multiple arguments to a named query parameter.setParameterList(String name, Collection values) <P> ReactiveNativeQueryImpl<R>setParameterList(String name, Collection<? extends P> values, jakarta.persistence.metamodel.Type<P> type) Bind multiple arguments to a named query parameter using the givenType.<P> ReactiveNativeQueryImpl<R>setParameterList(String name, Collection<? extends P> values, Class<P> type) <P> ReactiveNativeQueryImpl<R>setParameterList(String name, P[] values, jakarta.persistence.metamodel.Type<P> type) Bind multiple arguments to a named query parameter using the givenType.<P> ReactiveNativeQueryImpl<R>setParameterList(String name, P[] values, Class<P> type) Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine theTypeto use.<P> ReactiveNativeQueryImpl<R>setParameterList(org.hibernate.query.QueryParameter<P> parameter, Collection<? extends P> values) Bind multiple arguments to the query parameter represented by the givenQueryParameter.<P> ReactiveNativeQueryImpl<R>setParameterList(org.hibernate.query.QueryParameter<P> parameter, Collection<? extends P> values, jakarta.persistence.metamodel.Type<P> type) Bind multiple arguments to the query parameter represented by the givenQueryParameter, inferring theType.<P> ReactiveNativeQueryImpl<R>setParameterList(org.hibernate.query.QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaType) Bind multiple arguments to the query parameter represented by the givenQueryParameterusing the given Class reference to attempt to determine theTypeto use.<P> ReactiveNativeQueryImpl<R>setParameterList(org.hibernate.query.QueryParameter<P> parameter, P[] values) Bind multiple arguments to the query parameter represented by the givenQueryParameter<P> ReactiveNativeQueryImpl<R>setParameterList(org.hibernate.query.QueryParameter<P> parameter, P[] values, jakarta.persistence.metamodel.Type<P> type) Bind multiple arguments to the query parameter represented by the givenQueryParameter, inferring theType.<P> ReactiveNativeQueryImpl<R>setParameterList(org.hibernate.query.QueryParameter<P> parameter, P[] values, Class<P> javaType) Bind multiple arguments to the query parameter represented by the givenQueryParameterusing the given Class reference to attempt to determine theTypeto use.setProperties(Object bean) 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(Map bean) 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.setReadOnly(boolean readOnly) setResultListTransformer(org.hibernate.query.ResultListTransformer<R> transformer) setTimeout(int timeout) <T> ReactiveNativeQueryImpl<T>setTupleTransformer(org.hibernate.query.TupleTransformer<T> transformer) Methods inherited from class org.hibernate.query.sql.internal.NativeQueryImpl
addEntity, addFetch, addInstantiation, addQuerySpaces, addQuerySpaces, applyEntityGraphHint, applyGraph, applyOptions, applySynchronizeSpace, applySynchronizeSpacesHint, collectHints, createCountQueryPlan, determineBindValueMaxCount, determineTupleTransformerForResultType, doExecuteUpdate, doList, doScroll, expandParameterLists, generateNonSelectInterpretationsKey, getKeyedResultList, getLockMode, getParameterBindings, getParameterMetadata, getParameterOccurrences, getQueryOptions, getQueryParameterBindings, getQueryString, getResultType, getSynchronizedQuerySpaces, hasCallbackActions, isSelectQuery, prepareForExecution, registerBuilder, resolveSelectQueryPlan, setLockScope, setLockScope, setQueryFlushMode, setQueryPlanCacheable, setResultTransformer, setTimeout, setTimeout, setTupleTransformerForResultType, toMemento, unwrapMethods inherited from class org.hibernate.query.spi.AbstractQuery
applyOptions, disableFetchProfile, getComment, getFirstResult, getLockOptions, getMaxResults, getParameters, getSupportedHints, isCacheable, resolveJdbcParameterTypeIfNecessary, setEntityGraphMethods inherited from class org.hibernate.query.spi.AbstractSelectionQuery
afterQuery, afterQuery, afterQueryHandlingFetchProfiles, beforeQuery, beforeQueryHandlingFetchProfiles, getCacheMode, getCacheRegion, getCacheRetrieveMode, getCacheStoreMode, getFetchSize, getFlushMode, getHibernateLockMode, getResultStream, isQueryPlanCacheable, isReadOnly, requiresTxn, resetCallback, scroll, scroll, setFollowOnStrategy, stream, uniqueElementMethods inherited from class org.hibernate.query.spi.AbstractCommonQueryContract
applyCommentHint, applyDatabaseHint, applyFlushModeHint, applyFollowOnLockingHint, applyFollowOnStrategyHint, applyHibernateLockMode, applyHint, applyLockModeHint, applyLockModeType, applyLockTimeoutHint, applyLockTimeoutHint, applySelectionHint, applyTimeoutHint, determineType, getExceptionConverter, getHibernateFlushMode, getHints, getIntegerLiteral, getMaxRows, getParameter, getParameter, getParameter, getParameter, getParameterValue, getParameterValue, getParameterValue, getQueryFlushMode, getSession, getSessionFactory, getTimeout, getTypeConfiguration, isBound, locateBinding, locateBinding, locateBinding, locateBinding, putIfNotNull, putIfNotNullMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.query.CommonQueryContract
getFlushMode, getHibernateFlushMode, getQueryFlushMode, getTimeoutMethods inherited from interface org.hibernate.query.spi.DomainQueryExecutionContext
getSessionMethods inherited from interface org.hibernate.query.NativeQuery
getHibernateLockMode, getLockOptionsMethods inherited from interface jakarta.persistence.Query
getCacheRetrieveMode, getCacheStoreMode, getFirstResult, getFlushMode, getHints, getMaxResults, getParameter, getParameter, getParameter, getParameter, getParameters, getParameterValue, getParameterValue, getParameterValue, getTimeout, isBoundMethods inherited from interface org.hibernate.query.Query
disableFetchProfile, getComment, getResultList, getResultStream, setEntityGraph, setPage, streamMethods inherited from interface org.hibernate.query.spi.QueryImplementor
getSession, scroll, scrollMethods inherited from interface org.hibernate.reactive.query.ReactiveNativeQuery
addFetch, addInstantiation, getHibernateLockMode, getLockMode, getLockOptionsMethods inherited from interface org.hibernate.reactive.query.sql.spi.ReactiveNativeQueryImplementor
isSelectQuery, toMementoMethods inherited from interface org.hibernate.reactive.query.ReactiveQuery
getComment, getParameterMetadata, getQueryOptions, getQueryStringMethods inherited from interface org.hibernate.reactive.query.ReactiveQueryImplementor
getParameterBindingsMethods inherited from interface org.hibernate.reactive.query.ReactiveSelectionQuery
getCacheMode, getCacheRegion, getCacheRetrieveMode, getCacheStoreMode, getFetchSize, getFirstResult, getMaxResults, getReactiveResultList, isCacheable, isReadOnlyMethods inherited from interface org.hibernate.query.internal.ResultSetMappingResolutionContext
getMappingMetamodel, getNamedObjectRepository, getSessionFactory, getTypeConfigurationMethods inherited from interface org.hibernate.query.SelectionQuery
getCacheMode, getCacheRegion, getCacheRetrieveMode, getCacheStoreMode, getFetchSize, getFirstResult, getMaxResults, isCacheable, isQueryPlanCacheable, isReadOnly, setFollowOnStrategy
-
Constructor Details
-
Method Details
-
getResultCount
public long getResultCount() -
getReactiveResultCount
- Specified by:
getReactiveResultCountin interfaceReactiveSelectionQuery<R>
-
executeUpdate
public int executeUpdate() throws org.hibernate.HibernateException- Specified by:
executeUpdatein interfaceorg.hibernate.query.MutationQuery- Specified by:
executeUpdatein interfacejakarta.persistence.Query- Specified by:
executeUpdatein interfaceorg.hibernate.query.Query<R>- Overrides:
executeUpdatein classorg.hibernate.query.spi.AbstractQuery<R>- Throws:
org.hibernate.HibernateException
-
executeReactiveUpdate
- Specified by:
executeReactiveUpdatein interfaceReactiveMutationQuery<R>
-
getSingleResult
- Specified by:
getSingleResultin interfacejakarta.persistence.Query- Specified by:
getSingleResultin interfaceorg.hibernate.query.Query<R>- Specified by:
getSingleResultin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
getSingleResultin interfacejakarta.persistence.TypedQuery<R>- Overrides:
getSingleResultin classorg.hibernate.query.spi.AbstractSelectionQuery<R>
-
getReactiveSingleResult
- Specified by:
getReactiveSingleResultin interfaceReactiveSelectionQuery<R>
-
getSingleResultOrNull
- Specified by:
getSingleResultOrNullin interfacejakarta.persistence.Query- Specified by:
getSingleResultOrNullin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
getSingleResultOrNullin interfacejakarta.persistence.TypedQuery<R>- Overrides:
getSingleResultOrNullin classorg.hibernate.query.spi.AbstractSelectionQuery<R>
-
getCallback
public org.hibernate.sql.exec.spi.Callback getCallback()- Specified by:
getCallbackin interfaceorg.hibernate.query.spi.DomainQueryExecutionContext- Overrides:
getCallbackin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
getReactiveSingleResultOrNull
- Specified by:
getReactiveSingleResultOrNullin interfaceReactiveSelectionQuery<R>
-
reactiveUniqueResultOptional
- Specified by:
reactiveUniqueResultOptionalin interfaceReactiveSelectionQuery<R>
-
reactiveUnique
- Specified by:
reactiveUniquein interfaceReactiveSelectionQuery<R>
-
list
-
reactiveList
- Specified by:
reactiveListin interfaceReactiveSelectionQuery<R>
-
uniqueResult
-
uniqueResultOptional
-
applyGraph
public ReactiveNativeQueryImpl<R> applyGraph(org.hibernate.graph.RootGraph graph, org.hibernate.graph.GraphSemantic semantic) -
applyFetchGraph
- Specified by:
applyFetchGraphin interfaceorg.hibernate.query.Query<R>
-
addRoot
public org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityStandard addRoot(String tableAlias, Class entityType) - Specified by:
addRootin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addRootin interfaceReactiveNativeQuery<R>- Overrides:
addRootin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addRoot
public org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityStandard addRoot(String tableAlias, String entityName) - Specified by:
addRootin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addRootin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addRootin interfaceReactiveNativeQuery<R>- Specified by:
addRootin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addRootin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addResultTypeClass
- Specified by:
addResultTypeClassin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addResultTypeClassin interfaceReactiveNativeQuery<R>- Overrides:
addResultTypeClassin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addScalar
- Specified by:
addScalarin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addScalarin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addScalarin interfaceReactiveNativeQuery<R>- Specified by:
addScalarin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addScalarin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addScalar
public ReactiveNativeQueryImpl<R> addScalar(String columnAlias, org.hibernate.metamodel.model.domain.BasicDomainType type) - Specified by:
addScalarin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addScalarin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addScalarin interfaceReactiveNativeQuery<R>- Specified by:
addScalarin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addScalarin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addScalar
- Specified by:
addScalarin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addScalarin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addScalarin interfaceReactiveNativeQuery<R>- Specified by:
addScalarin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addScalarin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addScalar
- Specified by:
addScalarin interfaceReactiveNativeQuery<R>- Specified by:
addScalarin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addScalarin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addScalar
public ReactiveNativeQueryImpl<R> addScalar(String columnAlias, org.hibernate.type.BasicTypeReference type) - Specified by:
addScalarin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addScalarin interfaceReactiveNativeQuery<R>- Overrides:
addScalarin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addScalar
public <C> ReactiveNativeQueryImpl<R> addScalar(String columnAlias, Class<C> relationalJavaType, jakarta.persistence.AttributeConverter<?, C> converter) - Specified by:
addScalarin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addScalarin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addScalarin interfaceReactiveNativeQuery<R>- Specified by:
addScalarin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addScalarin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addScalar
public <O,J> ReactiveNativeQueryImpl<R> addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, jakarta.persistence.AttributeConverter<O, J> converter) - Specified by:
addScalarin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addScalarin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addScalarin interfaceReactiveNativeQuery<R>- Specified by:
addScalarin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addScalarin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addScalar
public <C> ReactiveNativeQueryImpl<R> addScalar(String columnAlias, Class<C> relationalJavaType, Class<? extends jakarta.persistence.AttributeConverter<?, C>> converter) - Specified by:
addScalarin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addScalarin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addScalarin interfaceReactiveNativeQuery<R>- Specified by:
addScalarin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addScalarin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addScalar
public <O,J> ReactiveNativeQueryImpl<R> addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, Class<? extends jakarta.persistence.AttributeConverter<O, J>> converter) - Specified by:
addScalarin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addScalarin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addScalarin interfaceReactiveNativeQuery<R>- Specified by:
addScalarin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addScalarin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addAttributeResult
public ReactiveNativeQueryImpl<R> addAttributeResult(String columnAlias, Class entityJavaType, String attributePath) - Specified by:
addAttributeResultin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addAttributeResultin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addAttributeResultin interfaceReactiveNativeQuery<R>- Specified by:
addAttributeResultin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addAttributeResultin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addAttributeResult
public ReactiveNativeQueryImpl<R> addAttributeResult(String columnAlias, String entityName, String attributePath) - Specified by:
addAttributeResultin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addAttributeResultin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addAttributeResultin interfaceReactiveNativeQuery<R>- Specified by:
addAttributeResultin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addAttributeResultin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addAttributeResult
public ReactiveNativeQueryImpl<R> addAttributeResult(String columnAlias, jakarta.persistence.metamodel.SingularAttribute attribute) - Specified by:
addAttributeResultin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addAttributeResultin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addAttributeResultin interfaceReactiveNativeQuery<R>- Specified by:
addAttributeResultin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addAttributeResultin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addEntity
- Specified by:
addEntityin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addEntityin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addEntityin interfaceReactiveNativeQuery<R>- Specified by:
addEntityin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addEntityin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addEntity
- Specified by:
addEntityin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addEntityin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addEntityin interfaceReactiveNativeQuery<R>- Specified by:
addEntityin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addEntityin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addEntity
public ReactiveNativeQueryImpl<R> addEntity(String tableAlias, String entityName, org.hibernate.LockMode lockMode) - Specified by:
addEntityin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addEntityin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addEntityin interfaceReactiveNativeQuery<R>- Specified by:
addEntityin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addEntityin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addEntity
- Specified by:
addEntityin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addEntityin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addEntityin interfaceReactiveNativeQuery<R>- Specified by:
addEntityin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addEntityin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addEntity
- Specified by:
addEntityin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addEntityin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addEntityin interfaceReactiveNativeQuery<R>- Specified by:
addEntityin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addEntityin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addEntity
public ReactiveNativeQueryImpl<R> addEntity(String tableAlias, Class entityClass, org.hibernate.LockMode lockMode) - Specified by:
addEntityin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addEntityin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addEntityin interfaceReactiveNativeQuery<R>- Specified by:
addEntityin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addEntityin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addJoin
- Specified by:
addJoinin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addJoinin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addJoinin interfaceReactiveNativeQuery<R>- Specified by:
addJoinin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addJoinin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addJoin
public ReactiveNativeQueryImpl<R> addJoin(String tableAlias, String ownerTableAlias, String joinPropertyName) - Specified by:
addJoinin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addJoinin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addJoinin interfaceReactiveNativeQuery<R>- Specified by:
addJoinin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addJoinin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addJoin
public ReactiveNativeQueryImpl<R> addJoin(String tableAlias, String path, org.hibernate.LockMode lockMode) - Specified by:
addJoinin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addJoinin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addJoinin interfaceReactiveNativeQuery<R>- Specified by:
addJoinin interfaceReactiveNativeQueryImplementor<R>- Overrides:
addJoinin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addSynchronizedQuerySpace
- Specified by:
addSynchronizedQuerySpacein interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addSynchronizedQuerySpacein interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addSynchronizedQuerySpacein interfaceorg.hibernate.query.SynchronizeableQuery- Overrides:
addSynchronizedQuerySpacein classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addSynchronizedEntityName
- Specified by:
addSynchronizedEntityNamein interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addSynchronizedEntityNamein interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addSynchronizedEntityNamein interfaceorg.hibernate.query.SynchronizeableQuery- Overrides:
addSynchronizedEntityNamein classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addSynchronizedEntityClass
- Specified by:
addSynchronizedEntityClassin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addSynchronizedEntityClassin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addSynchronizedEntityClassin interfaceorg.hibernate.query.SynchronizeableQuery- Overrides:
addSynchronizedEntityClassin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
applyLoadGraph
- Specified by:
applyLoadGraphin interfaceorg.hibernate.query.Query<R>
-
setHint
- Specified by:
setHintin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setHintin interfaceorg.hibernate.query.MutationQuery- Specified by:
setHintin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setHintin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setHintin interfacejakarta.persistence.Query- Specified by:
setHintin interfaceorg.hibernate.query.Query<R>- Specified by:
setHintin interfaceReactiveNativeQuery<R>- Specified by:
setHintin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setHintin interfaceReactiveQuery<R>- Specified by:
setHintin interfaceReactiveSelectionQuery<R>- Specified by:
setHintin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setHintin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setHintin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setHibernateFlushMode
- Specified by:
setHibernateFlushModein interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setHibernateFlushModein interfaceorg.hibernate.query.MutationQuery- Specified by:
setHibernateFlushModein interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setHibernateFlushModein interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setHibernateFlushModein interfaceorg.hibernate.query.Query<R>- Specified by:
setHibernateFlushModein interfaceReactiveMutationQuery<R>- Specified by:
setHibernateFlushModein interfaceReactiveNativeQuery<R>- Specified by:
setHibernateFlushModein interfaceReactiveNativeQueryImplementor<R>- Specified by:
setHibernateFlushModein interfaceReactiveQuery<R>- Specified by:
setHibernateFlushModein interfaceReactiveSelectionQuery<R>- Specified by:
setHibernateFlushModein interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setHibernateFlushModein classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setFlushMode
- Specified by:
setFlushModein interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setFlushModein interfaceorg.hibernate.query.MutationQuery- Specified by:
setFlushModein interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setFlushModein interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setFlushModein interfacejakarta.persistence.Query- Specified by:
setFlushModein interfaceorg.hibernate.query.Query<R>- Specified by:
setFlushModein interfaceReactiveNativeQuery<R>- Specified by:
setFlushModein interfaceReactiveNativeQueryImplementor<R>- Specified by:
setFlushModein interfaceReactiveQuery<R>- Specified by:
setFlushModein interfaceReactiveSelectionQuery<R>- Specified by:
setFlushModein interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setFlushModein interfacejakarta.persistence.TypedQuery<R>- Overrides:
setFlushModein classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setFollowOnLocking
- Specified by:
setFollowOnLockingin interfaceReactiveSelectionQuery<R>- Specified by:
setFollowOnLockingin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setFollowOnLockingin classorg.hibernate.query.spi.AbstractSelectionQuery<R>
-
setCacheMode
- Specified by:
setCacheModein interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setCacheModein interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setCacheModein interfaceorg.hibernate.query.Query<R>- Specified by:
setCacheModein interfaceReactiveNativeQuery<R>- Specified by:
setCacheModein interfaceReactiveNativeQueryImplementor<R>- Specified by:
setCacheModein interfaceReactiveQuery<R>- Specified by:
setCacheModein interfaceReactiveSelectionQuery<R>- Specified by:
setCacheModein interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setCacheModein classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setCacheable
- Specified by:
setCacheablein interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setCacheablein interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setCacheablein interfaceorg.hibernate.query.Query<R>- Specified by:
setCacheablein interfaceReactiveNativeQuery<R>- Specified by:
setCacheablein interfaceReactiveNativeQueryImplementor<R>- Specified by:
setCacheablein interfaceReactiveQuery<R>- Specified by:
setCacheablein interfaceReactiveSelectionQuery<R>- Specified by:
setCacheablein interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setCacheablein classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setCacheRegion
- Specified by:
setCacheRegionin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setCacheRegionin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setCacheRegionin interfaceorg.hibernate.query.Query<R>- Specified by:
setCacheRegionin interfaceReactiveNativeQuery<R>- Specified by:
setCacheRegionin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setCacheRegionin interfaceReactiveQuery<R>- Specified by:
setCacheRegionin interfaceReactiveSelectionQuery<R>- Specified by:
setCacheRegionin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setCacheRegionin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setCacheRetrieveMode
public ReactiveNativeQueryImpl<R> setCacheRetrieveMode(jakarta.persistence.CacheRetrieveMode cacheRetrieveMode) - Specified by:
setCacheRetrieveModein interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setCacheRetrieveModein interfacejakarta.persistence.Query- Specified by:
setCacheRetrieveModein interfaceorg.hibernate.query.Query<R>- Specified by:
setCacheRetrieveModein interfaceReactiveNativeQuery<R>- Specified by:
setCacheRetrieveModein interfaceReactiveQuery<R>- Specified by:
setCacheRetrieveModein interfaceReactiveSelectionQuery<R>- Specified by:
setCacheRetrieveModein interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setCacheRetrieveModein interfacejakarta.persistence.TypedQuery<R>- Overrides:
setCacheRetrieveModein classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- See Also:
-
setCacheStoreMode
public ReactiveNativeQueryImpl<R> setCacheStoreMode(jakarta.persistence.CacheStoreMode cacheStoreMode) - Specified by:
setCacheStoreModein interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setCacheStoreModein interfacejakarta.persistence.Query- Specified by:
setCacheStoreModein interfaceorg.hibernate.query.Query<R>- Specified by:
setCacheStoreModein interfaceReactiveNativeQuery<R>- Specified by:
setCacheStoreModein interfaceReactiveQuery<R>- Specified by:
setCacheStoreModein interfaceReactiveSelectionQuery<R>- Specified by:
setCacheStoreModein interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setCacheStoreModein interfacejakarta.persistence.TypedQuery<R>- Overrides:
setCacheStoreModein classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setTimeout
- Specified by:
setTimeoutin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setTimeoutin interfaceorg.hibernate.query.MutationQuery- Specified by:
setTimeoutin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setTimeoutin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setTimeoutin interfaceorg.hibernate.query.Query<R>- Specified by:
setTimeoutin interfaceReactiveNativeQuery<R>- Specified by:
setTimeoutin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setTimeoutin interfaceReactiveQuery<R>- Specified by:
setTimeoutin interfaceReactiveSelectionQuery<R>- Specified by:
setTimeoutin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setTimeoutin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setFetchSize
- Specified by:
setFetchSizein interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setFetchSizein interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setFetchSizein interfaceorg.hibernate.query.Query<R>- Specified by:
setFetchSizein interfaceReactiveNativeQuery<R>- Specified by:
setFetchSizein interfaceReactiveNativeQueryImplementor<R>- Specified by:
setFetchSizein interfaceReactiveQuery<R>- Specified by:
setFetchSizein interfaceReactiveSelectionQuery<R>- Specified by:
setFetchSizein interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setFetchSizein classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setReadOnly
- Specified by:
setReadOnlyin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setReadOnlyin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setReadOnlyin interfaceorg.hibernate.query.Query<R>- Specified by:
setReadOnlyin interfaceReactiveNativeQuery<R>- Specified by:
setReadOnlyin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setReadOnlyin interfaceReactiveQuery<R>- Specified by:
setReadOnlyin interfaceReactiveSelectionQuery<R>- Specified by:
setReadOnlyin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setReadOnlyin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setLockOptions
- Specified by:
setLockOptionsin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setLockOptionsin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setLockOptionsin interfaceorg.hibernate.query.Query<R>- Specified by:
setLockOptionsin interfaceReactiveNativeQuery<R>- Specified by:
setLockOptionsin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setLockOptionsin interfaceReactiveQuery<R>- Overrides:
setLockOptionsin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setHibernateLockMode
- Specified by:
setHibernateLockModein interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setHibernateLockModein interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setHibernateLockModein interfaceReactiveNativeQuery<R>- Specified by:
setHibernateLockModein interfaceReactiveNativeQueryImplementor<R>- Specified by:
setHibernateLockModein interfaceReactiveSelectionQuery<R>- Specified by:
setHibernateLockModein interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setHibernateLockModein classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setLockMode
Description copied from interface:ReactiveNativeQueryNot applicable to native SQL queries, due to an unfortunate requirement of the JPA specification.Use
ReactiveNativeQuery.setHibernateLockMode(LockMode)or the hint named "org.hibernate.lockMode" to set the lock mode.- Specified by:
setLockModein interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setLockModein interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setLockModein interfacejakarta.persistence.Query- Specified by:
setLockModein interfaceorg.hibernate.query.Query<R>- Specified by:
setLockModein interfaceReactiveNativeQuery<R>- Specified by:
setLockModein interfaceReactiveNativeQueryImplementor<R>- Specified by:
setLockModein interfaceReactiveQuery<R>- Specified by:
setLockModein interfaceReactiveSelectionQuery<R>- Specified by:
setLockModein interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setLockModein interfacejakarta.persistence.TypedQuery<R>- Overrides:
setLockModein classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setLockMode
Description copied from interface:ReactiveNativeQueryNot applicable to native SQL queries.- Specified by:
setLockModein interfaceReactiveNativeQuery<R>- Specified by:
setLockModein interfaceReactiveNativeQueryImplementor<R>- Specified by:
setLockModein interfaceReactiveQuery<R>- Specified by:
setLockModein interfaceReactiveSelectionQuery<R>- Specified by:
setLockModein interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setLockModein classorg.hibernate.query.spi.AbstractSelectionQuery<R>
-
setComment
- Specified by:
setCommentin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setCommentin interfaceorg.hibernate.query.MutationQuery- Specified by:
setCommentin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setCommentin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setCommentin interfaceorg.hibernate.query.Query<R>- Specified by:
setCommentin interfaceReactiveNativeQuery<R>- Specified by:
setCommentin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setCommentin interfaceReactiveQuery<R>- Specified by:
setCommentin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setCommentin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setMaxResults
- Specified by:
setMaxResultsin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setMaxResultsin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setMaxResultsin interfacejakarta.persistence.Query- Specified by:
setMaxResultsin interfaceorg.hibernate.query.Query<R>- Specified by:
setMaxResultsin interfaceReactiveNativeQuery<R>- Specified by:
setMaxResultsin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setMaxResultsin interfaceReactiveQuery<R>- Specified by:
setMaxResultsin interfaceReactiveSelectionQuery<R>- Specified by:
setMaxResultsin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setMaxResultsin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setMaxResultsin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setFirstResult
- Specified by:
setFirstResultin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setFirstResultin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setFirstResultin interfacejakarta.persistence.Query- Specified by:
setFirstResultin interfaceorg.hibernate.query.Query<R>- Specified by:
setFirstResultin interfaceReactiveNativeQuery<R>- Specified by:
setFirstResultin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setFirstResultin interfaceReactiveQuery<R>- Specified by:
setFirstResultin interfaceReactiveSelectionQuery<R>- Specified by:
setFirstResultin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setFirstResultin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setFirstResultin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
addQueryHint
- Specified by:
addQueryHintin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
addQueryHintin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
addQueryHintin interfaceorg.hibernate.query.Query<R>- Specified by:
addQueryHintin interfaceReactiveNativeQuery<R>- Specified by:
addQueryHintin interfaceReactiveNativeQueryImplementor<R>- Specified by:
addQueryHintin interfaceReactiveQuery<R>- Overrides:
addQueryHintin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setTupleTransformer
public <T> ReactiveNativeQueryImpl<T> setTupleTransformer(org.hibernate.query.TupleTransformer<T> transformer) - Specified by:
setTupleTransformerin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setTupleTransformerin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setTupleTransformerin interfaceorg.hibernate.query.Query<R>- Specified by:
setTupleTransformerin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setTupleTransformerin interfaceReactiveNativeQuery<R>- Specified by:
setTupleTransformerin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setTupleTransformerin interfaceReactiveQuery<R>- Specified by:
setTupleTransformerin interfaceReactiveQueryImplementor<R>- Specified by:
setTupleTransformerin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setTupleTransformerin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setResultListTransformer
public ReactiveNativeQueryImpl<R> setResultListTransformer(org.hibernate.query.ResultListTransformer<R> transformer) - Specified by:
setResultListTransformerin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setResultListTransformerin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setResultListTransformerin interfaceorg.hibernate.query.Query<R>- Specified by:
setResultListTransformerin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setResultListTransformerin interfaceReactiveNativeQuery<R>- Specified by:
setResultListTransformerin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setResultListTransformerin interfaceReactiveQuery<R>- Specified by:
setResultListTransformerin interfaceReactiveQueryImplementor<R>- Specified by:
setResultListTransformerin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setResultListTransformerin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
- Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfacejakarta.persistence.Query- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setParameterin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public <P> ReactiveNativeQueryImpl<R> setParameter(String name, P val, jakarta.persistence.metamodel.Type<P> type) - Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
- Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public ReactiveNativeQueryImpl<R> setParameter(String name, Instant value, jakarta.persistence.TemporalType temporalType) Description copied from interface:ReactiveQueryBind anInstantvalue to the named query parameter using just the portion indicated by the givenTemporalType.- Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public ReactiveNativeQueryImpl<R> setParameter(String name, Date value, jakarta.persistence.TemporalType temporalType) - Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfacejakarta.persistence.Query- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setParameterin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public ReactiveNativeQueryImpl<R> setParameter(String name, Calendar value, jakarta.persistence.TemporalType temporalType) - Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfacejakarta.persistence.Query- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setParameterin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
Description copied from interface:ReactiveQueryBind the given argument to an ordinal query parameter.If the type of the parameter cannot be inferred from the context in which it occurs, use one of the forms which accepts a "type".
- Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfacejakarta.persistence.Query- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setParameterin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- See Also:
-
setParameter
Description copied from interface:ReactiveQueryBind the given argument to an ordinal query parameter using the given Class reference to attempt to determine theTypeto use. If unable to determine an appropriateType,ReactiveQuery.setParameter(int, Object)is used.- Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- See Also:
-
setParameter
public <P> ReactiveNativeQueryImpl<R> setParameter(int position, P val, jakarta.persistence.metamodel.Type<P> type) Description copied from interface:ReactiveQueryBind the given argument to an ordinal query parameter using the givenType.- Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public ReactiveNativeQueryImpl<R> setParameter(int position, Instant value, jakarta.persistence.TemporalType temporalType) Description copied from interface:ReactiveQueryBind anInstantvalue to the ordinal query parameter using just the portion indicated by the givenTemporalType.- Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public ReactiveNativeQueryImpl<R> setParameter(int position, Date value, jakarta.persistence.TemporalType temporalType) Description copied from interface:ReactiveQueryQueryoverride- Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfacejakarta.persistence.Query- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setParameterin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public ReactiveNativeQueryImpl<R> setParameter(int position, Calendar value, jakarta.persistence.TemporalType temporalType) Description copied from interface:ReactiveQueryQueryoverride- Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfacejakarta.persistence.Query- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setParameterin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public <P> ReactiveNativeQueryImpl<R> setParameter(org.hibernate.query.QueryParameter<P> parameter, P val) - Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public <P> ReactiveNativeQueryImpl<R> setParameter(org.hibernate.query.QueryParameter<P> parameter, P val, Class<P> type) - Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public <P> ReactiveNativeQueryImpl<R> setParameter(org.hibernate.query.QueryParameter<P> parameter, P val, jakarta.persistence.metamodel.Type<P> type) - Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
- Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfacejakarta.persistence.Query- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setParameterin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public ReactiveNativeQueryImpl<R> setParameter(jakarta.persistence.Parameter<Date> param, Date value, jakarta.persistence.TemporalType temporalType) - Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfacejakarta.persistence.Query- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setParameterin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameter
public ReactiveNativeQueryImpl<R> setParameter(jakarta.persistence.Parameter<Calendar> param, Calendar value, jakarta.persistence.TemporalType temporalType) - Specified by:
setParameterin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterin interfacejakarta.persistence.Query- Specified by:
setParameterin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterin interfaceReactiveMutationQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQuery<R>- Specified by:
setParameterin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveQuery<R>- Specified by:
setParameterin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterin interfaceorg.hibernate.query.SelectionQuery<R>- Specified by:
setParameterin interfacejakarta.persistence.TypedQuery<R>- Overrides:
setParameterin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameterList
- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(String name, Collection<? extends P> values, Class<P> type) - Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(String name, Collection<? extends P> values, jakarta.persistence.metamodel.Type<P> type) Description copied from interface:ReactiveQueryBind multiple arguments to a named query parameter using the givenType.- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining
-
setParameterList
Description copied from interface:ReactiveQueryBind multiple arguments to a named query parameter. The "type mapping" for the binding is inferred from the type of the first collection element.- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining
-
setParameterList
Description copied from interface:ReactiveQueryBind multiple arguments to a named query parameter using the given Class reference to attempt to determine theTypeto use. If unable to determine an appropriateType,ReactiveQuery.setParameterList(String, Collection)is used.- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining- See Also:
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(String name, P[] values, jakarta.persistence.metamodel.Type<P> type) Description copied from interface:ReactiveQueryBind multiple arguments to a named query parameter using the givenType.- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining
-
setParameterList
Description copied from interface:ReactiveQueryBind multiple arguments to an ordinal query parameter. The "type mapping" for the binding is inferred from the type of the first collection element.- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(int position, Collection<? extends P> values, Class<P> type) Description copied from interface:ReactiveQueryBind multiple arguments to an ordinal query parameter using the given Class reference to attempt to determine theTypeto use. If unable to determine an appropriateType,ReactiveQuery.setParameterList(String, Collection)is used.- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining- See Also:
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(int position, Collection<? extends P> values, jakarta.persistence.metamodel.Type<P> type) Description copied from interface:ReactiveQueryBind multiple arguments to an ordinal query parameter using the givenType.- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining
-
setParameterList
Description copied from interface:ReactiveQueryBind multiple arguments to an ordinal query parameter.The "type mapping" for the binding is inferred from the type of the first collection element.
- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining
-
setParameterList
Description copied from interface:ReactiveQueryBind multiple arguments to an ordinal query parameter using the givenClassreference to attempt to determine theTypeto use. If unable to determine an appropriateType,ReactiveQuery.setParameterList(String, Collection)is used.- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining- See Also:
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(int position, P[] values, jakarta.persistence.metamodel.Type<P> type) Description copied from interface:ReactiveQueryBind multiple arguments to an ordinal query parameter using the givenType.- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(org.hibernate.query.QueryParameter<P> parameter, Collection<? extends P> values) Description copied from interface:ReactiveQueryBind multiple arguments to the query parameter represented by the givenQueryParameter.The type of the parameter is inferred from the context in which it occurs, and from the type of the first given argument.
- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Parameters:
parameter- the parameter mementovalues- a collection of arguments- Returns:
this, for method chaining
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(org.hibernate.query.QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaType) Description copied from interface:ReactiveQueryBind multiple arguments to the query parameter represented by the givenQueryParameterusing the given Class reference to attempt to determine theTypeto use. If unable to determine an appropriateType,ReactiveQuery.setParameterList(String, Collection)is used.- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining- See Also:
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(org.hibernate.query.QueryParameter<P> parameter, Collection<? extends P> values, jakarta.persistence.metamodel.Type<P> type) Description copied from interface:ReactiveQueryBind multiple arguments to the query parameter represented by the givenQueryParameter, inferring theType.The "type mapping" for the binding is inferred from the type of the first collection element.
- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(org.hibernate.query.QueryParameter<P> parameter, P[] values) Description copied from interface:ReactiveQueryBind multiple arguments to the query parameter represented by the givenQueryParameterThe type of the parameter is inferred between the context in which it occurs, the type associated with the QueryParameter and the type of the first given argument.
- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Parameters:
parameter- the parameter mementovalues- a collection of arguments- Returns:
this, for method chaining
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(org.hibernate.query.QueryParameter<P> parameter, P[] values, Class<P> javaType) Description copied from interface:ReactiveQueryBind multiple arguments to the query parameter represented by the givenQueryParameterusing the given Class reference to attempt to determine theTypeto use. If unable to determine an appropriateType,ReactiveQuery.setParameterList(String, Collection)is used- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining- See Also:
-
setParameterList
public <P> ReactiveNativeQueryImpl<R> setParameterList(org.hibernate.query.QueryParameter<P> parameter, P[] values, jakarta.persistence.metamodel.Type<P> type) Description copied from interface:ReactiveQueryBind multiple arguments to the query parameter represented by the givenQueryParameter, inferring theType.The "type mapping" for the binding is inferred from the type of the first collection element
- Specified by:
setParameterListin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setParameterListin interfaceorg.hibernate.query.MutationQuery- Specified by:
setParameterListin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.Query<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveMutationQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQuery<R>- Specified by:
setParameterListin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveQuery<R>- Specified by:
setParameterListin interfaceReactiveQueryImplementor<R>- Specified by:
setParameterListin interfaceReactiveSelectionQuery<R>- Specified by:
setParameterListin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setParameterListin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Returns:
this, for method chaining
-
setProperties
Description copied from interface:ReactiveQueryBind 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.- Specified by:
setPropertiesin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setPropertiesin interfaceorg.hibernate.query.MutationQuery- Specified by:
setPropertiesin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setPropertiesin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setPropertiesin interfaceorg.hibernate.query.Query<R>- Specified by:
setPropertiesin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setPropertiesin interfaceReactiveMutationQuery<R>- Specified by:
setPropertiesin interfaceReactiveNativeQuery<R>- Specified by:
setPropertiesin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setPropertiesin interfaceReactiveQuery<R>- Specified by:
setPropertiesin interfaceReactiveQueryImplementor<R>- Specified by:
setPropertiesin interfaceReactiveSelectionQuery<R>- Specified by:
setPropertiesin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setPropertiesin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Parameters:
bean- any JavaBean or POJO- Returns:
this, for method chaining
-
setProperties
Description copied from interface:ReactiveQueryBind 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.- Specified by:
setPropertiesin interfaceorg.hibernate.query.CommonQueryContract- Specified by:
setPropertiesin interfaceorg.hibernate.query.MutationQuery- Specified by:
setPropertiesin interfaceorg.hibernate.query.NativeQuery<R>- Specified by:
setPropertiesin interfaceorg.hibernate.query.sql.spi.NativeQueryImplementor<R>- Specified by:
setPropertiesin interfaceorg.hibernate.query.Query<R>- Specified by:
setPropertiesin interfaceorg.hibernate.query.spi.QueryImplementor<R>- Specified by:
setPropertiesin interfaceReactiveMutationQuery<R>- Specified by:
setPropertiesin interfaceReactiveNativeQuery<R>- Specified by:
setPropertiesin interfaceReactiveNativeQueryImplementor<R>- Specified by:
setPropertiesin interfaceReactiveQuery<R>- Specified by:
setPropertiesin interfaceReactiveQueryImplementor<R>- Specified by:
setPropertiesin interfaceReactiveSelectionQuery<R>- Specified by:
setPropertiesin interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
setPropertiesin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>- Parameters:
bean- aMapof names to arguments- Returns:
this, for method chaining
-
applyGraph
public void applyGraph(org.hibernate.graph.spi.RootGraphImplementor<?> graph, org.hibernate.graph.GraphSemantic semantic) - Specified by:
applyGraphin interfaceReactiveSelectionQuery<R>- Overrides:
applyGraphin classorg.hibernate.query.sql.internal.NativeQueryImpl<R>
-
enableFetchProfile
- Specified by:
enableFetchProfilein interfaceorg.hibernate.query.Query<R>- Specified by:
enableFetchProfilein interfaceReactiveSelectionQuery<R>- Specified by:
enableFetchProfilein interfaceorg.hibernate.query.SelectionQuery<R>- Overrides:
enableFetchProfilein classorg.hibernate.query.spi.AbstractQuery<R>
-