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