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.merge | |
org.apache.cayenne.validation |
Modifier and Type | Method and Description |
---|---|
void |
Validating.validateForDelete(ValidationResult validationResult)
Performs property validation of the DELETED object, appending any validation
failures to the provided validationResult object.
|
void |
CayenneDataObject.validateForDelete(ValidationResult validationResult)
This implementation does nothing.
|
void |
Validating.validateForInsert(ValidationResult validationResult)
Performs property validation of the NEW object, appending any validation failures
to the provided validationResult object.
|
void |
CayenneDataObject.validateForInsert(ValidationResult validationResult)
|
protected void |
CayenneDataObject.validateForSave(ValidationResult validationResult)
Performs property validation of the object, appending any validation
failures to the provided validationResult object.
|
void |
Validating.validateForUpdate(ValidationResult validationResult)
Performs property validation of the MODIFIED object, appending any validation
failures to the provided validationResult object.
|
void |
CayenneDataObject.validateForUpdate(ValidationResult validationResult)
|
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 |
MergerContext.getValidationResult() |
ValidationResult |
ExecutingMergerContext.getValidationResult() |
Modifier and Type | Method and Description |
---|---|
ValidationResult |
ValidationException.getValidationResult() |
Constructor and Description |
---|
ValidationException(String messageFormat,
ValidationResult result,
Object... messageArgs) |
ValidationException(ValidationResult result) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.