Repositories with FED attributes

The implementation for performing CRUD operations on repositories with a timestamp type attribute mapped to the EFFECTIVEDATE attribute.

  • Add operation: You can add any record including future effective date records to a repository.
  • Update and Delete operations: You can update and delete all records including future effective date records.
  • Find operation: You can search only those records which are confirmed and already effective. For the successful Find operation, value of the EFFECTIVEDATE attribute should be less than the current system date.