Uses of Class
com.github.yulichang.extension.kt.resultmap.MybatisLabelFree.Builder
Packages that use MybatisLabelFree.Builder
Package
Description
-
Uses of MybatisLabelFree.Builder in com.github.yulichang.extension.kt.interfaces
Method parameters in com.github.yulichang.extension.kt.interfaces with type arguments of type MybatisLabelFree.BuilderModifier and TypeMethodDescriptiondefault ChildrenQueryLabel.selectAssociation(kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabelFree.Builder<?>> collection) default ChildrenQueryLabel.selectCollection(kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabelFree.Builder<?>> collection) -
Uses of MybatisLabelFree.Builder in com.github.yulichang.extension.kt.resultmap
Methods in com.github.yulichang.extension.kt.resultmap that return MybatisLabelFree.BuilderModifier and TypeMethodDescriptionMybatisLabelFree.Builder.association(Class<?> child, kotlin.reflect.KProperty<?> dtoField) MybatisLabelFree.Builder.association(Class<?> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<?, ?>> collection) MybatisLabelFree.Builder.association(String index, Class<?> child, kotlin.reflect.KProperty<?> dtoField) 嵌套MybatisLabelFree.Builder.association(String index, Class<?> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<?, ?>> collection) 嵌套MybatisLabelFree.Builder.collection(Class<?> entityClass, kotlin.reflect.KProperty<?> func) MybatisLabelFree.Builder.collection(Class<?> entityClass, kotlin.reflect.KProperty<?> func, MFunction<MybatisLabel.Builder<?, ?>> mFunc) MybatisLabelFree.Builder.collection(String prefix, Class<?> entityClass, kotlin.reflect.KProperty<?> func) 嵌套MybatisLabelFree.Builder.collection(String prefix, Class<?> entityClass, kotlin.reflect.KProperty<?> func, MFunction<MybatisLabel.Builder<?, ?>> mFunc) 嵌套MybatisLabelFree.Builder.collection(kotlin.reflect.KProperty<?> func, MFunction<MybatisLabelFree.Builder<?>> mFunc) MybatisLabelFree.Builder.filter(Class<?> entityClass, Predicate<SelectCache> predicate) 映射实体字段过滤(含主键)MybatisLabelFree.Builder.filter(String prefix, Class<?> entityClass, Predicate<SelectCache> predicate) 映射实体字段过滤(含主键)MybatisLabelFree.Builder.id(String index, kotlin.reflect.KProperty<?> entity, kotlin.reflect.KProperty<?> tag) MybatisLabelFree.Builder.id(kotlin.reflect.KProperty<?> entity) MybatisLabelFree.Builder.id(kotlin.reflect.KProperty<?> entity, kotlin.reflect.KProperty<?> tag) MybatisLabelFree.Builder.result(String index, kotlin.reflect.KProperty<?> entity, kotlin.reflect.KProperty<?> tag) MybatisLabelFree.Builder.result(kotlin.reflect.KProperty<?> entity) MybatisLabelFree.Builder.result(kotlin.reflect.KProperty<?> entity, kotlin.reflect.KProperty<?> tag) Method parameters in com.github.yulichang.extension.kt.resultmap with type arguments of type MybatisLabelFree.BuilderModifier and TypeMethodDescription<A,B> MybatisLabel.Builder<E, T> MybatisLabel.Builder.association(kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabelFree.Builder<B>> collection) 嵌套<A,R> MybatisLabel.Builder<E, T> MybatisLabel.Builder.collection(kotlin.reflect.KProperty<?> func, MFunction<MybatisLabelFree.Builder<R>> mFunc) 嵌套MybatisLabelFree.Builder.collection(kotlin.reflect.KProperty<?> func, MFunction<MybatisLabelFree.Builder<?>> mFunc)