public interface HintVisitor
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
visit(BindHint bindHint) |
boolean |
visit(CacheHint cacheHint) |
boolean |
visit(FetchSizeHint fetchSizeHint) |
boolean |
visit(HintComment hintComment) |
boolean |
visit(IndexHint indexHint) |
boolean |
visit(NativeHint nativeHint) |
boolean |
visit(NoBindHint noBindHint) |
boolean |
visit(NoIndexHint noIndexHint) |
boolean |
visit(ReadOnlyHint readOnlyHint) |
boolean |
visit(SuppressWarningsHint suppressWarningsHint) |
boolean |
visit(TimeoutHint timeoutHint) |
boolean visit(HintComment hintComment)
boolean visit(IndexHint indexHint)
boolean visit(NoIndexHint noIndexHint)
boolean visit(NativeHint nativeHint)
boolean visit(BindHint bindHint)
boolean visit(CacheHint cacheHint)
boolean visit(FetchSizeHint fetchSizeHint)
boolean visit(TimeoutHint timeoutHint)
boolean visit(NoBindHint noBindHint)
boolean visit(SuppressWarningsHint suppressWarningsHint)
boolean visit(ReadOnlyHint readOnlyHint)