|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlValidationContext | |
|---|---|
| org.sqlproc.engine.validation | The validator is used to validate input values in INSERT or UPDATE statements. |
| Uses of SqlValidationContext in org.sqlproc.engine.validation |
|---|
| Methods in org.sqlproc.engine.validation that return SqlValidationContext | ||
|---|---|---|
|
SqlValidator.start(Class<T> parentType)
The SqlValidator visitor method called from inside the main execution methods in SqlCrudEngine. |
|
| Methods in org.sqlproc.engine.validation with parameters of type SqlValidationContext | ||
|---|---|---|
|
SqlValidator.finish(SqlValidationContext<T> context)
The SqlValidator visitor method called from inside the main execution methods in SqlCrudEngine. |
|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||