Uses of Class
com.github.yulichang.extension.kt.KtLambdaWrapper
Packages that use KtLambdaWrapper
-
Uses of KtLambdaWrapper in com.github.yulichang.extension.kt
Methods in com.github.yulichang.extension.kt that return KtLambdaWrapperModifier and TypeMethodDescriptionKtLambdaWrapper.distinct()sql去重 select distinctKtLambdaWrapper.getChildren()protected KtLambdaWrapper<T>KtLambdaWrapper.instance()用于生成嵌套 sqlprotected KtLambdaWrapper<T>protected KtLambdaWrapper<T>KtLambdaWrapper.instanceEmpty()final KtLambdaWrapper<T>KtLambdaWrapper.select(kotlin.reflect.KProperty<?>... columns) 设置查询字段KtLambdaWrapper.selectAll()KtLambdaWrapper.selectFunc(String sql, MFunction<FuncArgs> column, String alias) KtLambdaWrapper.selectSub(Class<?> clazz, String st, Consumer<KtLambdaWrapper<?>> consumer, String alias) 子查询KtLambdaWrapper.selectSub(Class<?> clazz, Consumer<KtLambdaWrapper<?>> consumer, kotlin.reflect.KProperty<?> alias) 子查询<E,F> KtLambdaWrapper<T> KtLambdaWrapper.selectSub(Class<E> clazz, String st, Consumer<KtLambdaWrapper<?>> consumer, kotlin.reflect.KProperty<?> alias) final KtLambdaWrapper<T>KtLambdaWrapper.union(KtLambdaWrapper<?>... wrappers) Deprecated.union 不支持子查询<U> KtLambdaWrapper<T>KtLambdaWrapper.union(Class<U> clazz, Consumer<KtLambdaWrapper<U>> consumer) unionfinal KtLambdaWrapper<T>KtLambdaWrapper.unionAll(KtLambdaWrapper<?>... wrappers) Deprecated.union 不支持子查询<U> KtLambdaWrapper<T>KtLambdaWrapper.unionAll(Class<U> clazz, Consumer<KtLambdaWrapper<U>> consumer) unionMethods in com.github.yulichang.extension.kt with parameters of type KtLambdaWrapperModifier and TypeMethodDescriptionfinal KtLambdaWrapper<T>KtLambdaWrapper.union(KtLambdaWrapper<?>... wrappers) Deprecated.union 不支持子查询final KtLambdaWrapper<T>KtLambdaWrapper.unionAll(KtLambdaWrapper<?>... wrappers) Deprecated.union 不支持子查询Method parameters in com.github.yulichang.extension.kt with type arguments of type KtLambdaWrapperModifier and TypeMethodDescriptionKtLambdaWrapper.selectSub(Class<?> clazz, String st, Consumer<KtLambdaWrapper<?>> consumer, String alias) 子查询KtLambdaWrapper.selectSub(Class<?> clazz, Consumer<KtLambdaWrapper<?>> consumer, kotlin.reflect.KProperty<?> alias) 子查询<E,F> KtLambdaWrapper<T> KtLambdaWrapper.selectSub(Class<E> clazz, String st, Consumer<KtLambdaWrapper<?>> consumer, kotlin.reflect.KProperty<?> alias) <U> KtLambdaWrapper<T>KtLambdaWrapper.union(Class<U> clazz, Consumer<KtLambdaWrapper<U>> consumer) union<U> KtLambdaWrapper<T>KtLambdaWrapper.unionAll(Class<U> clazz, Consumer<KtLambdaWrapper<U>> consumer) union -
Uses of KtLambdaWrapper in com.github.yulichang.extension.kt.toolkit
Methods in com.github.yulichang.extension.kt.toolkit that return KtLambdaWrapperModifier and TypeMethodDescriptionstatic <T> KtLambdaWrapper<T>KtWrappers.kt(User.class)static <T> KtLambdaWrapper<T>KtWrappers.kt("t", User.class)static <T> KtLambdaWrapper<T>KtWrappers.kt("t", user)static <T> KtLambdaWrapper<T>KtWrappers.query(T entity) KtWrappers.kt(user)Methods in com.github.yulichang.extension.kt.toolkit with parameters of type KtLambdaWrapperModifier and TypeMethodDescriptionstatic StringKtWrapperUtils.buildSubSqlByWrapper(Class<?> clazz, KtLambdaWrapper<?> wrapper, String alias) static StringKtWrapperUtils.buildUnionSqlByWrapper(Class<?> clazz, KtLambdaWrapper<?> wrapper)