Interface EntityDataLoadAiTool

All Superinterfaces:
JmixAiTool
All Known Implementing Classes:
DomainModelDiscoveryTool

public interface EntityDataLoadAiTool extends JmixAiTool
Marker interface for Spring AI tools exposed to the entity-scoped data-load flow that generates a JPQL query for a specific target entity.

Beans implementing this interface can be collected by AiToolRegistry.findByMarker(Class).

See Also: