01es
01es
### Description Annotation `@IsProperty` and its member `value` have long been used to capture type arguments of property types. Specifically, the type of elements in a collection: ```java @IsProperty(Details.class) List...
### Description At the moment it is only possible to get a URL for the Attachment Master of the uploaded attachment. However, there are situations there it is required to...
### Description Current support for `displayAs` templates support only the first level composite key members. Please refer to the original issue https://github.com/fieldenms/tg/issues/1175. In cases where any of the composite key...
### Description EQL's function `dateOf` gets converted to `DATEADD(dd, DATEDIFF(dd, 0, ), 0)`. Due to the fact that `0` is considered by SQL Server to be of type `datetime`, every...
### Description Each time an Entity Master is opened, the first editable property is automatically focused unless a preferred property is specified. This behavior applies to both persistent and action...
### Description Verification of collectional properties needs to be refined. At present, the verification logic (strict mode) expects for collectional properties to have attribute `IsProperty.linkProperty` either identifiable or specified. However,...
### Description Union entities may have union properties that are of activatable nature. This means that there can be a link (edge) between activatable entity instances via an association of...
### Description In order to support distributed databases, including sharding, ID values for entities should become UUIDs. Performance implications (both memory and CPU) need to be considered. Also need to...
### Description At the moment all calls to methods annotated with `@SessionRequired` execute in the same transaction, which is started by the outer most call in the hierarchy of calls....
### Description Security tokens need to be introduced for entity `SecurityRoleAssociation` to improve the access granularity for Security Matrix instead of having all or nothing approach. In addition, to extend...