class |
BooleanProperty |
This class represents a boolean property.
|
class |
Document |
This class represents a basic document, which is a container for properties and therefore a
corresponding modell object to a simple class (with attributes).
|
class |
DocumentList<D extends Document> |
DocumentList represents a list holder for documents.
|
class |
DoubleProperty |
This class represents a double property (the mapping for double attributes).
|
class |
FloatProperty |
This class represents a float property (the mapping for float attributes)
|
class |
IDHolder |
Utility class to for unique document ids.
|
class |
IntProperty |
This class represents an integer property (the mapping for int or integer attributes)
|
class |
ListProperty |
This property hold the list of Properties.
|
class |
LongProperty |
This property represents a long value.
|
class |
Module |
This class describes a Module, which is a unity that can be stored
and identified by the framework.
|
class |
Property |
This class represents a single data entry which can be stored.
|
class |
StringProperty |
This property represents a string value.
|
class |
TextProperty |
TextProperty is a derivative of a StringProperty which support full text search queries
(if the underlying storage supports them too).
|