NativeQueryImplementor<R> |
NativeQueryImplementor.addAttributeResult(String columnAlias,
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(Class<R> entityType,
LockMode lockMode) |
|
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,
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<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(FlushModeType flushMode) |
|
NativeQueryImplementor<R> |
NativeQueryImplementor.setHibernateFlushMode(FlushMode flushMode) |
|
NativeQueryImplementor<R> |
NativeQueryImplementor.setHibernateLockMode(LockMode lockMode) |
|
NativeQueryImplementor<R> |
NativeQueryImplementor.setHint(String hintName,
Object value) |
|
NativeQueryImplementor<R> |
NativeQueryImplementor.setLockMode(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,
TemporalType temporalType) |
|
NativeQueryImplementor<R> |
NativeQueryImplementor.setParameter(int position,
Calendar value,
TemporalType temporalType) |
|
NativeQueryImplementor<R> |
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<R> |
NativeQueryImplementor.setParameter(Parameter<Calendar> param,
Calendar value,
TemporalType temporalType) |
|
NativeQueryImplementor<R> |
NativeQueryImplementor.setParameter(Parameter<Date> param,
Date value,
TemporalType temporalType) |
|
<P> NativeQueryImplementor<R> |
NativeQueryImplementor.setParameter(Parameter<P> param,
P value) |
|
NativeQueryImplementor<R> |
NativeQueryImplementor.setParameter(String name,
Object val) |
|
NativeQueryImplementor<R> |
NativeQueryImplementor.setParameter(String name,
Instant value,
TemporalType temporalType) |
|
NativeQueryImplementor<R> |
NativeQueryImplementor.setParameter(String name,
Calendar value,
TemporalType temporalType) |
|
NativeQueryImplementor<R> |
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<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) |
Deprecated.
|
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
|