| Package | Description | 
|---|---|
| org.apache.cayenne | Contains persistence APIs directly accessible by users. | 
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.validation | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CayenneDataObject. validateForDelete(ValidationResult validationResult)This implementation does nothing. | 
| void | Validating. validateForDelete(ValidationResult validationResult)Performs property validation of the DELETED object, appending any validation
 failures to the provided validationResult object. | 
| void | CayenneDataObject. validateForInsert(ValidationResult validationResult) | 
| void | Validating. validateForInsert(ValidationResult validationResult)Performs property validation of the NEW object, appending any validation failures
 to the provided validationResult object. | 
| protected void | CayenneDataObject. validateForSave(ValidationResult validationResult)Performs property validation of the object, appending any validation
 failures to the provided validationResult object. | 
| void | CayenneDataObject. validateForUpdate(ValidationResult validationResult) | 
| void | Validating. validateForUpdate(ValidationResult validationResult)Performs property validation of the MODIFIED object, appending any validation
 failures to the provided validationResult object. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ValidationResult | DbGenerator. failures | 
| Modifier and Type | Method and Description | 
|---|---|
| ValidationResult | DbGenerator. getFailures()Returns an object representing a collection of failures that occurred on
 the last "runGenerator" invocation, or null if there were no failures. | 
| Modifier and Type | Method and Description | 
|---|---|
| ValidationResult | ValidationException. getValidationResult() | 
| Constructor and Description | 
|---|
| ValidationException(String messageFormat,
                   ValidationResult result,
                   Object... messageArgs) | 
| ValidationException(ValidationResult result) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.