Package | Description |
---|---|
sirius.db.mixing | |
sirius.db.mixing.properties |
Modifier and Type | Class and Description |
---|---|
class |
Property
Maps a field, which is either defined in an entity, a composite or a mixin to a mapped property.
|
Modifier and Type | Field and Description |
---|---|
protected Set<Class<? extends Composite>> |
EntityDescriptor.composites
Contains a set of all composites contained within this entity.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityDescriptor.addComposite(Class<? extends Composite> composite)
Used to add a class to the list of contained composites within the described entity.
|
boolean |
EntityDescriptor.hasComposite(Class<? extends Composite> composite)
Determines if a composite of the given type is present within this entity.
|
Modifier and Type | Class and Description |
---|---|
class |
AmountProperty
Represents an
Amount field within a Mixable . |
class |
BaseEntityRefListProperty
Represents an
BaseEntityRefList field within a Mixable . |
class |
BaseEntityRefProperty<I,E extends BaseEntity<I>,R extends BaseEntityRef<I,E>>
Base implementation for handling properties of type
BaseEntityRef . |
class |
BaseMapProperty
|
class |
BooleanProperty
|
class |
ElasticRefProperty
Represents a reference to another
ElasticEntity field within a Mixable . |
class |
EnumProperty
|
class |
InstantProperty
|
class |
IntegerProperty
|
class |
LocalDateProperty
Represents a date property which contains no associated time value.
|
class |
LocalDateTimeProperty
Represents a timestamp property which contains a date along with a time value.
|
class |
LocalTimeProperty
|
class |
LongProperty
|
class |
MongoRefProperty
Represents a reference to another
MongoEntity field within a Mixable . |
class |
MultiPointLocationProperty
Permits to store a
MultiPointLocation as location aware "MultiPoint" in MongoDB. |
class |
NestedListProperty
Represents an
NestedList field within a MongoEntity . |
class |
SQLEntityRefProperty
|
class |
StringIntMapProperty
Represents an
StringIntMap field within a Mixable . |
class |
StringListMapProperty
|
class |
StringListProperty
Represents a
StringList field within a Mixable . |
class |
StringLocalDateTimeMapProperty
Represents an
StringLocalDateTimeMap field within a Mixable . |
class |
StringMapProperty
|
class |
StringNestedMapProperty
Represents an
StringList field within a MongoEntity . |
class |
StringProperty
|
Copyright © 2018. All rights reserved.