Uses of Interface
org.hibernate.procedure.spi.ProcedureParameterImplementor
Packages that use ProcedureParameterImplementor
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.
-
Uses of ProcedureParameterImplementor in org.hibernate.procedure.spi
Subinterfaces of ProcedureParameterImplementor in org.hibernate.procedure.spiMethods in org.hibernate.procedure.spi that return ProcedureParameterImplementorModifier and TypeMethodDescriptionProcedureCallImplementor.getParameterRegistration(int position) ProcedureCallImplementor.getParameterRegistration(String name) ProcedureCallImplementor.registerConvertedParameter(int position, Class<? extends AttributeConverter<T, ?>> converter, ParameterMode mode) ProcedureCallImplementor.registerConvertedParameter(String parameterName, Class<? extends AttributeConverter<T, ?>> converter, ParameterMode mode) ProcedureCallImplementor.registerParameter(int position, Type<T> type, ParameterMode mode) ProcedureCallImplementor.registerParameter(int position, Class<T> type, ParameterMode mode) ProcedureCallImplementor.registerParameter(String parameterName, Type<T> type, ParameterMode mode) ProcedureCallImplementor.registerParameter(String parameterName, Class<T> type, ParameterMode mode) NamedCallableQueryMemento.ParameterMemento.resolve(SharedSessionContractImplementor session) -
Uses of ProcedureParameterImplementor in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return ProcedureParameterImplementorModifier and TypeMethodDescriptionProcedureParameterMetadataImplementor.getQueryParameter(int positionLabel) ProcedureParameterMetadataImplementor.getQueryParameter(String name) Methods in org.hibernate.query.spi that return types with arguments of type ProcedureParameterImplementorModifier and TypeMethodDescriptionList<? extends ProcedureParameterImplementor<?>> ProcedureParameterMetadataImplementor.getRegistrationsAsList()Methods in org.hibernate.query.spi with parameters of type ProcedureParameterImplementorModifier and TypeMethodDescriptionvoidProcedureParameterMetadataImplementor.registerParameter(ProcedureParameterImplementor<?> parameter)