Class | Description |
---|---|
Attribute<T> |
Represents an Attribute of a
BusinessObject . |
ForeignKeyAttribute<T> |
ForeignKeyAttribute is used if the attribute references to an other entity. |
NumericAttribute<T> |
NumericAttribute is used if the attribute type provides general numeric comparison operations |
PrimaryKeyAttribute<T> |
PrimaryKeyAttribute is the id of an object |
StringAttribute<T> |
StringAttribute is used if the attribute type provides comparison operations based on Strings |
Copyright © 2023. All rights reserved.