|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Comparator | An interface defining a comparator which compares two objects (in an implementation-defined manner) to see if they match or what their relative sort order is. |
Deletable | An interface that helps the developer to delete in cascade Persistable fields. |
Filter | An interface defining a filter which examines a object to see if it matches (based on an application-defined criteria). |
IDable | Exports the RMS id used to identify the Persistable entity in the underlined system. |
Nameable | Deprecated. use the configuration file to set the RecordStore's name |
ObjectSet | An interface representing a search result. |
Persistable | A class that implements or extends this interface is
considered persistable.By default, all fields of a persistable class will be persisted except those declared as transient or static . |
PolymorphicObjectSet | An interface representing a search result. |
SingleObjectSet | An interface representing a search result. |
Class Summary | |
---|---|
IndexFilter | An class defining a filter which matches a objects (based on an application-defined index). |
PersistableManager | This is the main class of the framework. |
Exception Summary | |
---|---|
FloggyException | Exception thrown to indicate a persistence problem. |
Provides an API to manage the persistence mechanism of Floggy.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |