|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Persistable
Interface for defining methods to assist clients in determining whether an entity bean will succeed in being persisted.
| Method Summary | |
|---|---|
void |
validateProperties()
Validates all persisted properties on an entity and ensures that they meet the criteria required for database persistence. |
| Method Detail |
|---|
void validateProperties()
throws EntityValidationException
EntityValidationException - When input validation fails.
The exception * should be constructed by implementers such that the fields
that failed validation are available
via EntityValidationException.getProblems().
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||