Package overit.geocall.edm.model
package overit.geocall.edm.model
-
ClassDescriptionRecord about an attribute (possibly extended) with its column.Factory class for creating
AttributePropertiesobjects.A request-scoped component that maintains a summary of attribute states and permissions within the Entity Data Model (EDM) context.Interface about adata attribute base, containing attributes common toextended attributesand references tostatic columnsof a table.Interface about anextended data attributein theEntity-Data-Model (EDM).Interface that allows to manage aListofDataAttributes.Interface representing a data entity in the Entity-Data-Model (EDM).Record about a data entity changed event.Service class responsible for building DataEntity instances based on a specified company and data entity model.A class representing an implementation of the DataEntity interface.Interface that represents a service that can be configured to be managed by theEDMframework.A record representing a summary of a constraint violation.An abstract class representing a data entity model in the Entity-Data-Model (EDM).Useful annotation for marking anentityas anonymous, meaning without aprimary keyfield.Annotation used to set the field of the table containing acodecapable of uniquely identifying each record (useful during the export of the system configuration).Annotation used to set a description for the entityUseful annotation for marking anentityasfinal, meaning it cannot be extended via theEDMframework.Annotation used to set the name of the entity.Annotation used to set the name of the pool.Useful annotation to mark anentityas asystem entity, meaning not segregated by company.Annotation used to bind an entity to a specific table.Annotation used to set theTimeZoneResolver.Record about the result of the update of an index associated with the providedDataEntity.Represents an extended data attribute in the Entity-Data-Model (EDM).Represents adatabase indexassociated with anEDM entity.
An index is used to improve query performance by creating a data structure that allows faster access to records based on specific fields.Record about the parameters necessary to create anIndex.Enum about the status of anIndex.Service useful for creatingIndexinstances.Record about anEDM entityindex properties.BaseDataAttributeimplementation about astatic data attribute, i.e. a data attribute related to astatic columnof a table.