| Package | Description |
|---|---|
| org.sqlproc.engine.validation |
The validator is used to validate input values in INSERT or UPDATE statements.
|
| Modifier and Type | Method and Description |
|---|---|
<T> SqlValidationContext<T> |
SqlValidator.start(Class<T> parentType)
The SqlValidator visitor method called from inside the main execution methods in
SqlCrudEngine. |
| Modifier and Type | Method and Description |
|---|---|
<T> SqlValidationResult<?> |
SqlValidator.finish(SqlValidationContext<T> context)
The SqlValidator visitor method called from inside the main execution methods in
SqlCrudEngine. |
<T> void |
SqlValidator.validate(SqlValidationContext<T> context,
Class<T> parentType,
String propertyName,
Object value)
The SqlValidator visitor method called from inside the main execution methods in
SqlCrudEngine. |
Copyright © 2017. All rights reserved.