所有类
类
说明
DraftInterceptor<D extends org.babyfish.jimmer.Draft>
To be absolutely cache friendly,
all query methods like "find...ById(s)" of this class ignore the global filters.
A query created by a Fluent object cannot be used to create sub queries,
but needs to call the subQuery of the Fluent object.
This interface is designed for Spring-GraphQL;
- If you use GraphQL, please use this interface, not ObjectFetcher
- If you do not use GraphQL, please use Object Fetcher, not this interface
Used by mapped super class
1.
Only used by jimmer-sql-kotlin internally