- withExceptionAdapter(SQLExceptionAdapter) - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Allows you to change the way
SQLException
s are translated into
unchecked exceptions.
- withNamespace() - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Causes a namespace to be added to the call string.
- withNamespaceNamingStrategy(NamingStrategy) - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Causes a namespace to be added to the call string by applying
the given function to the interface name.
- withOracleArrays() - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Uses Oracle API to create arrays.
- withOracleExtensions() - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Enables all Oracle extensions.
- withOracleTypeMapper() - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Uses Oracle JDBC types.
- withoutFirst(int) - Static method in interface com.github.marschall.storedprocedureproxy.spi.NamingStrategy
-
Creates a new transformation that skips a given number of characters
from the start of the java name.
- withParameterNamingStrategy(NamingStrategy) - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Allows you to use a custom way how parameter names are derived from Java names.
- withParameterRegistration(ProcedureCallerFactory.ParameterRegistration) - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Allows you to change the way procedure parameters are registered.
- withProcedureNamingStrategy(NamingStrategy) - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Allows you to use a custom way how procedure names are derived from Java names.
- withSchema() - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Causes a schema name to be added to the call string.
- withSchemaNamingStrategy(NamingStrategy) - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Causes a schema name to be added to the call string by applying
the given function to the interface name.
- withTypeMapper(TypeMapper) - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Allows you to change the way Java types are translated to SQL types.
- withTypeNameResolver(TypeNameResolver) - Method in class com.github.marschall.storedprocedureproxy.ProcedureCallerFactory
-
Allows you to change the way SQL type names for array elements are resolved.