Package | Description |
---|---|
com.github.marschall.storedprocedureproxy |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ProcedureCallerFactory<T> |
ProcedureCallerFactory.withParameterRegistration(ProcedureCallerFactory.ParameterRegistration parameterRegistration)
Allows you to change the way procedure parameters are registered.
|
Copyright © 2013–2016. All rights reserved.