Class NativeQueryImpl<R>
- java.lang.Object
-
- org.hibernate.query.spi.AbstractCommonQueryContract
-
- org.hibernate.query.spi.AbstractSelectionQuery<R>
-
- org.hibernate.query.spi.AbstractQuery<R>
-
- org.hibernate.query.sql.internal.NativeQueryImpl<R>
-
- All Implemented Interfaces:
Query,TypedQuery<R>,CommonQueryContract,ResultSetMappingResolutionContext,MutationQuery,NameableQuery,NativeQuery<R>,Query<R>,SelectionQuery<R>,DomainQueryExecutionContext,QueryImplementor<R>,NativeQueryImplementor<R>,SynchronizeableQuery
public class NativeQueryImpl<R> extends AbstractQuery<R> implements NativeQueryImplementor<R>, DomainQueryExecutionContext, ResultSetMappingResolutionContext
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.query.NativeQuery
NativeQuery.CollectionReturn, NativeQuery.FetchReturn, NativeQuery.InstantiationResultNode<J>, NativeQuery.ResultNode, NativeQuery.ReturnableResultNode, NativeQuery.ReturnProperty, NativeQuery.RootReturn
-
-
Field Summary
-
Fields inherited from class org.hibernate.query.spi.AbstractQuery
log
-
Fields inherited from class org.hibernate.query.spi.AbstractSelectionQuery
CRITERIA_HQL_STRING
-
-
Constructor Summary
Constructors Constructor Description NativeQueryImpl(String sqlString, SharedSessionContractImplementor session)NativeQueryImpl(String sqlString, NamedResultSetMappingMemento resultSetMappingMemento, AbstractSharedSessionContract session)NativeQueryImpl(NamedNativeQueryMemento memento, Class<R> resultJavaType, SharedSessionContractImplementor session)Constructs a NativeQueryImpl given a sql query defined in the mappings.NativeQueryImpl(NamedNativeQueryMemento memento, String resultSetMappingName, SharedSessionContractImplementor session)Constructs a NativeQueryImpl given a sql query defined in the mappings.NativeQueryImpl(NamedNativeQueryMemento memento, Supplier<ResultSetMapping> resultSetMappingCreator, org.hibernate.query.sql.internal.NativeQueryImpl.ResultSetMappingHandler resultSetMappingHandler, SharedSessionContractImplementor session)NativeQueryImpl(NamedNativeQueryMemento memento, SharedSessionContractImplementor session)Constructs a NativeQueryImpl given a sql query defined in the mappings.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description NativeQueryImplementor<R>addAttributeResult(String columnAlias, SingularAttribute attribute)Defines a result based on a specified attribute.NativeQueryImplementor<R>addAttributeResult(String columnAlias, Class entityJavaType, String attributePath)Defines a result based on a specified attribute.NativeQueryImplementor<R>addAttributeResult(String columnAlias, String entityName, String attributePath)Defines a result based on a specified attribute.NativeQueryImplementor<R>addEntity(Class entityType)Declare a "root" entity, without specifying an alias.NativeQueryImplementor<R>addEntity(String entityName)Declare a "root" entity, without specifying an alias.NativeQueryImplementor<R>addEntity(String tableAlias, Class entityClass)Declare a "root" entity.NativeQueryImplementor<R>addEntity(String tableAlias, Class entityClass, LockMode lockMode)Declare a "root" entity, specifying a lock mode.NativeQueryImplementor<R>addEntity(String tableAlias, String entityName)Declare a "root" entity.NativeQueryImplementor<R>addEntity(String tableAlias, String entityName, LockMode lockMode)Declare a "root" entity, specifying a lock mode.NativeQuery.FetchReturnaddFetch(String tableAlias, String ownerTableAlias, String joinPropertyName)Declare a join fetch result.<J> NativeQuery.InstantiationResultNode<J>addInstantiation(Class<J> targetJavaType)NativeQueryImplementor<R>addJoin(String tableAlias, String path)Declare a join fetch result.NativeQueryImplementor<R>addJoin(String tableAlias, String ownerTableAlias, String joinPropertyName)Declare a join fetch result.NativeQueryImplementor<R>addJoin(String tableAlias, String path, LockMode lockMode)Declare a join fetch result, specifying a lock mode.NativeQueryImplementor<R>addQueryHint(String hint)Add a database query hint to the SQL query.protected voidaddQuerySpaces(Serializable... spaces)protected voidaddQuerySpaces(String... spaces)voidaddResultTypeClass(Class<?> resultClass)DynamicResultBuilderEntityStandardaddRoot(String tableAlias, Class entityType)Add a new root return mapping, returning aNativeQuery.RootReturnto allow further definition.DynamicResultBuilderEntityStandardaddRoot(String tableAlias, String entityName)Add a new root return mapping, returning aNativeQuery.RootReturnto allow further definition.NativeQueryImplementor<R>addScalar(int position, Class<?> type)NativeQueryImplementor<R>addScalar(String columnAlias)Declare a scalar query result.NativeQueryImplementor<R>addScalar(String columnAlias, Class javaType)Declare a scalar query result using the specified result type.<C> NativeQueryImplementor<R>addScalar(String columnAlias, Class<C> jdbcJavaType, AttributeConverter<?,C> converter)Declare a scalar query result with an explicit conversion.<C> NativeQueryImplementor<R>addScalar(String columnAlias, Class<C> relationalJavaType, Class<? extends AttributeConverter<?,C>> converter)Declare a scalar query result with an explicit conversion.<O,J>
NativeQueryImplementor<R>addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, AttributeConverter<O,J> converter)Declare a scalar query result with an explicit conversion.<O,J>
NativeQueryImplementor<R>addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, Class<? extends AttributeConverter<O,J>> converterJavaType)Declare a scalar query result with an explicit conversion.NativeQueryImplementor<R>addScalar(String columnAlias, BasicDomainType type)Declare a scalar query result.NativeQuery<R>addScalar(String columnAlias, BasicTypeReference type)Declare a scalar query result.NativeQueryImplementor<R>addSynchronizedEntityClass(Class entityClass)Add all query spaces associated with the entity with the given type.NativeQueryImplementor<R>addSynchronizedEntityName(String entityName)Add all query spaces associated with the entity with the given names.NativeQueryImplementor<R>addSynchronizedQuerySpace(String querySpace)Add a query space.protected voidapplyEntityGraphHint(String hintName, Object value)protected voidapplyGraph(String graphString, GraphSemantic graphSemantic)Query<R>applyGraph(RootGraph graph, GraphSemantic semantic)Apply the given graph using the given semanticprotected voidapplyGraph(RootGraphImplementor<?> entityGraph, GraphSemantic graphSemantic)protected voidapplyOptions(NamedNativeQueryMemento memento)protected voidapplySynchronizeSpace(Object value)protected voidapplySynchronizeSpacesHint(Object value)protected voidcollectHints(Map<String,Object> hints)static intdetermineBindValueMaxCount(boolean paddingEnabled, int inExprLimit, int bindValueCount)protected intdoExecuteUpdate()protected List<R>doList()protected ScrollableResultsImplementor<R>doScroll(ScrollMode scrollMode)protected StringexpandParameterLists()protected NonSelectInterpretationsKeygenerateNonSelectInterpretationsKey()CallbackgetCallback()The callback referenceLockModeTypegetLockMode()Get the rootLockModeTypefor the queryQueryParameterBindingsgetParameterBindings()ParameterMetadataImplementorgetParameterMetadata()Access to information about query parameters.List<ParameterOccurrence>getParameterOccurrences()MutableQueryOptionsgetQueryOptions()Get the execution options for thisQuery.QueryParameterBindingsgetQueryParameterBindings()The domain parameter bindingsStringgetQueryString()The query as a string, ornullin the case of a criteria query.SessionFactoryImplementorgetSessionFactory()Collection<String>getSynchronizedQuerySpaces()Obtain the list of query spaces this query is synchronized with.booleanhasCallbackActions()BooleanisSelectQuery()Best guess whether this is a select query.protected voidprepareForExecution()protected NativeQueryImplementor<R>registerBuilder(ResultBuilder builder)protected SelectQueryPlan<R>resolveSelectQueryPlan()NativeQueryImplementor<R>setCacheable(boolean cacheable)Enable/disable second level query (result) caching for this query.NativeQueryImplementor<R>setCacheMode(CacheMode cacheMode)Set the currentCacheModein effect for this query.NativeQueryImplementor<R>setCacheRegion(String cacheRegion)Set the name of the cache region where query results should be cached (assumingSelectionQuery.isCacheable()).NativeQueryImplementor<R>setCacheRetrieveMode(CacheRetrieveMode cacheRetrieveMode)NativeQueryImplementor<R>setCacheStoreMode(CacheStoreMode cacheStoreMode)NativeQueryImplementor<R>setComment(String comment)Set a comment for this query.NativeQueryImplementor<R>setFetchSize(int fetchSize)Sets a JDBC fetch size hint for the query.NativeQueryImplementor<R>setFirstResult(int startPosition)Set the first row position to return from the query results.NativeQueryImplementor<R>setFlushMode(FlushModeType flushModeType)Set theFlushModein to use for this query.NativeQueryImplementor<R>setHibernateFlushMode(FlushMode flushMode)Set the currentFlushModein effect for this query.NativeQueryImplementor<R>setHibernateLockMode(LockMode lockMode)Specify the root LockMode for the queryNativeQueryImplementor<R>setHint(String hintName, Object value)Set a hint.NativeQueryImplementor<R>setLockMode(LockModeType lockModeType)Specify the root LockModeType for the queryNativeQueryImplementor<R>setLockMode(String alias, LockMode lockMode)Specify aLockModeto apply to a specific alias defined in the queryNativeQueryImplementor<R>setLockOptions(LockOptions lockOptions)Apply the given lock options to this query.NativeQueryImplementor<R>setMaxResults(int maxResult)Set the max number of rows requested for the query results.NativeQueryImplementor<R>setParameter(int position, Object value)Bind the given argument to an ordinal query parameter.NativeQueryImplementor<R>setParameter(int position, Instant value, TemporalType temporalType)Bind anInstantto an ordinal query parameter using just the portion indicated by the givenTemporalType.NativeQueryImplementor<R>setParameter(int position, Calendar value, TemporalType temporalType)QueryoverrideNativeQueryImplementor<R>setParameter(int position, Date value, TemporalType temporalType)Queryoverride<P> NativeQueryImplementor<R>setParameter(int position, P value, Class<P> javaTypeClass)Bind the given argument to an ordinal query parameter using the givenClassreference to attempt to infer theBindableType.<P> NativeQueryImplementor<R>setParameter(int position, P value, BindableType<P> type)Bind the given argument to an ordinal query parameter using the givenBindableType.NativeQueryImplementor<R>setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType)QueryoverrideNativeQueryImplementor<R>setParameter(Parameter<Date> param, Date value, TemporalType temporalType)Queryoverride<P> NativeQueryImplementor<R>setParameter(Parameter<P> parameter, P value)QueryoverrideNativeQueryImplementor<R>setParameter(String name, Object value)Bind the given argument to a named query parameter.NativeQueryImplementor<R>setParameter(String name, Instant value, TemporalType temporalType)Bind anInstantto the named query parameter using just the portion indicated by the givenTemporalType.NativeQueryImplementor<R>setParameter(String name, Calendar value, TemporalType temporalType)QueryoverrideNativeQueryImplementor<R>setParameter(String name, Date value, TemporalType temporalType)Queryoverride<P> NativeQueryImplementor<R>setParameter(String name, P value, Class<P> javaTypeClass)Bind the given argument to a named query parameter using the givenClassreference to attempt to infer theBindableType.<P> NativeQueryImplementor<R>setParameter(String name, P value, BindableType<P> type)Bind the given argument to a named query parameter using the givenBindableType.<P> NativeQueryImplementor<R>setParameter(QueryParameter<P> parameter, P value)Bind an argument to the query parameter represented by the givenQueryParameter.<P> NativeQueryImplementor<R>setParameter(QueryParameter<P> parameter, P value, Class<P> javaTypeClass)Bind an argument to the query parameter represented by the givenQueryParameter, using the givenClassreference to attempt to infer theBindableTypeto use.<P> NativeQueryImplementor<R>setParameter(QueryParameter<P> parameter, P value, BindableType<P> type)Bind an argument to the query parameter represented by the givenQueryParameter, using the givenBindableType.NativeQueryImplementor<R>setParameterList(int position, Object[] values)Bind multiple arguments to an ordinal query parameter.NativeQueryImplementor<R>setParameterList(int position, Collection values)Bind multiple arguments to an ordinal query parameter.<P> NativeQueryImplementor<R>setParameterList(int position, Collection<? extends P> values, Class<P> javaTypeClass)Bind multiple arguments to an ordinal query parameter using the givenClassreference to attempt to infer theBindableType.<P> NativeQueryImplementor<R>setParameterList(int position, Collection<? extends P> values, BindableType<P> type)Bind multiple arguments to an ordinal query parameter using the givenBindableType.<P> NativeQueryImplementor<R>setParameterList(int position, P[] values, Class<P> javaTypeClass)Bind multiple arguments to an ordinal query parameter using the givenClassreference to attempt to infer theBindableType.<P> NativeQueryImplementor<R>setParameterList(int position, P[] values, BindableType<P> type)Bind multiple arguments to an ordinal query parameter using the givenBindableType.NativeQueryImplementor<R>setParameterList(String name, Object[] values)Bind multiple arguments to a named query parameter.NativeQueryImplementor<R>setParameterList(String name, Collection values)Bind multiple arguments to a named query parameter.<P> NativeQueryImplementor<R>setParameterList(String name, Collection<? extends P> values, Class<P> javaTypeClass)Bind multiple arguments to a named query parameter using the givenClassreference to attempt to infer theBindableTypeIf unable to infer an appropriateBindableType, fall back toCommonQueryContract.setParameterList(String, Collection).<P> NativeQueryImplementor<R>setParameterList(String name, Collection<? extends P> values, BindableType<P> type)Bind multiple arguments to a named query parameter using the givenBindableType.<P> NativeQueryImplementor<R>setParameterList(String name, P[] values, Class<P> javaTypeClass)Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine theBindableTypeto use.<P> NativeQueryImplementor<R>setParameterList(String name, P[] values, BindableType<P> type)Bind multiple arguments to a named query parameter using the givenBindableType.<P> NativeQueryImplementor<R>setParameterList(QueryParameter<P> parameter, Collection<? extends P> values)Bind multiple arguments to the query parameter represented by the givenQueryParameter.<P> NativeQueryImplementor<R>setParameterList(QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaTypeClass)Bind multiple arguments to the query parameter represented by the givenQueryParameterusing the givenClassreference to attempt to infer theBindableTypeto use.<P> NativeQueryImplementor<R>setParameterList(QueryParameter<P> parameter, Collection<? extends P> values, BindableType<P> type)Bind multiple arguments to the query parameter represented by the givenQueryParameter, using the givenBindableType.<P> NativeQueryImplementor<R>setParameterList(QueryParameter<P> parameter, P[] values)Bind multiple arguments to the query parameter represented by the givenQueryParameter.<P> NativeQueryImplementor<R>setParameterList(QueryParameter<P> parameter, P[] values, Class<P> javaTypeClass)Bind multiple arguments to the query parameter represented by the givenQueryParameterusing the givenClassreference to attempt to infer theBindableTypeto use.<P> NativeQueryImplementor<R>setParameterList(QueryParameter<P> parameter, P[] values, BindableType<P> type)Bind multiple arguments to the query parameter represented by the givenQueryParameter, using the given theBindableType.NativeQueryImplementor<R>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.NativeQueryImplementor<R>setProperties(Map map)Bind the values of the givenMapto named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using heuristics.NativeQueryImplementor<R>setReadOnly(boolean readOnly)Set the read-only/modifiable mode for entities and proxies loaded by thisQuery.NativeQueryImplementor<R>setResultListTransformer(ResultListTransformer<R> transformer)Set aResultListTransformer.<S> NativeQueryImplementor<S>setResultTransformer(ResultTransformer<S> transformer)Deprecated.NativeQueryImplementor<R>setTimeout(int timeout)Set the query timeout in seconds.<T> NativeQueryImplementor<T>setTupleTransformer(TupleTransformer<T> transformer)Set aTupleTransformer.NamedNativeQueryMementotoMemento(String name)Convert the query into the memento<T> Tunwrap(Class<T> javaType)-
Methods inherited from class org.hibernate.query.spi.AbstractQuery
applyOptions, executeUpdate, getComment, getFirstResult, getFlushMode, getLockOptions, getMaxResults, getParameters, getSupportedHints, isCacheable, resolveJdbcParameterTypeIfNecessary, setOptionalEntityName, setOptionalId, setOptionalObject
-
Methods inherited from class org.hibernate.query.spi.AbstractSelectionQuery
afterQuery, afterQuery, applyOptions, beforeQuery, buildTupleMetadata, checkQueryReturnType, getCacheMode, getCacheRegion, getCacheRetrieveMode, getCacheStoreMode, getFetchSize, getHibernateLockMode, getSingleResult, getSingleResultOrNull, hasAppliedGraph, hasLimit, isReadOnly, list, requiresTxn, resetCallback, scroll, scroll, setAliasSpecificLockMode, setFollowOnLocking, stream, uniqueElement, uniqueResult, uniqueResultOptional, verifyResultType, visitQueryReturnType
-
Methods inherited from class org.hibernate.query.spi.AbstractCommonQueryContract
applyAdditionalPossibleHints, applyAliasSpecificLockModeHint, applyCacheableHint, applyCacheModeHint, applyCacheRegionHint, applyCommentHint, applyFetchSizeHint, applyFirstResult, applyFlushModeHint, applyFollowOnLockingHint, applyHibernateLockMode, applyHint, applyJpaCacheRetrieveModeHint, applyJpaCacheStoreModeHint, applyJpaFlushMode, applyLockModeHint, applyLockModeType, applyLockTimeoutHint, applyLockTimeoutHint, applyMaxResults, applyResultListTransformer, applySelectionHint, applyTimeoutHint, applyTupleTransformer, determineType, getHibernateFlushMode, getHints, getIntegerLiteral, getJpaFlushMode, getMaxRows, getParameter, getParameter, getParameter, getParameter, getParameterValue, getParameterValue, getParameterValue, getSession, getTimeout, isBound, locateBinding, locateBinding, locateBinding, locateBinding, putIfNotNull, putIfNotNull
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.query.CommonQueryContract
getFlushMode, getHibernateFlushMode, getTimeout
-
Methods inherited from interface org.hibernate.query.spi.DomainQueryExecutionContext
getSession
-
Methods inherited from interface org.hibernate.query.NativeQuery
getHibernateLockMode, getLockOptions
-
Methods inherited from interface jakarta.persistence.Query
getFirstResult, getFlushMode, getHints, getMaxResults, getParameter, getParameter, getParameter, getParameter, getParameters, getParameterValue, getParameterValue, getParameterValue, isBound
-
Methods inherited from interface org.hibernate.query.Query
applyFetchGraph, applyLoadGraph, executeUpdate, getComment, getResultList, getResultStream, getSingleResult, list, stream, uniqueResult, uniqueResultOptional
-
Methods inherited from interface org.hibernate.query.spi.QueryImplementor
getSession, scroll, scroll, setOptionalEntityName, setOptionalId, setOptionalObject
-
Methods inherited from interface org.hibernate.query.SelectionQuery
getCacheMode, getCacheRegion, getCacheRetrieveMode, getCacheStoreMode, getFetchSize, getFirstResult, getMaxResults, getSingleResultOrNull, isCacheable, isReadOnly, setAliasSpecificLockMode, setFollowOnLocking
-
-
-
-
Constructor Detail
-
NativeQueryImpl
public NativeQueryImpl(NamedNativeQueryMemento memento, SharedSessionContractImplementor session)
Constructs a NativeQueryImpl given a sql query defined in the mappings.
-
NativeQueryImpl
public NativeQueryImpl(NamedNativeQueryMemento memento, Supplier<ResultSetMapping> resultSetMappingCreator, org.hibernate.query.sql.internal.NativeQueryImpl.ResultSetMappingHandler resultSetMappingHandler, SharedSessionContractImplementor session)
-
NativeQueryImpl
public NativeQueryImpl(NamedNativeQueryMemento memento, Class<R> resultJavaType, SharedSessionContractImplementor session)
Constructs a NativeQueryImpl given a sql query defined in the mappings.
-
NativeQueryImpl
public NativeQueryImpl(NamedNativeQueryMemento memento, String resultSetMappingName, SharedSessionContractImplementor session)
Constructs a NativeQueryImpl given a sql query defined in the mappings.
-
NativeQueryImpl
public NativeQueryImpl(String sqlString, NamedResultSetMappingMemento resultSetMappingMemento, AbstractSharedSessionContract session)
-
NativeQueryImpl
public NativeQueryImpl(String sqlString, SharedSessionContractImplementor session)
-
-
Method Detail
-
getParameterOccurrences
public List<ParameterOccurrence> getParameterOccurrences()
-
applyOptions
protected void applyOptions(NamedNativeQueryMemento memento)
-
getQueryString
public String getQueryString()
Description copied from interface:QueryThe query as a string, ornullin the case of a criteria query.- Specified by:
getQueryStringin interfaceQuery<R>- Specified by:
getQueryStringin classAbstractSelectionQuery<R>
-
getParameterMetadata
public ParameterMetadataImplementor getParameterMetadata()
Description copied from interface:QueryAccess to information about query parameters.- Specified by:
getParameterMetadatain interfaceQuery<R>- Specified by:
getParameterMetadatain classAbstractCommonQueryContract- Returns:
- information about query parameters.
-
getQueryOptions
public MutableQueryOptions getQueryOptions()
Description copied from interface:QueryGet the execution options for thisQuery. Many of the setters of this object update the state of the returnedQueryOptions. This is useful because it gives access to s primitive value in its (nullable) wrapper form, rather than the primitive form as required by JPA. This allows us to distinguish whether a value has been explicitly set by the client.- Specified by:
getQueryOptionsin interfaceDomainQueryExecutionContext- Specified by:
getQueryOptionsin interfaceQuery<R>- Overrides:
getQueryOptionsin classAbstractQuery<R>- Returns:
- Return the encapsulation of this query's options.
-
getCallback
public Callback getCallback()
Description copied from interface:DomainQueryExecutionContextThe callback reference- Specified by:
getCallbackin interfaceDomainQueryExecutionContext- Overrides:
getCallbackin classAbstractSelectionQuery<R>
-
getSessionFactory
public SessionFactoryImplementor getSessionFactory()
- Specified by:
getSessionFactoryin interfaceResultSetMappingResolutionContext- Overrides:
getSessionFactoryin classAbstractSelectionQuery<R>
-
hasCallbackActions
public boolean hasCallbackActions()
- Specified by:
hasCallbackActionsin interfaceDomainQueryExecutionContext- Overrides:
hasCallbackActionsin classAbstractSelectionQuery<R>
-
getQueryParameterBindings
public QueryParameterBindings getQueryParameterBindings()
Description copied from interface:DomainQueryExecutionContextThe domain parameter bindings- Specified by:
getQueryParameterBindingsin interfaceDomainQueryExecutionContext- Specified by:
getQueryParameterBindingsin classAbstractCommonQueryContract
-
getParameterBindings
public QueryParameterBindings getParameterBindings()
- Specified by:
getParameterBindingsin interfaceQueryImplementor<R>
-
toMemento
public NamedNativeQueryMemento toMemento(String name)
Description copied from interface:NameableQueryConvert the query into the memento- Specified by:
toMementoin interfaceNameableQuery- Specified by:
toMementoin interfaceNativeQueryImplementor<R>
-
getLockMode
public LockModeType getLockMode()
Description copied from interface:SelectionQueryGet the rootLockModeTypefor the query- Specified by:
getLockModein interfaceNativeQuery<R>- Specified by:
getLockModein interfaceQuery- Specified by:
getLockModein interfaceSelectionQuery<R>- Overrides:
getLockModein classAbstractQuery<R>- See Also:
SelectionQuery.getHibernateLockMode()
-
setLockOptions
public NativeQueryImplementor<R> setLockOptions(LockOptions lockOptions)
Description copied from interface:QueryApply the given lock options to this query. Alias-specific lock modes in the given lock options are merged with any alias-specific lock mode which have already been set. If a lock mode has already been specified for an alias that is among the aliases in the given lock options, the lock mode specified in the given lock options overrides the lock mode that was already set.- Specified by:
setLockOptionsin interfaceNativeQuery<R>- Specified by:
setLockOptionsin interfaceNativeQueryImplementor<R>- Specified by:
setLockOptionsin interfaceQuery<R>- Overrides:
setLockOptionsin classAbstractQuery<R>- Parameters:
lockOptions- The lock options to apply to the query.- Returns:
this, for method chaining- See Also:
Query.getLockOptions()
-
setHibernateLockMode
public NativeQueryImplementor<R> setHibernateLockMode(LockMode lockMode)
Description copied from class:AbstractSelectionQuerySpecify the root LockMode for the query- Specified by:
setHibernateLockModein interfaceNativeQuery<R>- Specified by:
setHibernateLockModein interfaceNativeQueryImplementor<R>- Specified by:
setHibernateLockModein interfaceSelectionQuery<R>- Overrides:
setHibernateLockModein classAbstractSelectionQuery<R>- See Also:
SelectionQuery.setLockMode(LockModeType)
-
setLockMode
public NativeQueryImplementor<R> setLockMode(String alias, LockMode lockMode)
Description copied from interface:SelectionQuerySpecify aLockModeto apply to a specific alias defined in the query- Specified by:
setLockModein interfaceNativeQuery<R>- Specified by:
setLockModein interfaceNativeQueryImplementor<R>- Specified by:
setLockModein interfaceQuery<R>- Specified by:
setLockModein interfaceSelectionQuery<R>- Overrides:
setLockModein classAbstractQuery<R>- Parameters:
alias- A query aliaslockMode- The lock mode to apply- Returns:
this, for method chaining- See Also:
Query.getLockOptions()
-
setLockMode
public NativeQueryImplementor<R> setLockMode(LockModeType lockModeType)
Description copied from class:AbstractSelectionQuerySpecify the root LockModeType for the query- Specified by:
setLockModein interfaceNativeQuery<R>- Specified by:
setLockModein interfaceNativeQueryImplementor<R>- Specified by:
setLockModein interfaceQuery- Specified by:
setLockModein interfaceQuery<R>- Specified by:
setLockModein interfaceSelectionQuery<R>- Specified by:
setLockModein interfaceTypedQuery<R>- Overrides:
setLockModein classAbstractQuery<R>- See Also:
AbstractSelectionQuery.setHibernateLockMode(org.hibernate.LockMode)
-
applyGraph
protected void applyGraph(String graphString, GraphSemantic graphSemantic)
- Overrides:
applyGraphin classAbstractCommonQueryContract
-
applyGraph
protected void applyGraph(RootGraphImplementor<?> entityGraph, GraphSemantic graphSemantic)
- Overrides:
applyGraphin classAbstractCommonQueryContract
-
applyGraph
public Query<R> applyGraph(RootGraph graph, GraphSemantic semantic)
Description copied from interface:QueryApply the given graph using the given semantic- Specified by:
applyGraphin interfaceQuery<R>- Parameters:
graph- The graph to apply.semantic- The semantic to use when applying the graph
-
applyEntityGraphHint
protected void applyEntityGraphHint(String hintName, Object value)
- Overrides:
applyEntityGraphHintin classAbstractCommonQueryContract
-
setTupleTransformer
public <T> NativeQueryImplementor<T> setTupleTransformer(TupleTransformer<T> transformer)
Description copied from interface:QuerySet aTupleTransformer.- Specified by:
setTupleTransformerin interfaceNativeQuery<R>- Specified by:
setTupleTransformerin interfaceNativeQueryImplementor<R>- Specified by:
setTupleTransformerin interfaceQuery<R>- Specified by:
setTupleTransformerin interfaceQueryImplementor<R>- Overrides:
setTupleTransformerin classAbstractQuery<R>
-
setResultListTransformer
public NativeQueryImplementor<R> setResultListTransformer(ResultListTransformer<R> transformer)
Description copied from interface:QuerySet aResultListTransformer.- Specified by:
setResultListTransformerin interfaceNativeQuery<R>- Specified by:
setResultListTransformerin interfaceNativeQueryImplementor<R>- Specified by:
setResultListTransformerin interfaceQuery<R>- Specified by:
setResultListTransformerin interfaceQueryImplementor<R>- Overrides:
setResultListTransformerin classAbstractQuery<R>
-
isSelectQuery
public Boolean isSelectQuery()
Description copied from interface:NativeQueryImplementorBest guess whether this is a select query.nullindicates unknown- Specified by:
isSelectQueryin interfaceNativeQueryImplementor<R>
-
prepareForExecution
protected void prepareForExecution()
- Overrides:
prepareForExecutionin classAbstractQuery<R>
-
doList
protected List<R> doList()
- Specified by:
doListin classAbstractSelectionQuery<R>
-
resolveSelectQueryPlan
protected SelectQueryPlan<R> resolveSelectQueryPlan()
-
expandParameterLists
protected String expandParameterLists()
-
determineBindValueMaxCount
public static int determineBindValueMaxCount(boolean paddingEnabled, int inExprLimit, int bindValueCount)
-
doScroll
protected ScrollableResultsImplementor<R> doScroll(ScrollMode scrollMode)
- Specified by:
doScrollin classAbstractSelectionQuery<R>
-
doExecuteUpdate
protected int doExecuteUpdate()
- Specified by:
doExecuteUpdatein classAbstractQuery<R>
-
generateNonSelectInterpretationsKey
protected NonSelectInterpretationsKey generateNonSelectInterpretationsKey()
-
addResultTypeClass
public void addResultTypeClass(Class<?> resultClass)
-
addScalar
public NativeQueryImplementor<R> addScalar(String columnAlias)
Description copied from interface:NativeQueryDeclare a scalar query result. Hibernate will attempt to automatically detect the underlying type.Functions like
<return-scalar/>inhbm.xmlorColumnResultin annotations- Specified by:
addScalarin interfaceNativeQuery<R>- Specified by:
addScalarin interfaceNativeQueryImplementor<R>- Parameters:
columnAlias- The column alias in the result set to be processed as a scalar result- Returns:
this, for method chaining
-
addScalar
public NativeQueryImplementor<R> addScalar(int position, Class<?> type)
-
registerBuilder
protected NativeQueryImplementor<R> registerBuilder(ResultBuilder builder)
-
addScalar
public NativeQuery<R> addScalar(String columnAlias, BasicTypeReference type)
Description copied from interface:NativeQueryDeclare a scalar query result.Functions like
<return-scalar/>inhbm.xmlorColumnResultin annotations.- Specified by:
addScalarin interfaceNativeQuery<R>- Parameters:
columnAlias- The column alias in the result set to be processed as a scalar resulttype- The Hibernate type as which to treat the value.- Returns:
this, for method chaining
-
addScalar
public NativeQueryImplementor<R> addScalar(String columnAlias, BasicDomainType type)
Description copied from interface:NativeQueryDeclare a scalar query result.Functions like
<return-scalar/>inhbm.xmlorColumnResultin annotations.- Specified by:
addScalarin interfaceNativeQuery<R>- Specified by:
addScalarin interfaceNativeQueryImplementor<R>- Parameters:
columnAlias- The column alias in the result set to be processed as a scalar resulttype- The Hibernate type as which to treat the value.- Returns:
this, for method chaining
-
addScalar
public NativeQueryImplementor<R> addScalar(String columnAlias, Class javaType)
Description copied from interface:NativeQueryDeclare a scalar query result using the specified result type.Hibernate will implicitly determine an appropriate conversion, if it can. Otherwise, an exception will be thrown.
- Specified by:
addScalarin interfaceNativeQuery<R>- Specified by:
addScalarin interfaceNativeQueryImplementor<R>- Returns:
this, for method chaining
-
addScalar
public <C> NativeQueryImplementor<R> addScalar(String columnAlias, Class<C> jdbcJavaType, AttributeConverter<?,C> converter)
Description copied from interface:NativeQueryDeclare a scalar query result with an explicit conversion.- Specified by:
addScalarin interfaceNativeQuery<R>- Specified by:
addScalarin interfaceNativeQueryImplementor<R>jdbcJavaType- The Java type expected by the converter as its "relational" type.converter- The conversion to apply. Consumes the JDBC value based onrelationalJavaType.- Returns:
this, for method chaining
-
addScalar
public <O,J> NativeQueryImplementor<R> addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, AttributeConverter<O,J> converter)
Description copied from interface:NativeQueryDeclare a scalar query result with an explicit conversion.- Specified by:
addScalarin interfaceNativeQuery<R>- Specified by:
addScalarin interfaceNativeQueryImplementor<R>domainJavaType- The Java type expected by the converter as its "object model" type.jdbcJavaType- The Java type expected by the converter as its "relational model" type.converter- The conversion to apply. Consumes the JDBC value based onrelationalJavaType.- Returns:
this, for method chaining
-
addScalar
public <C> NativeQueryImplementor<R> addScalar(String columnAlias, Class<C> relationalJavaType, Class<? extends AttributeConverter<?,C>> converter)
Description copied from interface:NativeQueryDeclare a scalar query result with an explicit conversion.- Specified by:
addScalarin interfaceNativeQuery<R>- Specified by:
addScalarin interfaceNativeQueryImplementor<R>relationalJavaType- The Java type expected by the converter as its "relational" type.converter- The conversion to apply. Consumes the JDBC value based onrelationalJavaType.- Returns:
this, for method chaining
-
addScalar
public <O,J> NativeQueryImplementor<R> addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, Class<? extends AttributeConverter<O,J>> converterJavaType)
Description copied from interface:NativeQueryDeclare a scalar query result with an explicit conversion.- Specified by:
addScalarin interfaceNativeQuery<R>- Specified by:
addScalarin interfaceNativeQueryImplementor<R>domainJavaType- The Java type expected by the converter as its "object model" type.jdbcJavaType- The Java type expected by the converter as its "relational model" type.converterJavaType- The conversion to apply. Consumes the JDBC value based onrelationalJavaType.- Returns:
this, for method chaining
-
addInstantiation
public <J> NativeQuery.InstantiationResultNode<J> addInstantiation(Class<J> targetJavaType)
- Specified by:
addInstantiationin interfaceNativeQuery<R>
-
addAttributeResult
public NativeQueryImplementor<R> addAttributeResult(String columnAlias, Class entityJavaType, String attributePath)
Description copied from interface:NativeQueryDefines a result based on a specified attribute. Differs from adding a scalar in that any conversions or other semantics defined on the attribute are automatically applied to the mapping.- Specified by:
addAttributeResultin interfaceNativeQuery<R>- Specified by:
addAttributeResultin interfaceNativeQueryImplementor<R>- Returns:
this, for method chaining
-
addAttributeResult
public NativeQueryImplementor<R> addAttributeResult(String columnAlias, String entityName, String attributePath)
Description copied from interface:NativeQueryDefines a result based on a specified attribute. Differs from adding a scalar in that any conversions or other semantics defined on the attribute are automatically applied to the mapping.- Specified by:
addAttributeResultin interfaceNativeQuery<R>- Specified by:
addAttributeResultin interfaceNativeQueryImplementor<R>- Returns:
this, for method chaining
-
addAttributeResult
public NativeQueryImplementor<R> addAttributeResult(String columnAlias, SingularAttribute attribute)
Description copied from interface:NativeQueryDefines a result based on a specified attribute. Differs from adding a scalar in that any conversions or other semantics defined on the attribute are automatically applied to the mapping.This form accepts the JPA Attribute mapping describing the attribute
- Specified by:
addAttributeResultin interfaceNativeQuery<R>- Specified by:
addAttributeResultin interfaceNativeQueryImplementor<R>- Returns:
this, for method chaining
-
addRoot
public DynamicResultBuilderEntityStandard addRoot(String tableAlias, String entityName)
Description copied from interface:NativeQueryAdd a new root return mapping, returning aNativeQuery.RootReturnto allow further definition.- Specified by:
addRootin interfaceNativeQuery<R>- Specified by:
addRootin interfaceNativeQueryImplementor<R>- Parameters:
tableAlias- The SQL table alias to map to this entityentityName- The name of the entity- Returns:
- The return config object for further control.
-
addRoot
public DynamicResultBuilderEntityStandard addRoot(String tableAlias, Class entityType)
Description copied from interface:NativeQueryAdd a new root return mapping, returning aNativeQuery.RootReturnto allow further definition.- Specified by:
addRootin interfaceNativeQuery<R>- Parameters:
tableAlias- The SQL table alias to map to this entityentityType- The java type of the entity- Returns:
- The return config object for further control.
-
addEntity
public NativeQueryImplementor<R> addEntity(String entityName)
Description copied from interface:NativeQueryDeclare a "root" entity, without specifying an alias. The expectation here is that the table alias is the same as the unqualified entity name.Use
NativeQuery.addRoot(java.lang.String, java.lang.String)if you need further control of the mapping- Specified by:
addEntityin interfaceNativeQuery<R>- Specified by:
addEntityin interfaceNativeQueryImplementor<R>- Parameters:
entityName- The entity name that is the root return of the query- Returns:
this, for method chaining
-
addEntity
public NativeQueryImplementor<R> addEntity(String tableAlias, String entityName)
Description copied from interface:NativeQueryDeclare a "root" entity.- Specified by:
addEntityin interfaceNativeQuery<R>- Specified by:
addEntityin interfaceNativeQueryImplementor<R>- Parameters:
tableAlias- The SQL table aliasentityName- The entity name- Returns:
this, for method chaining
-
addEntity
public NativeQueryImplementor<R> addEntity(String tableAlias, String entityName, LockMode lockMode)
Description copied from interface:NativeQueryDeclare a "root" entity, specifying a lock mode.- Specified by:
addEntityin interfaceNativeQuery<R>- Specified by:
addEntityin interfaceNativeQueryImplementor<R>- Parameters:
tableAlias- The SQL table aliasentityName- The entity namelockMode- The lock mode for this return.- Returns:
this, for method chaining
-
addEntity
public NativeQueryImplementor<R> addEntity(Class entityType)
Description copied from interface:NativeQueryDeclare a "root" entity, without specifying an alias. The expectation here is that the table alias is the same as the unqualified entity name.- Specified by:
addEntityin interfaceNativeQuery<R>- Specified by:
addEntityin interfaceNativeQueryImplementor<R>- Parameters:
entityType- The java type of the entity to add as a root- Returns:
this, for method chaining
-
addEntity
public NativeQueryImplementor<R> addEntity(String tableAlias, Class entityClass)
Description copied from interface:NativeQueryDeclare a "root" entity.- Specified by:
addEntityin interfaceNativeQuery<R>- Specified by:
addEntityin interfaceNativeQueryImplementor<R>- Parameters:
tableAlias- The SQL table aliasentityClass- The java type of the entity to add as a root- Returns:
this, for method chaining
-
addEntity
public NativeQueryImplementor<R> addEntity(String tableAlias, Class entityClass, LockMode lockMode)
Description copied from interface:NativeQueryDeclare a "root" entity, specifying a lock mode.- Specified by:
addEntityin interfaceNativeQuery<R>- Specified by:
addEntityin interfaceNativeQueryImplementor<R>- Parameters:
tableAlias- The SQL table aliasentityClass- The entityClasslockMode- The lock mode for this return- Returns:
this, for method chaining
-
addFetch
public NativeQuery.FetchReturn addFetch(String tableAlias, String ownerTableAlias, String joinPropertyName)
Description copied from interface:NativeQueryDeclare a join fetch result.- Specified by:
addFetchin interfaceNativeQuery<R>- Parameters:
tableAlias- The SQL table alias for the data to be mapped to this fetch.ownerTableAlias- Identify the table alias of the owner of this association. Should match the alias of a previously added root or fetch.joinPropertyName- The name of the property being join fetched.- Returns:
- The return config object for further control.
-
addJoin
public NativeQueryImplementor<R> addJoin(String tableAlias, String path)
Description copied from interface:NativeQueryDeclare a join fetch result.- Specified by:
addJoinin interfaceNativeQuery<R>- Specified by:
addJoinin interfaceNativeQueryImplementor<R>- Parameters:
tableAlias- The SQL table alias for the data to be mapped to this fetch.path- The association path of form[owner-alias].[property-name].- Returns:
this, for method chaining
-
addJoin
public NativeQueryImplementor<R> addJoin(String tableAlias, String ownerTableAlias, String joinPropertyName)
Description copied from interface:NativeQueryDeclare a join fetch result.- Specified by:
addJoinin interfaceNativeQuery<R>- Specified by:
addJoinin interfaceNativeQueryImplementor<R>- Parameters:
tableAlias- The SQL table alias for the data to be mapped to this fetchownerTableAlias- Identify the table alias of the owner of this association. Should match the alias of a previously added root or fetch.joinPropertyName- The name of the property being join fetched.- Returns:
this, for method chaining
-
addJoin
public NativeQueryImplementor<R> addJoin(String tableAlias, String path, LockMode lockMode)
Description copied from interface:NativeQueryDeclare a join fetch result, specifying a lock mode.- Specified by:
addJoinin interfaceNativeQuery<R>- Specified by:
addJoinin interfaceNativeQueryImplementor<R>- Parameters:
tableAlias- The SQL table alias for the data to be mapped to this fetchpath- The association path of form[owner-alias].[property-name].lockMode- The lock mode for this return.- Returns:
this, for method chaining
-
getSynchronizedQuerySpaces
public Collection<String> getSynchronizedQuerySpaces()
Description copied from interface:SynchronizeableQueryObtain the list of query spaces this query is synchronized with.- Specified by:
getSynchronizedQuerySpacesin interfaceSynchronizeableQuery- Returns:
- The list of query spaces upon which the query is synchronized.
-
addSynchronizedQuerySpace
public NativeQueryImplementor<R> addSynchronizedQuerySpace(String querySpace)
Description copied from interface:SynchronizeableQueryAdd a query space. The effect of this call is to:- force an auto-flush if any entity associated with the current session and mapped to the given query space has pending changes which have not yet been synchronized with the database, and
- if the result set of this query is cached, mark it for invalidation when any entity mapped to the given query space is synchronized with the database in any session.
- Specified by:
addSynchronizedQuerySpacein interfaceNativeQuery<R>- Specified by:
addSynchronizedQuerySpacein interfaceNativeQueryImplementor<R>- Specified by:
addSynchronizedQuerySpacein interfaceSynchronizeableQuery- Parameters:
querySpace- The name of the query space, usually the name of a database table.- Returns:
this, for method chaining
-
addQuerySpaces
protected void addQuerySpaces(String... spaces)
-
addQuerySpaces
protected void addQuerySpaces(Serializable... spaces)
-
addSynchronizedEntityName
public NativeQueryImplementor<R> addSynchronizedEntityName(String entityName) throws MappingException
Description copied from interface:SynchronizeableQueryAdd all query spaces associated with the entity with the given names.Same as
SynchronizeableQuery.addSynchronizedQuerySpace(java.lang.String)for all tables mapped by the given entity.- Specified by:
addSynchronizedEntityNamein interfaceNativeQuery<R>- Specified by:
addSynchronizedEntityNamein interfaceNativeQueryImplementor<R>- Specified by:
addSynchronizedEntityNamein interfaceSynchronizeableQuery- Parameters:
entityName- The name of an entity.- Returns:
this, for method chaining- Throws:
MappingException- Indicates the given name could not be resolved as an entity
-
addSynchronizedEntityClass
public NativeQueryImplementor<R> addSynchronizedEntityClass(Class entityClass) throws MappingException
Description copied from interface:SynchronizeableQueryAdd all query spaces associated with the entity with the given type.Same as
SynchronizeableQuery.addSynchronizedQuerySpace(java.lang.String)for all tables mapped by the given entity.- Specified by:
addSynchronizedEntityClassin interfaceNativeQuery<R>- Specified by:
addSynchronizedEntityClassin interfaceNativeQueryImplementor<R>- Specified by:
addSynchronizedEntityClassin interfaceSynchronizeableQuery- Parameters:
entityClass- The class of the entity.- Returns:
this, for method chaining- Throws:
MappingException- Indicates the given class could not be resolved as an entity
-
setHibernateFlushMode
public NativeQueryImplementor<R> setHibernateFlushMode(FlushMode flushMode)
Description copied from interface:CommonQueryContractSet the currentFlushModein effect for this query.- Specified by:
setHibernateFlushModein interfaceCommonQueryContract- Specified by:
setHibernateFlushModein interfaceMutationQuery- Specified by:
setHibernateFlushModein interfaceNativeQuery<R>- Specified by:
setHibernateFlushModein interfaceNativeQueryImplementor<R>- Specified by:
setHibernateFlushModein interfaceQuery<R>- Specified by:
setHibernateFlushModein interfaceSelectionQuery<R>- Overrides:
setHibernateFlushModein classAbstractQuery<R>- See Also:
CommonQueryContract.getHibernateFlushMode(),Session.getHibernateFlushMode()
-
setFlushMode
public NativeQueryImplementor<R> setFlushMode(FlushModeType flushModeType)
Description copied from interface:CommonQueryContractSet theFlushModein to use for this query.- Specified by:
setFlushModein interfaceCommonQueryContract- Specified by:
setFlushModein interfaceMutationQuery- Specified by:
setFlushModein interfaceNativeQuery<R>- Specified by:
setFlushModein interfaceNativeQueryImplementor<R>- Specified by:
setFlushModein interfaceQuery- Specified by:
setFlushModein interfaceQuery<R>- Specified by:
setFlushModein interfaceSelectionQuery<R>- Specified by:
setFlushModein interfaceTypedQuery<R>- Overrides:
setFlushModein classAbstractQuery<R>- See Also:
CommonQueryContract.getHibernateFlushMode(),Session.getHibernateFlushMode()
-
setCacheMode
public NativeQueryImplementor<R> setCacheMode(CacheMode cacheMode)
Description copied from interface:SelectionQuerySet the currentCacheModein effect for this query.- Specified by:
setCacheModein interfaceNativeQuery<R>- Specified by:
setCacheModein interfaceNativeQueryImplementor<R>- Specified by:
setCacheModein interfaceQuery<R>- Specified by:
setCacheModein interfaceSelectionQuery<R>- Overrides:
setCacheModein classAbstractQuery<R>- See Also:
SelectionQuery.getCacheMode(),Session.setCacheMode(CacheMode)
-
setCacheRetrieveMode
public NativeQueryImplementor<R> setCacheRetrieveMode(CacheRetrieveMode cacheRetrieveMode)
- Specified by:
setCacheRetrieveModein interfaceNativeQuery<R>- Specified by:
setCacheRetrieveModein interfaceQuery<R>- Specified by:
setCacheRetrieveModein interfaceSelectionQuery<R>- Overrides:
setCacheRetrieveModein classAbstractQuery<R>- See Also:
SelectionQuery.setCacheMode(CacheMode)
-
setCacheStoreMode
public NativeQueryImplementor<R> setCacheStoreMode(CacheStoreMode cacheStoreMode)
- Specified by:
setCacheStoreModein interfaceNativeQuery<R>- Specified by:
setCacheStoreModein interfaceQuery<R>- Specified by:
setCacheStoreModein interfaceSelectionQuery<R>- Overrides:
setCacheStoreModein classAbstractQuery<R>- See Also:
SelectionQuery.setCacheMode(CacheMode)
-
setCacheable
public NativeQueryImplementor<R> setCacheable(boolean cacheable)
Description copied from interface:SelectionQueryEnable/disable second level query (result) caching for this query.- Specified by:
setCacheablein interfaceNativeQuery<R>- Specified by:
setCacheablein interfaceNativeQueryImplementor<R>- Specified by:
setCacheablein interfaceQuery<R>- Specified by:
setCacheablein interfaceSelectionQuery<R>- Overrides:
setCacheablein classAbstractQuery<R>- See Also:
SelectionQuery.isCacheable()
-
setCacheRegion
public NativeQueryImplementor<R> setCacheRegion(String cacheRegion)
Description copied from interface:SelectionQuerySet the name of the cache region where query results should be cached (assumingSelectionQuery.isCacheable()).nullindicates to use the default region.- Specified by:
setCacheRegionin interfaceNativeQuery<R>- Specified by:
setCacheRegionin interfaceNativeQueryImplementor<R>- Specified by:
setCacheRegionin interfaceQuery<R>- Specified by:
setCacheRegionin interfaceSelectionQuery<R>- Overrides:
setCacheRegionin classAbstractQuery<R>- See Also:
SelectionQuery.getCacheRegion()
-
setTimeout
public NativeQueryImplementor<R> setTimeout(int timeout)
Description copied from interface:CommonQueryContractSet the query timeout in seconds.Any value set here is eventually passed directly along to the JDBC statement, which expressly disallows negative values. So negative values should be avoided as a general rule.
A value of zero indicates no timeout.
- Specified by:
setTimeoutin interfaceCommonQueryContract- Specified by:
setTimeoutin interfaceMutationQuery- Specified by:
setTimeoutin interfaceNativeQuery<R>- Specified by:
setTimeoutin interfaceNativeQueryImplementor<R>- Specified by:
setTimeoutin interfaceQuery<R>- Specified by:
setTimeoutin interfaceSelectionQuery<R>- Overrides:
setTimeoutin classAbstractQuery<R>- Parameters:
timeout- the timeout in seconds- Returns:
this, for method chaining- See Also:
CommonQueryContract.getTimeout()
-
setFetchSize
public NativeQueryImplementor<R> setFetchSize(int fetchSize)
Description copied from interface:SelectionQuerySets a JDBC fetch size hint for the query.- Specified by:
setFetchSizein interfaceNativeQuery<R>- Specified by:
setFetchSizein interfaceNativeQueryImplementor<R>- Specified by:
setFetchSizein interfaceQuery<R>- Specified by:
setFetchSizein interfaceSelectionQuery<R>- Overrides:
setFetchSizein classAbstractQuery<R>- Parameters:
fetchSize- the fetch size hint- Returns:
this, for method chaining- See Also:
SelectionQuery.getFetchSize()
-
setReadOnly
public NativeQueryImplementor<R> setReadOnly(boolean readOnly)
Description copied from interface:SelectionQuerySet the read-only/modifiable mode for entities and proxies loaded by thisQuery. This setting overrides the default setting for the persistence context,Session.isDefaultReadOnly().To set the default read-only/modifiable setting used for entities and proxies that are loaded into the session, use
Session.setDefaultReadOnly(boolean).Read-only entities are not dirty-checked and snapshots of persistent state are not maintained. Read-only entities can be modified, but changes are not persisted.
When a proxy is initialized, the loaded entity will have the same read-only/modifiable setting as the uninitialized proxy has, regardless of the session's current setting.
The read-only/modifiable setting has no impact on entities/proxies returned by the query that existed in the session beforeQuery the query was executed.
- Specified by:
setReadOnlyin interfaceNativeQuery<R>- Specified by:
setReadOnlyin interfaceNativeQueryImplementor<R>- Specified by:
setReadOnlyin interfaceQuery<R>- Specified by:
setReadOnlyin interfaceSelectionQuery<R>- Overrides:
setReadOnlyin classAbstractQuery<R>- Parameters:
readOnly-trueindicates that entities and proxies loaded by the query are to be put in read-only mode;falseindicates that entities and proxies loaded by the query will be put in modifiable mode- Returns:
this, for method chaining
-
setComment
public NativeQueryImplementor<R> setComment(String comment)
Description copied from interface:CommonQueryContractSet a comment for this query.- Specified by:
setCommentin interfaceCommonQueryContract- Specified by:
setCommentin interfaceMutationQuery- Specified by:
setCommentin interfaceNativeQuery<R>- Specified by:
setCommentin interfaceNativeQueryImplementor<R>- Specified by:
setCommentin interfaceQuery<R>- Specified by:
setCommentin interfaceSelectionQuery<R>- Overrides:
setCommentin classAbstractQuery<R>- Parameters:
comment- The human-readable comment- Returns:
this, for method chaining- See Also:
Query.setComment(String)
-
addQueryHint
public NativeQueryImplementor<R> addQueryHint(String hint)
Description copied from interface:QueryAdd a database query hint to the SQL query.A database hint is a completely different concept to a JPA hint specified using
QueryHintorQuery.getHints(). These are hints to the JPA provider.Multiple query hints may be specified. The operation
Dialect.getQueryHintString(String, List)determines how the hint is actually added to the SQL query.- Specified by:
addQueryHintin interfaceNativeQuery<R>- Specified by:
addQueryHintin interfaceNativeQueryImplementor<R>- Specified by:
addQueryHintin interfaceQuery<R>- Overrides:
addQueryHintin classAbstractQuery<R>- Parameters:
hint- The database specific query hint to add.
-
collectHints
protected void collectHints(Map<String,Object> hints)
- Overrides:
collectHintsin classAbstractQuery<R>
-
applySynchronizeSpacesHint
protected void applySynchronizeSpacesHint(Object value)
- Overrides:
applySynchronizeSpacesHintin classAbstractCommonQueryContract
-
applySynchronizeSpace
protected void applySynchronizeSpace(Object value)
-
setParameter
public NativeQueryImplementor<R> setParameter(String name, Object value)
Description copied from interface:CommonQueryContractBind the given argument to a named 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 interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Specified by:
setParameterin interfaceTypedQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- See Also:
CommonQueryContract.setParameter(String, Object, Class),CommonQueryContract.setParameter(String, Object, BindableType)
-
setParameter
public <P> NativeQueryImplementor<R> setParameter(String name, P value, Class<P> javaTypeClass)
Description copied from interface:CommonQueryContractBind the given argument to a named query parameter using the givenClassreference to attempt to infer theBindableType. If unable to infer an appropriateBindableType, fall back toCommonQueryContract.setParameter(String, Object).- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- See Also:
CommonQueryContract.setParameter(String, Object, BindableType)
-
setParameter
public <P> NativeQueryImplementor<R> setParameter(String name, P value, BindableType<P> type)
Description copied from interface:CommonQueryContractBind the given argument to a named query parameter using the givenBindableType.- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Overrides:
setParameterin classAbstractQuery<R>
-
setParameter
public NativeQueryImplementor<R> setParameter(String name, Calendar value, TemporalType temporalType)
Description copied from interface:QueryQueryoverride- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Specified by:
setParameterin interfaceTypedQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- See Also:
Query.setParameter(String, Calendar, TemporalType)
-
setParameter
public NativeQueryImplementor<R> setParameter(String name, Instant value, TemporalType temporalType)
Description copied from interface:CommonQueryContractBind anInstantto the named query parameter using just the portion indicated by the givenTemporalType.- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Overrides:
setParameterin classAbstractQuery<R>
-
setParameter
public NativeQueryImplementor<R> setParameter(String name, Date value, TemporalType temporalType)
Description copied from interface:QueryQueryoverride- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Specified by:
setParameterin interfaceTypedQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- See Also:
Query.setParameter(String, Date, TemporalType)
-
setParameter
public NativeQueryImplementor<R> setParameter(int position, Object value)
Description copied from interface:CommonQueryContractBind 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 interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Specified by:
setParameterin interfaceTypedQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- See Also:
CommonQueryContract.setParameter(int, Object, Class),CommonQueryContract.setParameter(int, Object, BindableType)
-
setParameter
public <P> NativeQueryImplementor<R> setParameter(int position, P value, Class<P> javaTypeClass)
Description copied from interface:CommonQueryContractBind the given argument to an ordinal query parameter using the givenClassreference to attempt to infer theBindableType. If unable to infer an appropriateBindableType, fall back toCommonQueryContract.setParameter(int, Object).- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- See Also:
CommonQueryContract.setParameter(int, Object, BindableType)
-
setParameter
public <P> NativeQueryImplementor<R> setParameter(int position, P value, BindableType<P> type)
Description copied from interface:CommonQueryContractBind the given argument to an ordinal query parameter using the givenBindableType.- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Overrides:
setParameterin classAbstractQuery<R>
-
setParameter
public NativeQueryImplementor<R> setParameter(int position, Instant value, TemporalType temporalType)
Description copied from interface:CommonQueryContractBind anInstantto an ordinal query parameter using just the portion indicated by the givenTemporalType.- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Overrides:
setParameterin classAbstractQuery<R>
-
setParameter
public NativeQueryImplementor<R> setParameter(int position, Calendar value, TemporalType temporalType)
Description copied from interface:QueryQueryoverride- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Specified by:
setParameterin interfaceTypedQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- See Also:
Query.setParameter(int, Calendar, TemporalType)
-
setParameter
public NativeQueryImplementor<R> setParameter(int position, Date value, TemporalType temporalType)
Description copied from interface:QueryQueryoverride- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Specified by:
setParameterin interfaceTypedQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- See Also:
Query.setParameter(int, Date, TemporalType)
-
setParameter
public <P> NativeQueryImplementor<R> setParameter(QueryParameter<P> parameter, P value)
Description copied from interface:CommonQueryContractBind an argument to the query parameter represented by the givenQueryParameter.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 interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- Parameters:
parameter- the query parameter mementovalue- the argument, which might be null- Returns:
this, for method chaining- See Also:
CommonQueryContract.setParameter(QueryParameter, Object, BindableType)
-
setParameter
public <P> NativeQueryImplementor<R> setParameter(QueryParameter<P> parameter, P value, Class<P> javaTypeClass)
Description copied from interface:CommonQueryContractBind an argument to the query parameter represented by the givenQueryParameter, using the givenClassreference to attempt to infer theBindableTypeto use. If unable to infer an appropriateBindableType, fall back toCommonQueryContract.setParameter(QueryParameter, Object).- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- Parameters:
parameter- the query parameter mementovalue- the argument, which might be nulljavaTypeClass- aBindableTyperepresenting the type of the parameter- Returns:
this, for method chaining- See Also:
CommonQueryContract.setParameter(QueryParameter, Object, BindableType)
-
setParameter
public <P> NativeQueryImplementor<R> setParameter(QueryParameter<P> parameter, P value, BindableType<P> type)
Description copied from interface:CommonQueryContractBind an argument to the query parameter represented by the givenQueryParameter, using the givenBindableType.- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- Parameters:
parameter- the query parameter mementovalue- the argument, which might be nulltype- aBindableTyperepresenting the type of the parameter- Returns:
this, for method chaining
-
setParameter
public <P> NativeQueryImplementor<R> setParameter(Parameter<P> parameter, P value)
Description copied from interface:QueryQueryoverride- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Specified by:
setParameterin interfaceTypedQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- See Also:
Query.setParameter(Parameter, Object)
-
setParameter
public NativeQueryImplementor<R> setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType)
Description copied from interface:QueryQueryoverride- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Specified by:
setParameterin interfaceTypedQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- See Also:
Query.setParameter(Parameter, Calendar, TemporalType)
-
setParameter
public NativeQueryImplementor<R> setParameter(Parameter<Date> param, Date value, TemporalType temporalType)
Description copied from interface:QueryQueryoverride- Specified by:
setParameterin interfaceCommonQueryContract- Specified by:
setParameterin interfaceMutationQuery- Specified by:
setParameterin interfaceNativeQuery<R>- Specified by:
setParameterin interfaceNativeQueryImplementor<R>- Specified by:
setParameterin interfaceQuery- Specified by:
setParameterin interfaceQuery<R>- Specified by:
setParameterin interfaceQueryImplementor<R>- Specified by:
setParameterin interfaceSelectionQuery<R>- Specified by:
setParameterin interfaceTypedQuery<R>- Overrides:
setParameterin classAbstractQuery<R>- See Also:
Query.setParameter(Parameter, Date, TemporalType)
-
setParameterList
public NativeQueryImplementor<R> setParameterList(String name, Collection values)
Description copied from interface:CommonQueryContractBind 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 interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining- See Also:
CommonQueryContract.setParameterList(java.lang.String, java.util.Collection, BindableType)
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(String name, Collection<? extends P> values, Class<P> javaTypeClass)
Description copied from interface:CommonQueryContractBind multiple arguments to a named query parameter using the givenClassreference to attempt to infer theBindableTypeIf unable to infer an appropriateBindableType, fall back toCommonQueryContract.setParameterList(String, Collection).- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining- See Also:
CommonQueryContract.setParameterList(java.lang.String, java.util.Collection, BindableType)
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(String name, Collection<? extends P> values, BindableType<P> type)
Description copied from interface:CommonQueryContractBind multiple arguments to a named query parameter using the givenBindableType.- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining
-
setParameterList
public NativeQueryImplementor<R> setParameterList(String name, Object[] values)
Description copied from interface:CommonQueryContractBind 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 interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(String name, P[] values, Class<P> javaTypeClass)
Description copied from interface:CommonQueryContractBind multiple arguments to a named query parameter using the given Class reference to attempt to determine theBindableTypeto use. If unable to determine an appropriateBindableType,CommonQueryContract.setParameterList(String, Collection)is used- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining- See Also:
CommonQueryContract.setParameterList(java.lang.String, Object[], BindableType)
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(String name, P[] values, BindableType<P> type)
Description copied from interface:CommonQueryContractBind multiple arguments to a named query parameter using the givenBindableType.- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining
-
setParameterList
public NativeQueryImplementor<R> setParameterList(int position, Collection values)
Description copied from interface:CommonQueryContractBind 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 interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(int position, Collection<? extends P> values, Class<P> javaTypeClass)
Description copied from interface:CommonQueryContractBind multiple arguments to an ordinal query parameter using the givenClassreference to attempt to infer theBindableType. If unable to infer an appropriateBindableType, fall back toCommonQueryContract.setParameterList(String, Collection).- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining- See Also:
CommonQueryContract.setParameterList(int, Collection, BindableType)
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(int position, Collection<? extends P> values, BindableType<P> type)
Description copied from interface:CommonQueryContractBind multiple arguments to an ordinal query parameter using the givenBindableType.- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining
-
setParameterList
public NativeQueryImplementor<R> setParameterList(int position, Object[] values)
Description copied from interface:CommonQueryContractBind 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 interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(int position, P[] values, Class<P> javaTypeClass)
Description copied from interface:CommonQueryContractBind multiple arguments to an ordinal query parameter using the givenClassreference to attempt to infer theBindableType. If unable to infer an appropriateBindableType, fall back toCommonQueryContract.setParameterList(String, Collection).- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining- See Also:
CommonQueryContract.setParameterList(int, Object[], BindableType)
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(int position, P[] values, BindableType<P> type)
Description copied from interface:CommonQueryContractBind multiple arguments to an ordinal query parameter using the givenBindableType.- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(QueryParameter<P> parameter, Collection<? extends P> values)
Description copied from interface:CommonQueryContractBind 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 interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Parameters:
parameter- the parameter mementovalues- a collection of arguments- Returns:
this, for method chaining
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaTypeClass)
Description copied from interface:CommonQueryContractBind multiple arguments to the query parameter represented by the givenQueryParameterusing the givenClassreference to attempt to infer theBindableTypeto use. If unable to infer an appropriateBindableType, fall back to usingCommonQueryContract.setParameterList(String, Collection).- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining- See Also:
CommonQueryContract.setParameterList(QueryParameter, java.util.Collection, BindableType)
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(QueryParameter<P> parameter, Collection<? extends P> values, BindableType<P> type)
Description copied from interface:CommonQueryContractBind multiple arguments to the query parameter represented by the givenQueryParameter, using the givenBindableType.- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(QueryParameter<P> parameter, P[] values)
Description copied from interface:CommonQueryContractBind multiple arguments to the query parameter represented by the givenQueryParameter.The type of the parameter is inferred between the context in which it occurs, the type associated with the
QueryParameterand the type of the first given argument.- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Parameters:
parameter- the parameter mementovalues- a collection of arguments- Returns:
this, for method chaining
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(QueryParameter<P> parameter, P[] values, Class<P> javaTypeClass)
Description copied from interface:CommonQueryContractBind multiple arguments to the query parameter represented by the givenQueryParameterusing the givenClassreference to attempt to infer theBindableTypeto use. If unable to infer an appropriateBindableType, fall back to usingCommonQueryContract.setParameterList(String, Collection).- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining- See Also:
CommonQueryContract.setParameterList(QueryParameter, Object[], BindableType)
-
setParameterList
public <P> NativeQueryImplementor<R> setParameterList(QueryParameter<P> parameter, P[] values, BindableType<P> type)
Description copied from interface:CommonQueryContractBind multiple arguments to the query parameter represented by the givenQueryParameter, using the given theBindableType.- Specified by:
setParameterListin interfaceCommonQueryContract- Specified by:
setParameterListin interfaceMutationQuery- Specified by:
setParameterListin interfaceNativeQuery<R>- Specified by:
setParameterListin interfaceNativeQueryImplementor<R>- Specified by:
setParameterListin interfaceQuery<R>- Specified by:
setParameterListin interfaceQueryImplementor<R>- Specified by:
setParameterListin interfaceSelectionQuery<R>- Overrides:
setParameterListin classAbstractQuery<R>- Returns:
this, for method chaining
-
setProperties
public NativeQueryImplementor<R> setProperties(Map map)
Description copied from interface:CommonQueryContractBind the values of the givenMapto named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using heuristics.- Specified by:
setPropertiesin interfaceCommonQueryContract- Specified by:
setPropertiesin interfaceMutationQuery- Specified by:
setPropertiesin interfaceNativeQuery<R>- Specified by:
setPropertiesin interfaceNativeQueryImplementor<R>- Specified by:
setPropertiesin interfaceQuery<R>- Specified by:
setPropertiesin interfaceQueryImplementor<R>- Specified by:
setPropertiesin interfaceSelectionQuery<R>- Overrides:
setPropertiesin classAbstractQuery<R>- Parameters:
map- aMapof names to arguments- Returns:
this, for method chaining
-
setProperties
public NativeQueryImplementor<R> setProperties(Object bean)
Description copied from interface:CommonQueryContractBind 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 interfaceCommonQueryContract- Specified by:
setPropertiesin interfaceMutationQuery- Specified by:
setPropertiesin interfaceNativeQuery<R>- Specified by:
setPropertiesin interfaceNativeQueryImplementor<R>- Specified by:
setPropertiesin interfaceQuery<R>- Specified by:
setPropertiesin interfaceQueryImplementor<R>- Specified by:
setPropertiesin interfaceSelectionQuery<R>- Overrides:
setPropertiesin classAbstractQuery<R>- Parameters:
bean- any JavaBean or POJO- Returns:
this, for method chaining
-
setResultTransformer
@Deprecated public <S> NativeQueryImplementor<S> setResultTransformer(ResultTransformer<S> transformer)
Deprecated.- Specified by:
setResultTransformerin interfaceNativeQuery<R>- Specified by:
setResultTransformerin interfaceNativeQueryImplementor<R>- Specified by:
setResultTransformerin interfaceQuery<R>- Specified by:
setResultTransformerin interfaceQueryImplementor<R>
-
setMaxResults
public NativeQueryImplementor<R> setMaxResults(int maxResult)
Description copied from interface:SelectionQuerySet the max number of rows requested for the query results. Applied to the SQL query- Specified by:
setMaxResultsin interfaceNativeQuery<R>- Specified by:
setMaxResultsin interfaceNativeQueryImplementor<R>- Specified by:
setMaxResultsin interfaceQuery- Specified by:
setMaxResultsin interfaceQuery<R>- Specified by:
setMaxResultsin interfaceSelectionQuery<R>- Specified by:
setMaxResultsin interfaceTypedQuery<R>- Overrides:
setMaxResultsin classAbstractQuery<R>
-
setFirstResult
public NativeQueryImplementor<R> setFirstResult(int startPosition)
Description copied from interface:SelectionQuerySet the first row position to return from the query results. Applied to the SQL query- Specified by:
setFirstResultin interfaceNativeQuery<R>- Specified by:
setFirstResultin interfaceNativeQueryImplementor<R>- Specified by:
setFirstResultin interfaceQuery- Specified by:
setFirstResultin interfaceQuery<R>- Specified by:
setFirstResultin interfaceSelectionQuery<R>- Specified by:
setFirstResultin interfaceTypedQuery<R>- Overrides:
setFirstResultin classAbstractQuery<R>
-
setHint
public NativeQueryImplementor<R> setHint(String hintName, Object value)
Description copied from interface:CommonQueryContractSet a hint. The hints understood by Hibernate are enumerated byAvailableHints.- Specified by:
setHintin interfaceCommonQueryContract- Specified by:
setHintin interfaceMutationQuery- Specified by:
setHintin interfaceNativeQuery<R>- Specified by:
setHintin interfaceNativeQueryImplementor<R>- Specified by:
setHintin interfaceQuery- Specified by:
setHintin interfaceQuery<R>- Specified by:
setHintin interfaceSelectionQuery<R>- Specified by:
setHintin interfaceTypedQuery<R>- Overrides:
setHintin classAbstractQuery<R>- See Also:
HibernateHints,SpecHints
-
-