public class LocalTimeProperty extends Property implements SQLPropertyInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalTimeProperty.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 |
|---|---|
void |
contributeToTable(Table table)
Appends columns, keys and foreign keys to the given table to match the settings specified by
this property
|
protected Object |
transformFromJDBC(sirius.kernel.commons.Value data)
Loads a value from a JDBC datasource.
|
protected Object |
transformToJDBC(Object object)
Generates a value for a JDBC datasource.
|
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, getValueAsCopy, getValueForDatasource, getValueFromField, hashCode, illegalFieldValue, isNullable, link, onAfterDelete, onAfterSave, onBeforeDelete, onBeforeSave, onBeforeSaveChecks, parseValue, setValue, setValueFromDatasource, setValueToField, toString, transformFromDatasource, transformFromElastic, transformFromMongo, transformToDatasource, transformToElastic, transformToMongois, makeNewInstance, tryAspublic Object transformValue(sirius.kernel.commons.Value value)
PropertytransformValue in class Propertyvalue - the value to convertprotected Object transformFromJDBC(sirius.kernel.commons.Value data)
PropertytransformFromJDBC in class Propertydata - the database valueprotected Object transformToJDBC(Object object)
PropertytransformToJDBC in class Propertyobject - the database valuepublic void contributeToTable(Table table)
SQLPropertyInfocontributeToTable in interface SQLPropertyInfotable - the table to add schema infos toCopyright © 2018. All rights reserved.