Uses of Interface
org.hibernate.query.sql.spi.NativeQueryImplementor
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
-
Uses of NativeQueryImplementor in org.hibernate.engine.spi
Modifier and TypeMethodDescriptionSessionDelegatorBaseImpl.createNativeQuery
(String sqlString) SessionDelegatorBaseImpl.createNativeQuery
(String sqlString, Class resultClass) <T> NativeQueryImplementor<T>
SessionDelegatorBaseImpl.createNativeQuery
(String sqlString, Class<T> resultClass, String tableAlias) SessionDelegatorBaseImpl.createNativeQuery
(String sqlString, String resultSetMappingName) <T> NativeQueryImplementor<T>
SessionDelegatorBaseImpl.createNativeQuery
(String sqlString, String resultSetMappingName, Class<T> resultClass) SharedSessionDelegatorBaseImpl.createNativeQuery
(String sqlString) SharedSessionDelegatorBaseImpl.createNativeQuery
(String sqlString, Class resultClass) <T> NativeQueryImplementor<T>
SharedSessionDelegatorBaseImpl.createNativeQuery
(String sqlString, Class<T> resultClass, String tableAlias) SharedSessionDelegatorBaseImpl.createNativeQuery
(String sqlString, String resultSetMappingName) <T> NativeQueryImplementor<T>
SharedSessionDelegatorBaseImpl.createNativeQuery
(String sqlString, String resultSetMappingName, Class<T> resultClass) SessionDelegatorBaseImpl.getNamedNativeQuery
(String name) SessionDelegatorBaseImpl.getNamedNativeQuery
(String name, String resultSetMapping) SharedSessionDelegatorBaseImpl.getNamedNativeQuery
(String name) SharedSessionDelegatorBaseImpl.getNamedNativeQuery
(String name, String resultSetMapping) -
Uses of NativeQueryImplementor in org.hibernate.internal
Modifier and TypeMethodDescriptionAbstractSharedSessionContract.createNativeQuery
(String sqlString, Class resultClass) <T> NativeQueryImplementor<T>
AbstractSharedSessionContract.createNativeQuery
(String sqlString, Class<T> resultClass, String tableAlias) AbstractSharedSessionContract.createNativeQuery
(String sqlString, String resultSetMappingName) <T> NativeQueryImplementor<T>
AbstractSharedSessionContract.createNativeQuery
(String sqlString, String resultSetMappingName, Class<T> resultClass) protected <T> NativeQueryImplementor<T>
AbstractSharedSessionContract.createNativeQueryImplementor
(Class<T> resultType, NamedNativeQueryMemento memento) protected NativeQueryImplementor<?>
AbstractSharedSessionContract.createNativeQueryImplementor
(String queryName, NamedNativeQueryMemento memento) AbstractSharedSessionContract.getNamedNativeQuery
(String queryName) AbstractSharedSessionContract.getNamedNativeQuery
(String queryName, String resultSetMapping) Modifier and TypeMethodDescriptionprotected <T> void
AbstractSharedSessionContract.addResultType
(Class<T> resultClass, NativeQueryImplementor<T> query) -
Uses of NativeQueryImplementor in org.hibernate.query.spi
Modifier and TypeMethodDescriptionQueryProducerImplementor.createNativeQuery
(String sqlString) Deprecated.<R> NativeQueryImplementor<R>
QueryProducerImplementor.createNativeQuery
(String sqlString, Class<R> resultClass) <R> NativeQueryImplementor<R>
QueryProducerImplementor.createNativeQuery
(String sqlString, Class<R> resultClass, String tableAlias) QueryProducerImplementor.createNativeQuery
(String sqlString, String resultSetMappingName) Deprecated.<R> NativeQueryImplementor<R>
QueryProducerImplementor.createNativeQuery
(String sqlString, String resultSetMappingName, Class<R> resultClass) QueryProducerImplementor.getNamedNativeQuery
(String name) Deprecated.QueryProducerImplementor.getNamedNativeQuery
(String name, String resultSetMapping) Deprecated. -
Uses of NativeQueryImplementor in org.hibernate.query.sql.internal
Modifier and TypeMethodDescriptionNativeQueryImpl.addAttributeResult
(String columnAlias, SingularAttribute attribute) NativeQueryImpl.addAttributeResult
(String columnAlias, Class entityJavaType, String attributePath) NativeQueryImpl.addAttributeResult
(String columnAlias, String entityName, String attributePath) NativeQueryImpl.addQueryHint
(String hint) <C> NativeQueryImplementor<R>
NativeQueryImpl.addScalar
(String columnAlias, Class<C> jdbcJavaType, AttributeConverter<?, C> converter) <C> NativeQueryImplementor<R>
NativeQueryImpl.addScalar
(String columnAlias, Class<C> relationalJavaType, Class<? extends AttributeConverter<?, C>> converter) <O,
J> NativeQueryImplementor<R> NativeQueryImpl.addScalar
(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, AttributeConverter<O, J> converter) <O,
J> NativeQueryImplementor<R> NativeQueryImpl.addScalar
(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, Class<? extends AttributeConverter<O, J>> converterJavaType) NativeQueryImpl.addScalar
(String columnAlias, BasicDomainType type) NativeQueryImpl.addSynchronizedEntityClass
(Class entityClass) NativeQueryImpl.addSynchronizedEntityName
(String entityName) NativeQueryImpl.addSynchronizedQuerySpace
(String querySpace) protected NativeQueryImplementor<R>
NativeQueryImpl.registerBuilder
(ResultBuilder builder) NativeQueryImpl.setCacheable
(boolean cacheable) NativeQueryImpl.setCacheMode
(CacheMode cacheMode) NativeQueryImpl.setCacheRegion
(String cacheRegion) NativeQueryImpl.setCacheRetrieveMode
(CacheRetrieveMode cacheRetrieveMode) NativeQueryImpl.setCacheStoreMode
(CacheStoreMode cacheStoreMode) NativeQueryImpl.setComment
(String comment) NativeQueryImpl.setFetchSize
(int fetchSize) NativeQueryImpl.setFirstResult
(int startPosition) NativeQueryImpl.setFlushMode
(FlushModeType flushModeType) NativeQueryImpl.setHibernateFlushMode
(FlushMode flushMode) NativeQueryImpl.setHibernateLockMode
(LockMode lockMode) NativeQueryImpl.setLockMode
(LockModeType lockModeType) NativeQueryImpl.setLockMode
(String alias, LockMode lockMode) NativeQueryImpl.setLockOptions
(LockOptions lockOptions) NativeQueryImpl.setMaxResults
(int maxResult) NativeQueryImpl.setParameter
(int position, Object value) NativeQueryImpl.setParameter
(int position, Instant value, TemporalType temporalType) NativeQueryImpl.setParameter
(int position, Calendar value, TemporalType temporalType) NativeQueryImpl.setParameter
(int position, Date value, TemporalType temporalType) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameter
(int position, P value, Class<P> javaTypeClass) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameter
(int position, P value, BindableType<P> type) NativeQueryImpl.setParameter
(Parameter<Calendar> param, Calendar value, TemporalType temporalType) NativeQueryImpl.setParameter
(Parameter<Date> param, Date value, TemporalType temporalType) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameter
(Parameter<P> parameter, P value) NativeQueryImpl.setParameter
(String name, Object value) NativeQueryImpl.setParameter
(String name, Instant value, TemporalType temporalType) NativeQueryImpl.setParameter
(String name, Calendar value, TemporalType temporalType) NativeQueryImpl.setParameter
(String name, Date value, TemporalType temporalType) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameter
(String name, P value, Class<P> javaTypeClass) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameter
(String name, P value, BindableType<P> type) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameter
(QueryParameter<P> parameter, P value) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameter
(QueryParameter<P> parameter, P value, Class<P> javaTypeClass) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameter
(QueryParameter<P> parameter, P value, BindableType<P> type) NativeQueryImpl.setParameterList
(int position, Object[] values) NativeQueryImpl.setParameterList
(int position, Collection values) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(int position, Collection<? extends P> values, Class<P> javaTypeClass) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(int position, Collection<? extends P> values, BindableType<P> type) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(int position, P[] values, Class<P> javaTypeClass) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(int position, P[] values, BindableType<P> type) NativeQueryImpl.setParameterList
(String name, Object[] values) NativeQueryImpl.setParameterList
(String name, Collection values) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(String name, Collection<? extends P> values, Class<P> javaTypeClass) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(String name, Collection<? extends P> values, BindableType<P> type) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(String name, P[] values, Class<P> javaTypeClass) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(String name, P[] values, BindableType<P> type) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaTypeClass) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values, BindableType<P> type) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(QueryParameter<P> parameter, P[] values) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(QueryParameter<P> parameter, P[] values, Class<P> javaTypeClass) <P> NativeQueryImplementor<R>
NativeQueryImpl.setParameterList
(QueryParameter<P> parameter, P[] values, BindableType<P> type) NativeQueryImpl.setProperties
(Object bean) NativeQueryImpl.setProperties
(Map map) NativeQueryImpl.setQueryPlanCacheable
(boolean queryPlanCacheable) NativeQueryImpl.setReadOnly
(boolean readOnly) NativeQueryImpl.setResultListTransformer
(ResultListTransformer<R> transformer) <S> NativeQueryImplementor<S>
NativeQueryImpl.setResultTransformer
(ResultTransformer<S> transformer) Deprecated.NativeQueryImpl.setTimeout
(int timeout) <T> NativeQueryImplementor<T>
NativeQueryImpl.setTupleTransformer
(TupleTransformer<T> transformer) <T> NativeQueryImplementor<T>
NamedNativeQueryMementoImpl.toQuery
(SharedSessionContractImplementor session) <T> NativeQueryImplementor<T>
NamedNativeQueryMementoImpl.toQuery
(SharedSessionContractImplementor session, Class<T> resultType) <T> NativeQueryImplementor<T>
NamedNativeQueryMementoImpl.toQuery
(SharedSessionContractImplementor session, String resultSetMappingName) -
Uses of NativeQueryImplementor in org.hibernate.query.sql.spi
Modifier and TypeMethodDescriptionNativeQueryImplementor.addAttributeResult
(String columnAlias, SingularAttribute attribute) NativeQueryImplementor.addAttributeResult
(String columnAlias, Class entityJavaType, String attributePath) NativeQueryImplementor.addAttributeResult
(String columnAlias, String entityName, String attributePath) NativeQueryImplementor.addQueryHint
(String hint) <C> NativeQueryImplementor<R>
NativeQueryImplementor.addScalar
(String columnAlias, Class<C> relationalJavaType, AttributeConverter<?, C> converter) <C> NativeQueryImplementor<R>
NativeQueryImplementor.addScalar
(String columnAlias, Class<C> relationalJavaType, Class<? extends AttributeConverter<?, C>> converter) <O,
J> NativeQueryImplementor<R> NativeQueryImplementor.addScalar
(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, AttributeConverter<O, J> converter) <O,
J> NativeQueryImplementor<R> NativeQueryImplementor.addScalar
(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, Class<? extends AttributeConverter<O, J>> converter) NativeQueryImplementor.addScalar
(String columnAlias, BasicDomainType type) NativeQueryImplementor.addSynchronizedEntityClass
(Class entityClass) NativeQueryImplementor.addSynchronizedEntityName
(String entityName) NativeQueryImplementor.addSynchronizedQuerySpace
(String querySpace) NativeQueryImplementor.setCacheable
(boolean cacheable) NativeQueryImplementor.setCacheMode
(CacheMode cacheMode) NativeQueryImplementor.setCacheRegion
(String cacheRegion) NativeQueryImplementor.setComment
(String comment) NativeQueryImplementor.setFetchSize
(int fetchSize) NativeQueryImplementor.setFirstResult
(int startPosition) NativeQueryImplementor.setFlushMode
(FlushModeType flushMode) NativeQueryImplementor.setHibernateFlushMode
(FlushMode flushMode) NativeQueryImplementor.setHibernateLockMode
(LockMode lockMode) NativeQueryImplementor.setLockMode
(LockModeType lockMode) NativeQueryImplementor.setLockMode
(String alias, LockMode lockMode) NativeQueryImplementor.setLockOptions
(LockOptions lockOptions) NativeQueryImplementor.setMaxResults
(int maxResult) NativeQueryImplementor.setParameter
(int position, Object val) NativeQueryImplementor.setParameter
(int position, Instant value, TemporalType temporalType) NativeQueryImplementor.setParameter
(int position, Calendar value, TemporalType temporalType) NativeQueryImplementor.setParameter
(int position, Date value, TemporalType temporalType) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameter
(int position, P val, Class<P> type) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameter
(int position, P val, BindableType<P> type) NativeQueryImplementor.setParameter
(Parameter<Calendar> param, Calendar value, TemporalType temporalType) NativeQueryImplementor.setParameter
(Parameter<Date> param, Date value, TemporalType temporalType) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameter
(Parameter<P> param, P value) NativeQueryImplementor.setParameter
(String name, Object val) NativeQueryImplementor.setParameter
(String name, Instant value, TemporalType temporalType) NativeQueryImplementor.setParameter
(String name, Calendar value, TemporalType temporalType) NativeQueryImplementor.setParameter
(String name, Date value, TemporalType temporalType) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameter
(String name, P val, Class<P> type) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameter
(String name, P val, BindableType<P> type) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameter
(QueryParameter<P> parameter, P val) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameter
(QueryParameter<P> parameter, P val, Class<P> type) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameter
(QueryParameter<P> parameter, P val, BindableType<P> type) NativeQueryImplementor.setParameterList
(int position, Object[] values) NativeQueryImplementor.setParameterList
(int position, Collection values) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(int position, Collection<? extends P> values, Class<P> type) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(int position, Collection<? extends P> values, BindableType<P> type) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(int position, P[] values, Class<P> javaType) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(int position, P[] values, BindableType<P> type) NativeQueryImplementor.setParameterList
(String name, Object[] values) NativeQueryImplementor.setParameterList
(String name, Collection values) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(String name, Collection<? extends P> values, Class<P> type) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(String name, Collection<? extends P> values, BindableType<P> type) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(String name, P[] values, Class<P> type) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(String name, P[] values, BindableType<P> type) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaType) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values, BindableType<P> type) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(QueryParameter<P> parameter, P[] values) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(QueryParameter<P> parameter, P[] values, Class<P> javaType) <P> NativeQueryImplementor<R>
NativeQueryImplementor.setParameterList
(QueryParameter<P> parameter, P[] values, BindableType<P> type) NativeQueryImplementor.setProperties
(Object bean) NativeQueryImplementor.setProperties
(Map bean) NativeQueryImplementor.setReadOnly
(boolean readOnly) NativeQueryImplementor.setResultListTransformer
(ResultListTransformer<R> transformer) default <T> NativeQueryImplementor<T>
NativeQueryImplementor.setResultTransformer
(ResultTransformer<T> transformer) Deprecated.NativeQueryImplementor.setTimeout
(int timeout) <T> NativeQueryImplementor<T>
NativeQueryImplementor.setTupleTransformer
(TupleTransformer<T> transformer) <T> NativeQueryImplementor<T>
NamedNativeQueryMemento.toQuery
(SharedSessionContractImplementor session) Convert the memento into an untyped executable query<T> NativeQueryImplementor<T>
NamedNativeQueryMemento.toQuery
(SharedSessionContractImplementor session, Class<T> resultType) Convert the memento into a typed executable query<T> NativeQueryImplementor<T>
NamedNativeQueryMemento.toQuery
(SharedSessionContractImplementor session, String resultSetMapping) Convert the memento into a typed executable query