|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A token by which the AnyTypeObjectDao (for example) can resolve any persistent object. Handle is marker-interface with
no required methods, but implementors must follow the contract for the toString method.
Handles are used to represent persistent objects in places such as the full-search index, providing a way to go back from some text representation to a full object.
| Method Summary | |
java.lang.String |
toString()
The toString() method of a Handle must be written so that the AnyTypeObjectDao (for example) can
resolve the String representation of a Handle back to a Handle object, and thus find the referenced object |
| Method Detail |
public java.lang.String toString()
toString() method of a Handle must be written so that the AnyTypeObjectDao (for example) can
resolve the String representation of a Handle back to a Handle object, and thus find the referenced object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||