DBPropertyMapManager |
Manages generic address keyed properties.
|
GenericSaveable |
GenericSaveable is used by the DBPropertyMapManager
when the class can not be found and loaded for the class path name of a
property in the database.
|
IntPropertyMapDB |
Property manager that deals with properties that are of
int type and stored with a database table.
|
LongPropertyMapDB |
Property manager that deals with properties that are of
long type and stored with a database table.
|
ObjectPropertyMapDB |
Property manager that deals with properties that are of
a Saveable Object type and store within a database table.
|
PropertyMapDB |
Abstract class which defines a map containing properties over a set of addresses.
|
StringPropertyMapDB |
Property manager that deals with properties that are of
String type and stored with a database table.
|
UnsupportedMapDB |
This class provides a dummy map for an unsupported map.
|
VoidPropertyMapDB |
Property manager that deals with properties that are of
"void" type, which is a marker for whether a property exists.
|