SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.disableFetchProfile(String profileName) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.enableFetchProfile(String profileName) |
|
protected abstract SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.getDelegate() |
|
@Remove SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setAliasSpecificLockMode(String alias,
LockMode lockMode) |
Deprecated.
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setCacheable(boolean cacheable) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setCacheMode(CacheMode cacheMode) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setCacheRegion(String cacheRegion) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setCacheRetrieveMode(CacheRetrieveMode cacheRetrieveMode) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setCacheStoreMode(CacheStoreMode cacheStoreMode) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setComment(String comment) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setEntityGraph(EntityGraph<R> graph,
GraphSemantic semantic) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setFetchSize(int fetchSize) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setFirstResult(int startPosition) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setFlushMode(FlushModeType flushMode) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setFollowOnLocking(boolean enable) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setHibernateFlushMode(FlushMode flushMode) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setHibernateLockMode(LockMode lockMode) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setHint(String hintName,
Object value) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setLockMode(LockModeType lockMode) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setLockMode(String alias,
LockMode lockMode) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setMaxResults(int maxResult) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setOrder(List<Order<? super R>> orders) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setOrder(Order<? super R> order) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setPage(Page page) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(int position,
Object value) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(int position,
Instant value,
TemporalType temporalType) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(int position,
Calendar value,
TemporalType temporalType) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(int position,
Date value,
TemporalType temporalType) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(int position,
P value,
Class<P> type) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(int position,
P value,
BindableType<P> type) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(Parameter<Calendar> param,
Calendar value,
TemporalType temporalType) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(Parameter<Date> param,
Date value,
TemporalType temporalType) |
|
<T> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(Parameter<T> param,
T value) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(String name,
Object value) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(String name,
Instant value,
TemporalType temporalType) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(String name,
Calendar value,
TemporalType temporalType) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(String name,
Date value,
TemporalType temporalType) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(String name,
P value,
Class<P> type) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(String name,
P value,
BindableType<P> type) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(QueryParameter<P> parameter,
P value,
Class<P> type) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(QueryParameter<P> parameter,
P val,
BindableType<P> type) |
|
<T> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameter(QueryParameter<T> parameter,
T value) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(int position,
Object[] values) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(int position,
Collection values) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(int position,
Collection<? extends P> values,
Class<P> javaType) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(int position,
Collection<? extends P> values,
BindableType<P> type) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(int position,
P[] values,
Class<P> javaType) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(int position,
P[] values,
BindableType<P> type) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(String name,
Object[] values) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(String name,
Collection values) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(String name,
Collection<? extends P> values,
Class<P> javaType) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(String name,
Collection<? extends P> values,
BindableType<P> type) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(String name,
P[] values,
Class<P> javaType) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(String name,
P[] values,
BindableType<P> type) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter,
Collection<? extends P> values) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter,
Collection<? extends P> values,
Class<P> javaType) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter,
Collection<? extends P> values,
BindableType<P> type) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter,
P[] values) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter,
P[] values,
Class<P> javaType) |
|
<P> SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter,
P[] values,
BindableType<P> type) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setProperties(Object bean) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setProperties(Map bean) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setQueryPlanCacheable(boolean queryPlanCacheable) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setReadOnly(boolean readOnly) |
|
SqmSelectionQueryImplementor<R> |
DelegatingSqmSelectionQueryImplementor.setTimeout(int timeout) |
|