Package io.jmix.aitools.dataload.tool
Interface EntityDataLoadAiTool
- All Superinterfaces:
JmixAiTool
- All Known Implementing Classes:
DomainModelDiscoveryTool
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: