A GalleryEntity is a stateful representation of an entity in the persistent store. You can load, modify, save and delete it. Any modifications made to this entity will live in memory until you commit the changes to the store (hence, it's stateful).
G2: | <class-name>GalleryEntity</class-name> |
Author: | Bharat Mediratta <bharat@menalto.com> |
Version: | $Revision: 17580 $ |
G2: | <parent-class-name>GalleryPersistent</parent-class-name> |
G2: | <schema> |
G2: | <schema-minor>2</schema-minor> |
G2: | <schema-major>1</schema-major> |
G2: | </schema> |