Package | Description |
---|---|
org.javalite.activejdbc |
ActiveJDBC - the agile Java ORM.
|
org.javalite.activejdbc.validation |
Data validation , see
Validations.
|
Modifier and Type | Method and Description |
---|---|
Errors |
Model.errors()
Provides an instance of
Errors object, filled with error messages after validation. |
Errors |
Model.errors(Locale locale)
Provides an instance of localized
Errors object, filled with error messages after validation. |
Modifier and Type | Method and Description |
---|---|
Errors |
ValidationException.errors()
Convenience method, returns the same object with errors that is attached to a model generated this exception.
|
Errors |
ValidationException.errors(Locale locale)
Convenience method, returns the same object with errors that is attached to a model generated this exception.
|
Copyright © 2019 JavaLite. All rights reserved.