Uses of Interface
org.hibernate.procedure.spi.ProcedureCallImplementor
Packages that use ProcedureCallImplementor
Package
Description
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
-
Uses of ProcedureCallImplementor in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement ProcedureCallImplementorMethods in org.hibernate.procedure.internal that return ProcedureCallImplementorModifier and TypeMethodDescriptionProcedureCallImpl.addSynchronizedEntityClass
(Class entityClass) ProcedureCallImpl.addSynchronizedEntityName
(String entityName) ProcedureCallImpl.addSynchronizedQuerySpace
(String querySpace) NamedCallableQueryMementoImpl.makeProcedureCall
(SharedSessionContractImplementor session) ProcedureCallImpl.registerStoredProcedureParameter
(int position, Class type, ParameterMode mode) ProcedureCallImpl.registerStoredProcedureParameter
(int position, BasicTypeReference<?> type, ParameterMode mode) ProcedureCallImpl.registerStoredProcedureParameter
(String parameterName, Class type, ParameterMode mode) ProcedureCallImpl.registerStoredProcedureParameter
(String parameterName, BasicTypeReference<?> type, ParameterMode mode) ProcedureCallImpl.setCacheRetrieveMode
(CacheRetrieveMode cacheRetrieveMode) ProcedureCallImpl.setCacheStoreMode
(CacheStoreMode cacheStoreMode) ProcedureCallImpl.setFlushMode
(FlushModeType flushModeType) ProcedureCallImpl.setLockMode
(LockModeType lockMode) ProcedureCallImpl.setParameter
(int position, Object value) ProcedureCallImpl.setParameter
(int position, Calendar value, TemporalType temporalPrecision) ProcedureCallImpl.setParameter
(int position, Date value, TemporalType temporalPrecision) ProcedureCallImpl.setParameter
(int position, P value, BindableType<P> type) ProcedureCallImpl.setParameter
(Parameter<Calendar> parameter, Calendar value, TemporalType temporalPrecision) ProcedureCallImpl.setParameter
(Parameter<Date> parameter, Date value, TemporalType temporalPrecision) ProcedureCallImpl.setParameter
(Parameter<P> parameter, P value) ProcedureCallImpl.setParameter
(String name, Object value) ProcedureCallImpl.setParameter
(String name, Calendar value, TemporalType temporalPrecision) ProcedureCallImpl.setParameter
(String name, Date value, TemporalType temporalPrecision) ProcedureCallImpl.setParameter
(String name, P value, BindableType<P> type) ProcedureCallImpl.setParameter
(QueryParameter<P> parameter, P value) ProcedureCallImpl.setParameter
(QueryParameter<P> parameter, P value, BindableType<P> type) ProcedureCallImpl.setTimeout
(Integer timeout) <T> ProcedureCallImplementor<T>
NamedCallableQueryMementoImpl.toQuery
(SharedSessionContractImplementor session, Class<T> javaType) Methods in org.hibernate.procedure.internal with parameters of type ProcedureCallImplementorModifier and TypeMethodDescriptionDB2CallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) JTDSCallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) PostgreSQLCallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) StandardCallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) SybaseCallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) ProcedureParameterImpl.toJdbcParameterRegistration
(int startIndex, ProcedureCallImplementor<?> procedureCall) Constructors in org.hibernate.procedure.internal with parameters of type ProcedureCallImplementorModifierConstructorDescriptionFunctionReturnImpl
(ProcedureCallImplementor<T> procedureCall, int sqlTypeCode) FunctionReturnImpl
(ProcedureCallImplementor<T> procedureCall, OutputableType<T> ormType) -
Uses of ProcedureCallImplementor in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return ProcedureCallImplementorModifier and TypeMethodDescriptionProcedureCallImplementor.registerStoredProcedureParameter
(int position, Class type, ParameterMode mode) ProcedureCallImplementor.registerStoredProcedureParameter
(int position, BasicTypeReference<?> type, ParameterMode mode) ProcedureCallImplementor.registerStoredProcedureParameter
(String parameterName, Class type, ParameterMode mode) ProcedureCallImplementor.registerStoredProcedureParameter
(String parameterName, BasicTypeReference<?> type, ParameterMode mode) ProcedureCallImplementor.setCacheRetrieveMode
(CacheRetrieveMode cacheRetrieveMode) ProcedureCallImplementor.setCacheStoreMode
(CacheStoreMode cacheStoreMode) ProcedureCallImplementor.setFlushMode
(FlushModeType flushMode) ProcedureCallImplementor.setParameter
(int position, Object value) ProcedureCallImplementor.setParameter
(int position, Calendar value, TemporalType temporalType) ProcedureCallImplementor.setParameter
(int position, Date value, TemporalType temporalType) ProcedureCallImplementor.setParameter
(Parameter<Calendar> param, Calendar value, TemporalType temporalType) ProcedureCallImplementor.setParameter
(Parameter<Date> param, Date value, TemporalType temporalType) ProcedureCallImplementor.setParameter
(Parameter<T> param, T value) ProcedureCallImplementor.setParameter
(String name, Object value) ProcedureCallImplementor.setParameter
(String name, Calendar value, TemporalType temporalType) ProcedureCallImplementor.setParameter
(String name, Date value, TemporalType temporalType) ProcedureCallImplementor.setTimeout
(Integer timeout) Methods in org.hibernate.procedure.spi with parameters of type ProcedureCallImplementorModifier and TypeMethodDescriptionCallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) default JdbcCallParameterRegistration
FunctionReturnImplementor.toJdbcParameterRegistration
(int startIndex, ProcedureCallImplementor<?> procedureCall) ProcedureParameterImplementor.toJdbcParameterRegistration
(int startIndex, ProcedureCallImplementor<?> procedureCall)