All Implemented Interfaces:
BusinessDomainMapper<GeneratedQuery,GeneratedQueryDTO>

public class GeneratedQueryMapper extends AbstractBusinessDomainMapper<GeneratedQuery,GeneratedQueryDTO>
Bidirectional mapper between GeneratedQuery and GeneratedQueryDTO.

Maintains caches in both directions and refreshes entries when the source side has a newer version. Resolves associated objects via LLMMapper / PromptMapper and their DAOs to map generator and prompt references. Singleton — access via getInstance().

Since:
1.0
Author:
Felix Seggebäing
  • Method Details