AbsoluteDateTimeDomainType |
The type for a absolute datetime column.
|
AbsoluteTimeDomainType |
The type for a datetime column.
|
BaseDomainType |
The base class for all property types.
|
BaseEnumerateDomainType<E> |
The type of a column which can only have a value from a pre-defined set.
|
BaseForeignKeyDomainType |
The base class for property types which refer to an entity (foreign key).
|
BasePrimitiveDomainType |
The base class for primitive property types.
|
BigDecimalDomainType |
The type for a decimal column.
|
BigDecimalDomainType.Amount |
|
BigDecimalDomainType.GeneralQuantity |
|
BigDecimalDomainType.Number |
|
BigDecimalDomainType.Price |
|
BigDecimalDomainType.Quantity |
|
BinaryDomainType |
The type for a binary (image for example) column.
|
BooleanDomainType |
The type for a yes/no or boolean column.
|
ButtonDomainType |
The type for a button reference.
|
DateDomainType |
The type for a date column.
|
DatetimeDomainType |
The type for a datetime column.
|
EncryptedStringDomainType |
The type for storing passwords.
|
HashedStringDomainType |
The type for storing passwords.
|
LongDomainType |
The type for an integer/long column.
|
ObjectDomainType |
TODO: research when this one is used.
|
OneToManyDomainType |
The type used in case of a one to many property.
|
ProductCharacteristicsDomainType |
The type used in the Product Characteristic reference.
|
SearchDomainType |
The type of columns which have a search reference.
|
StringDomainType |
The type for a varchar column.
|
StringEnumerateDomainType |
The type of a column which can only have a value from a pre-defined set.
|
TableDirDomainType |
The type of column in the following cases:
TABLEDIR
SEARCH and the reference value is not set
IMAGE
PRODUCT_ATTRIBUTE
RESOURCE_ASSIGNMENT
IMAGE_BLOB
|
TableDomainType |
The type of columns which have a table reference.
|
TimestampDomainType |
The type for a datetime column.
|
TreeDomainType |
The type of columns which have a tree reference.
|
UniqueIdDomainType |
The type for a ID column.
|