Navigation :
NamedEntityResolverService
The NamedEntityResolverService is responsible for retrieving named entities like CustomFieldDescription and TargetDescription.
Additionally, the service has the following roles:
- Allows you to retrieve implicit
TargetDescriptions which are created for each table of your Atoti instance.
- Used in the property conversion logic to create Description objects.
INamedEntityResolverService
Set<CustomFieldDescription> getCustomFields(Set<String> customFields) - Retrieves a set of CustomFieldDescriptions by name
TargetDescription getTarget(String target) - Retrieves a TargetDescription by name