public interface AttributeOptions extends CommonOptions
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAnnotations()
list of annotations.
|
Attribute |
getAttribute()
Gets the attribute this option-set belongs to.
|
Object |
getDefaultValue()
Gets the default value if [DEFAULT value] given.
The returned type corresponds to the DataType of the Attribute. |
boolean |
isContextId()
Returns whether this is the object id holding the context.
|
boolean |
isDomainKey()
Returns whether this is a unique domain key (or part of it).
|
boolean |
isUnsigned()
Returns whether this is an unsigned numeric field.
|
boolean |
isUTC()
Returns whether this is a UTC timestamp.
|
boolean |
isWithTimezone()
Returns whether to use a dedicated timezone.
If set, the PDO must provide a method to configure the timezone for the given attribute of the form: |
getAccessScope, getBindOptions, getComment, isAutoSelect, isBind, isDerived, isFromSuper, isLowerCase, isMapNull, isMaxCol, isNoConstant, isNoDeclare, isNoMethod, isReadOnly, isSetGet, isTrimRead, isTrimWrite, isUpperCase, isWriteOnly, validateAttribute getAttribute()
Object getDefaultValue()
boolean isContextId()
boolean isDomainKey()
boolean isUTC()
boolean isWithTimezone()
Calendar get<attribute-name>TimezoneConfig(); Example: Calendar getPrintedTimezoneConfig();
boolean isUnsigned()
Copyright © 2016 Krake Softwaretechnik. All rights reserved.