Uses of Interface
org.hibernate.query.spi.CommonQueryContractImplementor
Packages that use CommonQueryContractImplementor
Package
Description
Defines an SPI for calling stored procedures and functions.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
SPIs for native SQL query support.
-
Uses of CommonQueryContractImplementor in org.hibernate.procedure.spi
Subinterfaces of CommonQueryContractImplementor in org.hibernate.procedure.spi -
Uses of CommonQueryContractImplementor in org.hibernate.query.spi
Subinterfaces of CommonQueryContractImplementor in org.hibernate.query.spiModifier and TypeInterfaceDescriptioninterfaceSPI form of MutationQueryinterfaceinterfaceSPI form of SelectionQueryMethods in org.hibernate.query.spi that return CommonQueryContractImplementorModifier and TypeMethodDescriptionCommonQueryContractImplementor.addQueryHint(String hint) CommonQueryContractImplementor.setCacheRetrieveMode(CacheRetrieveMode cacheRetrieveMode) CommonQueryContractImplementor.setCacheStoreMode(CacheStoreMode cacheStoreMode) CommonQueryContractImplementor.setComment(String comment) CommonQueryContractImplementor.setConvertedParameter(int position, P value, Class<? extends AttributeConverter<P, ?>> converter) CommonQueryContractImplementor.setConvertedParameter(String name, P value, Class<? extends AttributeConverter<P, ?>> converter) CommonQueryContractImplementor.setFirstResult(int startPosition) CommonQueryContractImplementor.setFlushMode(FlushModeType flushMode) CommonQueryContractImplementor.setLockMode(LockModeType lockMode) CommonQueryContractImplementor.setMaxResults(int maxResult) CommonQueryContractImplementor.setParameter(int parameter, Object value) CommonQueryContractImplementor.setParameter(int parameter, Instant value, TemporalType temporalType) CommonQueryContractImplementor.setParameter(int parameter, Calendar value, TemporalType temporalType) CommonQueryContractImplementor.setParameter(int parameter, Date value, TemporalType temporalType) CommonQueryContractImplementor.setParameter(int parameter, P value, Type<P> type) CommonQueryContractImplementor.setParameter(int parameter, P value, Class<P> type) CommonQueryContractImplementor.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) CommonQueryContractImplementor.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) CommonQueryContractImplementor.setParameter(Parameter<T> param, T value) CommonQueryContractImplementor.setParameter(String parameter, Object value) CommonQueryContractImplementor.setParameter(String parameter, Instant value, TemporalType temporalType) CommonQueryContractImplementor.setParameter(String parameter, Calendar value, TemporalType temporalType) CommonQueryContractImplementor.setParameter(String parameter, Date value, TemporalType temporalType) CommonQueryContractImplementor.setParameter(String parameter, P value, Type<P> type) CommonQueryContractImplementor.setParameter(String parameter, P value, Class<P> type) CommonQueryContractImplementor.setParameter(QueryParameter<P> parameter, P val, Type<P> type) CommonQueryContractImplementor.setParameter(QueryParameter<P> parameter, P value, Class<P> type) CommonQueryContractImplementor.setParameter(QueryParameter<T> parameter, T value) CommonQueryContractImplementor.setParameterList(int parameter, Object[] values) CommonQueryContractImplementor.setParameterList(int parameter, Collection values) CommonQueryContractImplementor.setParameterList(int parameter, Collection<? extends P> values, Type<P> type) CommonQueryContractImplementor.setParameterList(int parameter, Collection<? extends P> values, Class<P> javaType) CommonQueryContractImplementor.setParameterList(int parameter, P[] values, Type<P> type) CommonQueryContractImplementor.setParameterList(int parameter, P[] values, Class<P> javaType) CommonQueryContractImplementor.setParameterList(String parameter, Object[] values) CommonQueryContractImplementor.setParameterList(String parameter, Collection values) CommonQueryContractImplementor.setParameterList(String parameter, Collection<? extends P> values, Type<P> type) CommonQueryContractImplementor.setParameterList(String parameter, Collection<? extends P> values, Class<P> javaType) CommonQueryContractImplementor.setParameterList(String parameter, P[] values, Type<P> type) CommonQueryContractImplementor.setParameterList(String parameter, P[] values, Class<P> javaType) CommonQueryContractImplementor.setParameterList(QueryParameter<P> parameter, Collection<? extends P> values) CommonQueryContractImplementor.setParameterList(QueryParameter<P> parameter, Collection<? extends P> values, Type<P> type) CommonQueryContractImplementor.setParameterList(QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaType) CommonQueryContractImplementor.setParameterList(QueryParameter<P> parameter, P[] values) CommonQueryContractImplementor.setParameterList(QueryParameter<P> parameter, P[] values, Type<P> type) CommonQueryContractImplementor.setParameterList(QueryParameter<P> parameter, P[] values, Class<P> javaType) CommonQueryContractImplementor.setProperties(Object bean) CommonQueryContractImplementor.setProperties(Map bean) CommonQueryContractImplementor.setQueryFlushMode(QueryFlushMode queryFlushMode) CommonQueryContractImplementor.setTimeout(int timeout) CommonQueryContractImplementor.setTimeout(Timeout timeout) CommonQueryContractImplementor.setTimeout(Integer timeout) -
Uses of CommonQueryContractImplementor in org.hibernate.query.sql.spi
Subinterfaces of CommonQueryContractImplementor in org.hibernate.query.sql.spi