|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sourceforge.floggy.persistence | |
---|---|
net.sourceforge.floggy.persistence | Provides an API to manage the persistence mechanism of Floggy. |
net.sourceforge.floggy.persistence.migration |
Classes in net.sourceforge.floggy.persistence used by net.sourceforge.floggy.persistence | |
---|---|
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. |
|
Filter
An interface defining a filter which examines a object to see if it matches (based on an application-defined criteria). |
|
FloggyException
Exception thrown to indicate a persistence problem. |
|
IndexFilter
An class defining a filter which matches a objects (based on an application-defined index). |
|
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 . |
|
PersistableManager
This is the main class of the framework. |
|
PolymorphicObjectSet
An interface representing a search result. |
|
SingleObjectSet
An interface representing a search result. |
Classes in net.sourceforge.floggy.persistence used by net.sourceforge.floggy.persistence.migration | |
---|---|
FloggyException
Exception thrown to indicate a persistence problem. |
|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |