public class MultiPointLocationProperty extends Property
MultiPointLocation as location aware "MultiPoint" in MongoDB.| Modifier and Type | Class and Description |
|---|---|
static class |
MultiPointLocationProperty.Factory
Factory for generating properties based on their field type
|
accessPath, alternativePropertyKey, defaultValue, descriptor, field, label, length, name, nameAsMapping, nullable, propertyKey, propertyName| Modifier and Type | Method and Description |
|---|---|
Object |
getValueAsCopy(Object entity)
For modifyable datatypes like collections, this returns the value as copy so that further modifications
will not change the returned value.
|
protected Object |
getValueFromField(Object target)
Obtains the value from the field in the given target object
|
protected void |
setValueToField(Object value,
Object target)
Applies the given value to the field in the given target object
|
protected Object |
transformFromDatasource(Class<? extends BaseMapper<?,?,?>> mapperType,
sirius.kernel.commons.Value object)
Converts the database value to the appropriate field value.
|
protected Object |
transformToDatasource(Class<? extends BaseMapper<?,?,?>> mapperType,
Object object)
Converts the Java object which resides in the associated field to the database value which is to be
written into the database.
|
Object |
transformValue(sirius.kernel.commons.Value value)
Converts the given value, which most probably contains user input as string into the target type of this
property.
|
checkNullability, checkUniqueness, determineDefaultValue, determineLengths, determineNullability, equals, getAnnotation, getDefaultValue, getDefinition, getDescriptor, getField, getLabel, getLength, getName, getPropertyName, getValue, getValueForDatasource, hashCode, illegalFieldValue, isNullable, link, onAfterDelete, onAfterSave, onBeforeDelete, onBeforeSave, onBeforeSaveChecks, parseValue, setValue, setValueFromDatasource, toString, transformFromElastic, transformFromJDBC, transformFromMongo, transformToElastic, transformToJDBC, transformToMongois, makeNewInstance, tryAsprotected Object transformToDatasource(Class<? extends BaseMapper<?,?,?>> mapperType, Object object)
PropertytransformToDatasource in class PropertymapperType - the mapper which is currently active. This can be used to determine which kind of database is
active and therefore which data format will be required.object - the current field valueprotected Object transformFromDatasource(Class<? extends BaseMapper<?,?,?>> mapperType, sirius.kernel.commons.Value object)
PropertytransformFromDatasource in class PropertymapperType - the mapper which is currently active. This can be used to determine which kind of database is
active and therefore which data format will be available.object - the database valuepublic Object transformValue(sirius.kernel.commons.Value value)
PropertytransformValue in class Propertyvalue - the value to convertprotected void setValueToField(Object value, Object target)
PropertysetValueToField in class Propertyvalue - the database value to storetarget - the target object determined by the access pathprotected Object getValueFromField(Object target)
PropertygetValueFromField in class Propertytarget - the target object determined by the access pathpublic Object getValueAsCopy(Object entity)
PropertygetValueAsCopy in class Propertyentity - the entity to fetch the value fromCopyright © 2018. All rights reserved.