ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addAttributeResult(String columnAlias,
jakarta.persistence.metamodel.SingularAttribute attribute) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addAttributeResult(String columnAlias,
Class entityJavaType,
String attributePath) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addAttributeResult(String columnAlias,
String entityName,
String attributePath) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addEntity(Class entityType) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addEntity(String entityName) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addEntity(String tableAlias,
Class entityType) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addEntity(String tableAlias,
Class entityClass,
LockMode lockMode) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addEntity(String tableAlias,
String entityName) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addEntity(String tableAlias,
String entityName,
LockMode lockMode) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addJoin(String tableAlias,
String path) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addJoin(String tableAlias,
String ownerTableAlias,
String joinPropertyName) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addJoin(String tableAlias,
String path,
LockMode lockMode) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addQueryHint(String hint) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addScalar(int position,
Class<?> type) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addScalar(String columnAlias) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addScalar(String columnAlias,
Class javaType) |
|
<C> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addScalar(String columnAlias,
Class<C> relationalJavaType,
jakarta.persistence.AttributeConverter<?,C> converter) |
|
<C> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addScalar(String columnAlias,
Class<C> relationalJavaType,
Class<? extends jakarta.persistence.AttributeConverter<?,C>> converter) |
|
<O,J> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addScalar(String columnAlias,
Class<O> domainJavaType,
Class<J> jdbcJavaType,
jakarta.persistence.AttributeConverter<O,J> converter) |
|
<O,J> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addScalar(String columnAlias,
Class<O> domainJavaType,
Class<J> jdbcJavaType,
Class<? extends jakarta.persistence.AttributeConverter<O,J>> converter) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.addScalar(String columnAlias,
BasicDomainType type) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setCacheable(boolean cacheable) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setCacheMode(CacheMode cacheMode) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setCacheRegion(String cacheRegion) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setComment(String comment) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setFetchSize(int fetchSize) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setFirstResult(int startPosition) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setFlushMode(jakarta.persistence.FlushModeType flushMode) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setHibernateFlushMode(FlushMode flushMode) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setHibernateLockMode(LockMode lockMode) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setHint(String hintName,
Object value) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setLockMode(jakarta.persistence.LockModeType lockMode) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setLockMode(String alias,
LockMode lockMode) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setLockOptions(LockOptions lockOptions) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setMaxResults(int maxResult) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(int position,
Object val) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(int position,
Instant value,
jakarta.persistence.TemporalType temporalType) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(int position,
Calendar value,
jakarta.persistence.TemporalType temporalType) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(int position,
Date value,
jakarta.persistence.TemporalType temporalType) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(int position,
P val,
Class<P> type) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(int position,
P val,
BindableType<P> type) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(jakarta.persistence.Parameter<Calendar> param,
Calendar value,
jakarta.persistence.TemporalType temporalType) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(jakarta.persistence.Parameter<Date> param,
Date value,
jakarta.persistence.TemporalType temporalType) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(jakarta.persistence.Parameter<P> param,
P value) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(String name,
Object val) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(String name,
Instant value,
jakarta.persistence.TemporalType temporalType) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(String name,
Calendar value,
jakarta.persistence.TemporalType temporalType) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(String name,
Date value,
jakarta.persistence.TemporalType temporalType) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(String name,
P val,
Class<P> type) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(String name,
P val,
BindableType<P> type) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(QueryParameter<P> parameter,
P val) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(QueryParameter<P> parameter,
P val,
Class<P> type) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameter(QueryParameter<P> parameter,
P val,
BindableType<P> type) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(int position,
Object[] values) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(int position,
Collection values) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(int position,
Collection<? extends P> values,
Class<P> type) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(int position,
Collection<? extends P> values,
BindableType<P> type) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(int position,
P[] values,
Class<P> javaType) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(int position,
P[] values,
BindableType<P> type) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(String name,
Object[] values) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(String name,
Collection values) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(String name,
Collection<? extends P> values,
Class<P> type) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(String name,
Collection<? extends P> values,
BindableType<P> type) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(String name,
P[] values,
Class<P> type) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(String name,
P[] values,
BindableType<P> type) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(QueryParameter<P> parameter,
Collection<? extends P> values) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(QueryParameter<P> parameter,
Collection<? extends P> values,
Class<P> javaType) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(QueryParameter<P> parameter,
Collection<? extends P> values,
BindableType<P> type) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(QueryParameter<P> parameter,
P[] values) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(QueryParameter<P> parameter,
P[] values,
Class<P> javaType) |
|
<P> ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setParameterList(QueryParameter<P> parameter,
P[] values,
BindableType<P> type) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setProperties(Object bean) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setProperties(Map bean) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setReadOnly(boolean readOnly) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setResultListTransformer(ResultListTransformer<R> transformer) |
|
ReactiveNativeQueryImplementor<R> |
ReactiveNativeQueryImplementor.setTimeout(int timeout) |
|
<T> ReactiveNativeQueryImplementor<T> |
ReactiveNativeQueryImplementor.setTupleTransformer(TupleTransformer<T> transformer) |
|