Uses of Interface
org.hibernate.procedure.spi.ProcedureCallImplementor
Packages that use ProcedureCallImplementor
Package
Description
Defines an SPI for calling stored procedures and functions.
-
Uses of ProcedureCallImplementor in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return ProcedureCallImplementorModifier and TypeMethodDescriptionProcedureCallImplementor.registerStoredProcedureParameter(int position, Type<?> type, ParameterMode mode) ProcedureCallImplementor.registerStoredProcedureParameter(int position, Class<?> type, ParameterMode mode) ProcedureCallImplementor.registerStoredProcedureParameter(String parameterName, Type<?> type, ParameterMode mode) ProcedureCallImplementor.registerStoredProcedureParameter(String parameterName, Class<?> 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) Deprecated.ProcedureCallImplementor.setParameter(int position, Date value, TemporalType temporalType) Deprecated.ProcedureCallImplementor.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) Deprecated.ProcedureCallImplementor.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) Deprecated.ProcedureCallImplementor.setParameter(Parameter<T> param, T value) ProcedureCallImplementor.setParameter(String name, Object value) ProcedureCallImplementor.setParameter(String name, Calendar value, TemporalType temporalType) Deprecated.ProcedureCallImplementor.setParameter(String name, Date value, TemporalType temporalType) Deprecated.ProcedureCallImplementor.setTimeout(Integer timeout) Methods in org.hibernate.procedure.spi with parameters of type ProcedureCallImplementorModifier and TypeMethodDescriptionCallableStatementSupport.interpretCall(ProcedureCallImplementor<?> procedureCall) default JdbcCallParameterRegistrationFunctionReturnImplementor.toJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall) ProcedureParameterImplementor.toJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall)