class |
BooleanProperty |
This class represents a boolean property.
|
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 |
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 |
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).
|