类 FetcherSelectionImpl<T>
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.table.FetcherSelectionImpl<T>
- 所有已实现的接口:
Ast,Selection<T>,FetcherSelection<T>
-
构造器概要
构造器构造器说明FetcherSelectionImpl(PropExpression.Embedded<?> embeddedPropExpression, Fetcher<?> fetcher, @Nullable Function<?, ?> converter) FetcherSelectionImpl(PropExpression.Embedded<T> embeddedPropExpression, Fetcher<T> fetcher) FetcherSelectionImpl(Table<?> table, Fetcher<?> fetcher, @Nullable Function<?, T> converter) FetcherSelectionImpl(Table<T> table, Fetcher<T> fetcher) -
方法概要
修饰符和类型方法说明voidaccept(@NotNull AstVisitor visitor) @Nullable Function<?,?> Fetcher<?>getPath()Table<?>getTable()booleanvoidrenderTo(@NotNull SqlBuilder builder) toString()
-
构造器详细资料
-
FetcherSelectionImpl
-
FetcherSelectionImpl
-
FetcherSelectionImpl
-
FetcherSelectionImpl
-
FetcherSelectionImpl
public FetcherSelectionImpl(PropExpression.Embedded<?> embeddedPropExpression, Fetcher<?> fetcher, @Nullable @Nullable Function<?, ?> converter)
-
-
方法详细资料
-
getTable
-
getPath
- 指定者:
getPath在接口中FetcherSelection<T>
-
getEmbeddedPropExpression
- 指定者:
getEmbeddedPropExpression在接口中FetcherSelection<T>
-
getFetcher
- 指定者:
getFetcher在接口中FetcherSelection<T>
-
getConverter
- 指定者:
getConverter在接口中FetcherSelection<T>
-
accept
-
renderTo
-
hasVirtualPredicate
public boolean hasVirtualPredicate()- 指定者:
hasVirtualPredicate在接口中Ast
-
resolveVirtualPredicate
- 指定者:
resolveVirtualPredicate在接口中Ast
-
toString
-