Uses of Interface
org.hibernate.query.sql.spi.NativeQueryImplementor
-
Packages that use NativeQueryImplementor Package Description org.hibernate.engine.spi org.hibernate.internal org.hibernate.query.spi org.hibernate.query.sql.internal org.hibernate.query.sql.spi -
-
Uses of NativeQueryImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return NativeQueryImplementor Modifier and Type Method Description NativeQueryImplementor
SessionDelegatorBaseImpl. createNativeQuery(String sqlString)
NativeQueryImplementor
SessionDelegatorBaseImpl. createNativeQuery(String sqlString, Class resultClass)
<T> NativeQueryImplementor<T>
SessionDelegatorBaseImpl. createNativeQuery(String sqlString, Class<T> resultClass, String tableAlias)
NativeQueryImplementor
SessionDelegatorBaseImpl. createNativeQuery(String sqlString, String resultSetMappingName)
<T> NativeQueryImplementor<T>
SessionDelegatorBaseImpl. createNativeQuery(String sqlString, String resultSetMappingName, Class<T> resultClass)
NativeQueryImplementor
SessionDelegatorBaseImpl. getNamedNativeQuery(String name)
NativeQueryImplementor
SessionDelegatorBaseImpl. getNamedNativeQuery(String name, String resultSetMapping)
-
Uses of NativeQueryImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return NativeQueryImplementor Modifier and Type Method Description NativeQueryImplementor
AbstractSharedSessionContract. createNativeQuery(String sqlString, Class resultClass)
<T> NativeQueryImplementor<T>
AbstractSharedSessionContract. createNativeQuery(String sqlString, Class<T> resultClass, String tableAlias)
NativeQueryImplementor
AbstractSharedSessionContract. createNativeQuery(String sqlString, String resultSetMappingName)
<T> NativeQueryImplementor<T>
AbstractSharedSessionContract. createNativeQuery(String sqlString, String resultSetMappingName, Class<T> resultClass)
NativeQueryImplementor
AbstractSharedSessionContract. getNamedNativeQuery(String queryName)
NativeQueryImplementor
AbstractSharedSessionContract. getNamedNativeQuery(String queryName, String resultSetMapping)
-
Uses of NativeQueryImplementor in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return NativeQueryImplementor Modifier and Type Method Description NativeQueryImplementor
QueryProducerImplementor. 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)
NativeQueryImplementor
QueryProducerImplementor. createNativeQuery(String sqlString, String resultSetMappingName)
Deprecated.<R> NativeQueryImplementor<R>
QueryProducerImplementor. createNativeQuery(String sqlString, String resultSetMappingName, Class<R> resultClass)
NativeQueryImplementor
QueryProducerImplementor. getNamedNativeQuery(String name)
Deprecated.NativeQueryImplementor
QueryProducerImplementor. getNamedNativeQuery(String name, String resultSetMapping)
Deprecated. -
Uses of NativeQueryImplementor in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NativeQueryImplementor Modifier and Type Class Description class
NativeQueryImpl<R>
Methods in org.hibernate.query.sql.internal that return NativeQueryImplementor Modifier and Type Method Description NativeQueryImplementor<R>
NativeQueryImpl. addAttributeResult(String columnAlias, jakarta.persistence.metamodel.SingularAttribute attribute)
NativeQueryImplementor<R>
NativeQueryImpl. addAttributeResult(String columnAlias, Class entityJavaType, String attributePath)
NativeQueryImplementor<R>
NativeQueryImpl. addAttributeResult(String columnAlias, String entityName, String attributePath)
NativeQueryImplementor<R>
NativeQueryImpl. addEntity(Class entityType)
NativeQueryImplementor<R>
NativeQueryImpl. addEntity(String entityName)
NativeQueryImplementor<R>
NativeQueryImpl. addEntity(String tableAlias, Class entityClass)
NativeQueryImplementor<R>
NativeQueryImpl. addEntity(String tableAlias, Class entityClass, LockMode lockMode)
NativeQueryImplementor<R>
NativeQueryImpl. addEntity(String tableAlias, String entityName)
NativeQueryImplementor<R>
NativeQueryImpl. addEntity(String tableAlias, String entityName, LockMode lockMode)
NativeQueryImplementor<R>
NativeQueryImpl. addJoin(String tableAlias, String path)
NativeQueryImplementor<R>
NativeQueryImpl. addJoin(String tableAlias, String ownerTableAlias, String joinPropertyName)
NativeQueryImplementor<R>
NativeQueryImpl. addJoin(String tableAlias, String path, LockMode lockMode)
NativeQueryImplementor<R>
NativeQueryImpl. addQueryHint(String hint)
NativeQueryImplementor<R>
NativeQueryImpl. addScalar(int position, Class<?> type)
NativeQueryImplementor<R>
NativeQueryImpl. addScalar(String columnAlias)
NativeQueryImplementor<R>
NativeQueryImpl. addScalar(String columnAlias, Class javaType)
<C> NativeQueryImplementor<R>
NativeQueryImpl. addScalar(String columnAlias, Class<C> jdbcJavaType, jakarta.persistence.AttributeConverter<?,C> converter)
<C> NativeQueryImplementor<R>
NativeQueryImpl. addScalar(String columnAlias, Class<C> relationalJavaType, Class<? extends jakarta.persistence.AttributeConverter<?,C>> converter)
<O,J>
NativeQueryImplementor<R>NativeQueryImpl. addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, jakarta.persistence.AttributeConverter<O,J> converter)
<O,J>
NativeQueryImplementor<R>NativeQueryImpl. addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, Class<? extends jakarta.persistence.AttributeConverter<O,J>> converterJavaType)
NativeQueryImplementor<R>
NativeQueryImpl. addScalar(String columnAlias, BasicDomainType type)
NativeQueryImplementor<R>
NativeQueryImpl. addSynchronizedEntityClass(Class entityClass)
NativeQueryImplementor<R>
NativeQueryImpl. addSynchronizedEntityName(String entityName)
NativeQueryImplementor<R>
NativeQueryImpl. addSynchronizedQuerySpace(String querySpace)
protected NativeQueryImplementor<R>
NativeQueryImpl. registerBuilder(ResultBuilder builder)
NativeQueryImplementor<R>
NativeQueryImpl. setCacheable(boolean cacheable)
NativeQueryImplementor<R>
NativeQueryImpl. setCacheMode(CacheMode cacheMode)
NativeQueryImplementor<R>
NativeQueryImpl. setCacheRegion(String cacheRegion)
NativeQueryImplementor<R>
NativeQueryImpl. setComment(String comment)
NativeQueryImplementor<R>
NativeQueryImpl. setFetchSize(int fetchSize)
NativeQueryImplementor<R>
NativeQueryImpl. setFirstResult(int startPosition)
NativeQueryImplementor<R>
NativeQueryImpl. setFlushMode(jakarta.persistence.FlushModeType flushModeType)
NativeQueryImplementor<R>
NativeQueryImpl. setHibernateFlushMode(FlushMode flushMode)
NativeQueryImplementor<R>
NativeQueryImpl. setHint(String hintName, Object value)
NativeQueryImplementor<R>
NativeQueryImpl. setLockMode(jakarta.persistence.LockModeType lockModeType)
NativeQueryImplementor<R>
NativeQueryImpl. setLockMode(String alias, LockMode lockMode)
NativeQueryImplementor<R>
NativeQueryImpl. setLockOptions(LockOptions lockOptions)
NativeQueryImplementor<R>
NativeQueryImpl. setMaxResults(int maxResult)
NativeQueryImplementor<R>
NativeQueryImpl. setParameter(int position, Object value)
NativeQueryImplementor<R>
NativeQueryImpl. setParameter(int position, Instant value, jakarta.persistence.TemporalType temporalType)
NativeQueryImplementor<R>
NativeQueryImpl. setParameter(int position, Calendar value, jakarta.persistence.TemporalType temporalType)
NativeQueryImplementor<R>
NativeQueryImpl. setParameter(int position, Date value, jakarta.persistence.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)
NativeQueryImplementor<R>
NativeQueryImpl. setParameter(jakarta.persistence.Parameter<Calendar> param, Calendar value, jakarta.persistence.TemporalType temporalType)
NativeQueryImplementor<R>
NativeQueryImpl. setParameter(jakarta.persistence.Parameter<Date> param, Date value, jakarta.persistence.TemporalType temporalType)
<P> NativeQueryImplementor<R>
NativeQueryImpl. setParameter(jakarta.persistence.Parameter<P> parameter, P value)
NativeQueryImplementor<R>
NativeQueryImpl. setParameter(String name, Object value)
NativeQueryImplementor<R>
NativeQueryImpl. setParameter(String name, Instant value, jakarta.persistence.TemporalType temporalType)
NativeQueryImplementor<R>
NativeQueryImpl. setParameter(String name, Calendar value, jakarta.persistence.TemporalType temporalType)
NativeQueryImplementor<R>
NativeQueryImpl. setParameter(String name, Date value, jakarta.persistence.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)
NativeQueryImplementor<R>
NativeQueryImpl. setParameterList(int position, Object[] values)
NativeQueryImplementor<R>
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)
NativeQueryImplementor<R>
NativeQueryImpl. setParameterList(String name, Object[] values)
NativeQueryImplementor<R>
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)
NativeQueryImplementor<R>
NativeQueryImpl. setProperties(Object bean)
NativeQueryImplementor<R>
NativeQueryImpl. setProperties(Map map)
NativeQueryImplementor<R>
NativeQueryImpl. setReadOnly(boolean readOnly)
NativeQueryImplementor<R>
NativeQueryImpl. setResultListTransformer(ResultListTransformer<R> transformer)
<S> NativeQueryImplementor<S>
NativeQueryImpl. setResultTransformer(ResultTransformer<S> transformer)
Deprecated.NativeQueryImplementor<R>
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
Methods in org.hibernate.query.sql.spi that return NativeQueryImplementor Modifier and Type Method Description NativeQueryImplementor<R>
NativeQueryImplementor. addAttributeResult(String columnAlias, jakarta.persistence.metamodel.SingularAttribute attribute)
NativeQueryImplementor<R>
NativeQueryImplementor. addAttributeResult(String columnAlias, Class entityJavaType, String attributePath)
NativeQueryImplementor<R>
NativeQueryImplementor. addAttributeResult(String columnAlias, String entityName, String attributePath)
NativeQueryImplementor<R>
NativeQueryImplementor. addEntity(Class entityType)
NativeQueryImplementor<R>
NativeQueryImplementor. addEntity(String entityName)
NativeQueryImplementor<R>
NativeQueryImplementor. addEntity(String tableAlias, Class entityType)
NativeQueryImplementor<R>
NativeQueryImplementor. addEntity(String tableAlias, Class entityClass, LockMode lockMode)
NativeQueryImplementor<R>
NativeQueryImplementor. addEntity(String tableAlias, String entityName)
NativeQueryImplementor<R>
NativeQueryImplementor. addEntity(String tableAlias, String entityName, LockMode lockMode)
NativeQueryImplementor<R>
NativeQueryImplementor. addJoin(String tableAlias, String path)
NativeQueryImplementor<R>
NativeQueryImplementor. addJoin(String tableAlias, String ownerTableAlias, String joinPropertyName)
NativeQueryImplementor<R>
NativeQueryImplementor. addJoin(String tableAlias, String path, LockMode lockMode)
NativeQueryImplementor<R>
NativeQueryImplementor. addQueryHint(String hint)
NativeQueryImplementor<R>
NativeQueryImplementor. addScalar(String columnAlias)
NativeQueryImplementor<R>
NativeQueryImplementor. addScalar(String columnAlias, Class javaType)
<C> NativeQueryImplementor<R>
NativeQueryImplementor. addScalar(String columnAlias, Class<C> relationalJavaType, jakarta.persistence.AttributeConverter<?,C> converter)
<C> NativeQueryImplementor<R>
NativeQueryImplementor. addScalar(String columnAlias, Class<C> relationalJavaType, Class<? extends jakarta.persistence.AttributeConverter<?,C>> converter)
<O,J>
NativeQueryImplementor<R>NativeQueryImplementor. addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, jakarta.persistence.AttributeConverter<O,J> converter)
<O,J>
NativeQueryImplementor<R>NativeQueryImplementor. addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, Class<? extends jakarta.persistence.AttributeConverter<O,J>> converter)
NativeQueryImplementor<R>
NativeQueryImplementor. addScalar(String columnAlias, BasicDomainType type)
NativeQueryImplementor<R>
NativeQueryImplementor. addSynchronizedEntityClass(Class entityClass)
NativeQueryImplementor<R>
NativeQueryImplementor. addSynchronizedEntityName(String entityName)
NativeQueryImplementor<R>
NativeQueryImplementor. addSynchronizedQuerySpace(String querySpace)
NativeQueryImplementor<R>
NativeQueryImplementor. setCacheable(boolean cacheable)
NativeQueryImplementor<R>
NativeQueryImplementor. setCacheMode(CacheMode cacheMode)
NativeQueryImplementor<R>
NativeQueryImplementor. setCacheRegion(String cacheRegion)
NativeQueryImplementor<R>
NativeQueryImplementor. setComment(String comment)
NativeQueryImplementor<R>
NativeQueryImplementor. setFetchSize(int fetchSize)
NativeQueryImplementor<R>
NativeQueryImplementor. setFirstResult(int startPosition)
NativeQueryImplementor<R>
NativeQueryImplementor. setFlushMode(jakarta.persistence.FlushModeType flushMode)
NativeQueryImplementor<R>
NativeQueryImplementor. setHibernateFlushMode(FlushMode flushMode)
NativeQueryImplementor<R>
NativeQueryImplementor. setHint(String hintName, Object value)
NativeQueryImplementor<R>
NativeQueryImplementor. setLockMode(jakarta.persistence.LockModeType lockMode)
NativeQueryImplementor<R>
NativeQueryImplementor. setLockMode(String alias, LockMode lockMode)
NativeQueryImplementor<R>
NativeQueryImplementor. setLockOptions(LockOptions lockOptions)
NativeQueryImplementor<R>
NativeQueryImplementor. setMaxResults(int maxResult)
NativeQueryImplementor<R>
NativeQueryImplementor. setParameter(int position, Object val)
NativeQueryImplementor<R>
NativeQueryImplementor. setParameter(int position, Instant value, jakarta.persistence.TemporalType temporalType)
NativeQueryImplementor<R>
NativeQueryImplementor. setParameter(int position, Calendar value, jakarta.persistence.TemporalType temporalType)
NativeQueryImplementor<R>
NativeQueryImplementor. setParameter(int position, Date value, jakarta.persistence.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<R>
NativeQueryImplementor. setParameter(jakarta.persistence.Parameter<Calendar> param, Calendar value, jakarta.persistence.TemporalType temporalType)
NativeQueryImplementor<R>
NativeQueryImplementor. setParameter(jakarta.persistence.Parameter<Date> param, Date value, jakarta.persistence.TemporalType temporalType)
<P> NativeQueryImplementor<R>
NativeQueryImplementor. setParameter(jakarta.persistence.Parameter<P> param, P value)
NativeQueryImplementor<R>
NativeQueryImplementor. setParameter(String name, Object val)
NativeQueryImplementor<R>
NativeQueryImplementor. setParameter(String name, Instant value, jakarta.persistence.TemporalType temporalType)
NativeQueryImplementor<R>
NativeQueryImplementor. setParameter(String name, Calendar value, jakarta.persistence.TemporalType temporalType)
NativeQueryImplementor<R>
NativeQueryImplementor. setParameter(String name, Date value, jakarta.persistence.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<R>
NativeQueryImplementor. setParameterList(int position, Object[] values)
NativeQueryImplementor<R>
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<R>
NativeQueryImplementor. setParameterList(String name, Object[] values)
NativeQueryImplementor<R>
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<R>
NativeQueryImplementor. setProperties(Object bean)
NativeQueryImplementor<R>
NativeQueryImplementor. setProperties(Map bean)
NativeQueryImplementor<R>
NativeQueryImplementor. setReadOnly(boolean readOnly)
NativeQueryImplementor<R>
NativeQueryImplementor. setResultListTransformer(ResultListTransformer<R> transformer)
default <T> NativeQueryImplementor<T>
NativeQueryImplementor. setResultTransformer(ResultTransformer<T> transformer)
NativeQueryImplementor<R>
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
-