Uses of Class
com.github.marschall.storedprocedureproxy.ProcedureCallerFactory.ParameterRegistration
-
Packages that use ProcedureCallerFactory.ParameterRegistration Package Description com.github.marschall.storedprocedureproxy -
-
Uses of ProcedureCallerFactory.ParameterRegistration in com.github.marschall.storedprocedureproxy
Methods in com.github.marschall.storedprocedureproxy that return ProcedureCallerFactory.ParameterRegistration Modifier and Type Method Description static ProcedureCallerFactory.ParameterRegistration
ProcedureCallerFactory.ParameterRegistration. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcedureCallerFactory.ParameterRegistration[]
ProcedureCallerFactory.ParameterRegistration. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.marschall.storedprocedureproxy with parameters of type ProcedureCallerFactory.ParameterRegistration Modifier and Type Method Description ProcedureCallerFactory<T>
ProcedureCallerFactory. withParameterRegistration(ProcedureCallerFactory.ParameterRegistration parameterRegistration)
Allows you to change the way procedure parameters are registered.
-