Interface BindingGetSQLInputContext<U>
- All Superinterfaces:
BindingScope, ExecuteScope, Scope
A container type for
Binding.get(BindingGetSQLInputContext)
arguments.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription<T> @NotNull BindingGetSQLInputContext<T> Create a new context from this one using a converter.@NotNull SQLInputinput()TheSQLInputfrom which a value is retrieved.voidA callback to which the resulting value is registered.Methods inherited from interface BindingScope
converterContextMethods inherited from interface ExecuteScope
converterContext, executeContext, policyContextMethods inherited from interface Scope
configuration, creationTime, data, data, data, dialect, dsl, family, settings
-
Method Details
-
input
-
value
A callback to which the resulting value is registered. -
convert
@NotNull <T> @NotNull BindingGetSQLInputContext<T> convert(Converter<? super T, ? extends U> converter) Create a new context from this one using a converter.
-