所有类和接口
类
说明
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.
This class provides an empty implementation of
FetcherListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.This interface defines a complete listener for a parse tree produced by
FetcherParser.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 for java, kotlin developers should use `KTransientResolver`
Only used by jimmer internally