Uses of Interface
org.hibernate.query.sql.spi.NativeQueryImplementor
Packages that use NativeQueryImplementor
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Support for named queries
SPIs for native SQL query support.
-
Uses of NativeQueryImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return NativeQueryImplementorModifier and TypeMethodDescription<R> NativeQueryImplementor<R> SessionDelegatorBaseImpl.createNamedQuery(String name, String resultSetMappingName) <R> NativeQueryImplementor<R> SessionDelegatorBaseImpl.createNamedQuery(String name, String resultSetMappingName, Class<R> resultClass) <R> NativeQueryImplementor<R> SharedSessionContractImplementor.createNamedQuery(String name, String resultSetMappingName) <R> NativeQueryImplementor<R> SharedSessionContractImplementor.createNamedQuery(String name, String resultSetMappingName, Class<R> resultClass) <R> NativeQueryImplementor<R> SharedSessionDelegatorBaseImpl.createNamedQuery(String name, String resultSetMappingName) <R> NativeQueryImplementor<R> SharedSessionDelegatorBaseImpl.createNamedQuery(String name, String resultSetMappingName, Class<R> resultClass) SessionDelegatorBaseImpl.createNativeQuery(String sqlString) <T> NativeQueryImplementor<T> SessionDelegatorBaseImpl.createNativeQuery(String sql, jakarta.persistence.sql.ResultSetMapping<T> resultSetMapping) 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) SharedSessionContractImplementor.createNativeQuery(String sql) <T> NativeQueryImplementor<T> SharedSessionContractImplementor.createNativeQuery(String sql, jakarta.persistence.sql.ResultSetMapping<T> resultSetMapping) <R> NativeQueryImplementor<R> SharedSessionContractImplementor.createNativeQuery(String sqlString, Class<R> resultClass) <R> NativeQueryImplementor<R> SharedSessionContractImplementor.createNativeQuery(String sqlString, Class<R> resultClass, String tableAlias) SharedSessionContractImplementor.createNativeQuery(String sql, String resultSetMappingName) <R> NativeQueryImplementor<R> SharedSessionContractImplementor.createNativeQuery(String sqlString, String resultSetMappingName, Class<R> resultClass) SharedSessionDelegatorBaseImpl.createNativeQuery(String sqlString) <T> NativeQueryImplementor<T> SharedSessionDelegatorBaseImpl.createNativeQuery(String sql, jakarta.persistence.sql.ResultSetMapping<T> resultSetMapping) 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) -
Uses of NativeQueryImplementor in org.hibernate.query.named
Methods in org.hibernate.query.named that return NativeQueryImplementorModifier and TypeMethodDescriptionNamedNativeQueryMemento.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 -
Uses of NativeQueryImplementor in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that return NativeQueryImplementorModifier 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) default NativeQueryImplementor<R> NativeQueryImplementor.asMutationQuery()NativeQueryImplementor.asSelectionQuery()<X> NativeQueryImplementor<X> NativeQueryImplementor.asSelectionQuery(EntityGraph<X> entityGraph) <X> NativeQueryImplementor<X> NativeQueryImplementor.asSelectionQuery(Class<X> type) default NativeQueryImplementor<R> NativeQueryImplementor.asStatement()NativeQueryImplementor.disableFetchProfile(String profileName) NativeQueryImplementor.enableFetchProfile(String profileName) <X> NativeQueryImplementor<X> NativeQueryImplementor.setCacheable(boolean cacheable) NativeQueryImplementor.setCacheMode(CacheMode cacheMode) NativeQueryImplementor.setCacheRegion(String cacheRegion) NativeQueryImplementor.setCacheRetrieveMode(CacheRetrieveMode cacheRetrieveMode) NativeQueryImplementor.setCacheStoreMode(CacheStoreMode cacheStoreMode) NativeQueryImplementor.setComment(String comment) <P> NativeQueryImplementor<R> NativeQueryImplementor.setConvertedParameter(int position, P value, Class<? extends AttributeConverter<P, ?>> converter) <P> NativeQueryImplementor<R> NativeQueryImplementor.setConvertedParameter(String name, P value, Class<? extends AttributeConverter<P, ?>> converter) NativeQueryImplementor.setEntityGraph(EntityGraph<? super R> entityGraph) NativeQueryImplementor.setEntityGraph(EntityGraph<? super R> graph, GraphSemantic semantic) NativeQueryImplementor.setFetchSize(int fetchSize) NativeQueryImplementor.setFirstResult(int startPosition) NativeQueryImplementor.setFlushMode(FlushModeType flushMode) Deprecated.NativeQueryImplementor.setFollowOnStrategy(Locking.FollowOn followOnStrategy) NativeQueryImplementor.setHibernateLockMode(LockMode lockMode) NativeQueryImplementor.setLockMode(LockModeType lockMode) NativeQueryImplementor.setLockScope(PessimisticLockScope lockScope) NativeQueryImplementor.setMaxResults(int maxResults) NativeQueryImplementor.setParameter(int position, Object val) NativeQueryImplementor.setParameter(int position, Instant value, TemporalType temporalType) Deprecated.NativeQueryImplementor.setParameter(int position, Calendar value, TemporalType temporalType) Deprecated.NativeQueryImplementor.setParameter(int position, Date value, TemporalType temporalType) Deprecated.<P> NativeQueryImplementor<R> NativeQueryImplementor.setParameter(int position, P val, Type<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameter(int position, P val, Class<P> type) NativeQueryImplementor.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) Deprecated.NativeQueryImplementor.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) Deprecated.<P> NativeQueryImplementor<R> NativeQueryImplementor.setParameter(Parameter<P> param, P value) NativeQueryImplementor.setParameter(String name, Object val) NativeQueryImplementor.setParameter(String name, Instant value, TemporalType temporalType) Deprecated.NativeQueryImplementor.setParameter(String name, Calendar value, TemporalType temporalType) Deprecated.NativeQueryImplementor.setParameter(String name, Date value, TemporalType temporalType) Deprecated.<P> NativeQueryImplementor<R> NativeQueryImplementor.setParameter(String name, P val, Type<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameter(String name, P val, Class<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameter(QueryParameter<P> parameter, P val) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameter(QueryParameter<P> parameter, P val, Type<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameter(QueryParameter<P> parameter, P val, Class<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, Type<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameterList(int position, Collection<? extends P> values, Class<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameterList(int position, P[] values, Type<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameterList(int position, P[] values, Class<P> javaType) NativeQueryImplementor.setParameterList(String name, Object[] values) NativeQueryImplementor.setParameterList(String name, Collection values) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameterList(String name, Collection<? extends P> values, Type<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameterList(String name, Collection<? extends P> values, Class<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameterList(String name, P[] values, Type<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameterList(String name, P[] values, Class<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, Type<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameterList(QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaType) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameterList(QueryParameter<P> parameter, P[] values) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameterList(QueryParameter<P> parameter, P[] values, Type<P> type) <P> NativeQueryImplementor<R> NativeQueryImplementor.setParameterList(QueryParameter<P> parameter, P[] values, Class<P> javaType) NativeQueryImplementor.setProperties(Object bean) NativeQueryImplementor.setProperties(Map bean) NativeQueryImplementor.setQueryFlushMode(QueryFlushMode queryFlushMode) NativeQueryImplementor.setQueryPlanCacheable(boolean queryPlanCacheable) NativeQueryImplementor.setReadOnly(boolean readOnly) NativeQueryImplementor.setResultListTransformer(ResultListTransformer<R> transformer) NativeQueryImplementor.setTimeout(int timeout) NativeQueryImplementor.setTimeout(Timeout timeout) NativeQueryImplementor.setTimeout(Integer timeout) <X> NativeQueryImplementor<X> NativeQueryImplementor.setTupleTransformer(TupleTransformer<X> transformer) <X> NativeQueryImplementor<X> NativeQueryImplementor.withEntityGraph(EntityGraph<X> entityGraph)