Uses of Class
com.github.yulichang.wrapper.segments.SelectCache
Packages that use SelectCache
Package
Description
-
Uses of SelectCache in com.github.yulichang.extension.apt
Methods in com.github.yulichang.extension.apt that return SelectCache -
Uses of SelectCache in com.github.yulichang.extension.apt.interfaces
Method parameters in com.github.yulichang.extension.apt.interfaces with type arguments of type SelectCacheModifier and TypeMethodDescriptiondefault <E> ChildrenQuery.selectFilter(BaseColumn<E> baseColumn, Predicate<SelectCache> predicate) 过滤查询的字段信息 -
Uses of SelectCache in com.github.yulichang.extension.apt.resultmap
Method parameters in com.github.yulichang.extension.apt.resultmap with type arguments of type SelectCacheModifier and TypeMethodDescriptionMybatisLabel.Builder.filter(Predicate<SelectCache> predicate) 映射实体字段过滤(含主键)MybatisLabelFree.Builder.filter(BaseColumn<E> baseColumn, Predicate<SelectCache> predicate) 映射实体字段过滤(含主键)Constructors in com.github.yulichang.extension.apt.resultmap with parameters of type SelectCacheModifierConstructorDescriptionBuilder(boolean isId, BaseColumn<?> baseColumn, SelectCache selectCache) Builder(boolean isId, Column column, SelectCache selectCache) -
Uses of SelectCache in com.github.yulichang.extension.kt
Methods in com.github.yulichang.extension.kt that return SelectCacheModifier and TypeMethodDescriptionprotected SelectCacheKtAbstractLambdaWrapper.getCache(kotlin.reflect.KProperty<?> fn) -
Uses of SelectCache in com.github.yulichang.extension.kt.interfaces
Method parameters in com.github.yulichang.extension.kt.interfaces with type arguments of type SelectCacheModifier and TypeMethodDescriptiondefault ChildrenQuery.selectFilter(Class<?> entityClass, Predicate<SelectCache> predicate) 过滤查询的字段信息 -
Uses of SelectCache in com.github.yulichang.extension.kt.resultmap
Method parameters in com.github.yulichang.extension.kt.resultmap with type arguments of type SelectCacheModifier and TypeMethodDescriptionMybatisLabel.Builder.filter(Predicate<SelectCache> predicate) 映射实体字段过滤(含主键)MybatisLabelFree.Builder.filter(Class<?> entityClass, Predicate<SelectCache> predicate) 映射实体字段过滤(含主键)MybatisLabelFree.Builder.filter(String prefix, Class<?> entityClass, Predicate<SelectCache> predicate) 映射实体字段过滤(含主键)Constructors in com.github.yulichang.extension.kt.resultmap with parameters of type SelectCache -
Uses of SelectCache in com.github.yulichang.toolkit.support
Methods in com.github.yulichang.toolkit.support that return types with arguments of type SelectCacheModifier and TypeMethodDescriptionstatic List<SelectCache>ColumnCache.getListField(Class<?> clazz) static Map<String,SelectCache> ColumnCache.getMapField(Class<?> clazz) -
Uses of SelectCache in com.github.yulichang.wrapper
Methods in com.github.yulichang.wrapper that return SelectCacheModifier and TypeMethodDescriptionprotected SelectCacheJoinAbstractLambdaWrapper.getCache(com.baomidou.mybatisplus.core.toolkit.support.SFunction<?, ?> fn) -
Uses of SelectCache in com.github.yulichang.wrapper.interfaces
Method parameters in com.github.yulichang.wrapper.interfaces with type arguments of type SelectCacheModifier and TypeMethodDescriptiondefault <E> ChildrenQuery.selectFilter(Class<E> entityClass, Predicate<SelectCache> predicate) 过滤查询的字段信息 -
Uses of SelectCache in com.github.yulichang.wrapper.resultmap
Methods in com.github.yulichang.wrapper.resultmap that return SelectCacheMethod parameters in com.github.yulichang.wrapper.resultmap with type arguments of type SelectCacheModifier and TypeMethodDescriptionMybatisLabel.Builder.filter(Predicate<SelectCache> predicate) 映射实体字段过滤(含主键)MybatisLabelFree.Builder.filter(Class<E> entityClass, Predicate<SelectCache> predicate) 映射实体字段过滤(含主键)MybatisLabelFree.Builder.filter(String prefix, Class<E> entityClass, Predicate<SelectCache> predicate) 映射实体字段过滤(含主键)Constructors in com.github.yulichang.wrapper.resultmap with parameters of type SelectCache -
Uses of SelectCache in com.github.yulichang.wrapper.segments
Constructors in com.github.yulichang.wrapper.segments with parameters of type SelectCacheModifierConstructorDescriptionSelectAlias(SelectCache cache, Integer index, String alias, boolean hasTableAlias, String tableAlias) SelectApt(SelectCache cache, BaseColumn<?> baseColumn) select(col)SelectApt(SelectCache cache, Column column) select(col)SelectApt(SelectCache cache, Column column, BaseFuncEnum baseFuncEnum, String alias) select(()->"", col)SelectApt(SelectCache cache, Column column, String alias) selectAs(col,alias)SelectFunc(SelectCache cache, Integer index, String alias, BaseFuncEnum func, boolean hasTableAlias, String tableAlias) SelectLabel(SelectCache cache, Integer index, Class<?> tagClass, boolean hasTableAlias, String tableAlias, BaseColumn<?> baseColumn) SelectLabel(SelectCache cache, Integer index, Class<?> tagClass, String column, boolean hasTableAlias, String tableAlias, BaseColumn<?> baseColumn) SelectNormal(SelectCache cache, Integer index, boolean hasTableAlias, String tableAlias)