Uses of Class
com.github.yulichang.extension.kt.resultmap.MybatisLabel.Builder
Packages that use MybatisLabel.Builder
Package
Description
-
Uses of MybatisLabel.Builder in com.github.yulichang.extension.kt.interfaces
Method parameters in com.github.yulichang.extension.kt.interfaces with type arguments of type MybatisLabel.BuilderModifier and TypeMethodDescriptiondefault ChildrenQueryLabel.selectAssociation(Class<?> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<?, ?>> collection) 对一查询 用法参考 selectCollectiondefault ChildrenQueryLabel.selectAssociation(String prefix, Class<?> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<?, ?>> collection) default ChildrenQueryLabel.selectCollection(Class<?> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<?, ?>> collection) 一对多查询 调用此方法发必需要调用对应的 left join / right join ...default ChildrenQueryLabel.selectCollection(String prefix, Class<?> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<?, ?>> collection) -
Uses of MybatisLabel.Builder in com.github.yulichang.extension.kt.resultmap
Methods in com.github.yulichang.extension.kt.resultmap that return MybatisLabel.BuilderModifier and TypeMethodDescriptionMybatisLabel.Builder.all()映射实体全部字段<A> MybatisLabel.Builder<E,T> MybatisLabel.Builder.association(Class<A> child, kotlin.reflect.KProperty<?> dtoField) <A,B> MybatisLabel.Builder<E, T> MybatisLabel.Builder.association(Class<A> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<A, B>> collection) <A,B> MybatisLabel.Builder<E, T> MybatisLabel.Builder.association(String index, Class<A> child, kotlin.reflect.KProperty<?> dtoField) 嵌套<A,B> MybatisLabel.Builder<E, T> MybatisLabel.Builder.association(String index, Class<A> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<A, B>> collection) 嵌套<A,B> MybatisLabel.Builder<E, T> MybatisLabel.Builder.association(kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabelFree.Builder<B>> collection) 嵌套<A,R, B extends Collection<R>>
MybatisLabel.Builder<E,T> MybatisLabel.Builder.collection(Class<A> entityClass, kotlin.reflect.KProperty<?> func) <A,R> MybatisLabel.Builder<E, T> MybatisLabel.Builder.collection(Class<A> entityClass, kotlin.reflect.KProperty<?> func, MFunction<MybatisLabel.Builder<A, R>> mFunc) MybatisLabel.Builder.collection(String prefix, Class<?> entityClass, kotlin.reflect.KProperty<?> func) 嵌套<A,R> MybatisLabel.Builder<E, T> MybatisLabel.Builder.collection(String prefix, Class<A> entityClass, kotlin.reflect.KProperty<?> func, MFunction<MybatisLabel.Builder<A, R>> mFunc) 嵌套<A,R> MybatisLabel.Builder<E, T> MybatisLabel.Builder.collection(kotlin.reflect.KProperty<?> func, MFunction<MybatisLabelFree.Builder<R>> mFunc) 嵌套MybatisLabel.Builder.filter(Predicate<SelectCache> predicate) 映射实体字段过滤(含主键)MybatisLabel.Builder.id(kotlin.reflect.KProperty<?> entity) MybatisLabel.Builder.id(kotlin.reflect.KProperty<?> entity, kotlin.reflect.KProperty<?> tag) MybatisLabel.Builder.result(kotlin.reflect.KProperty<?> entity) MybatisLabel.Builder.result(kotlin.reflect.KProperty<?> entity, kotlin.reflect.KProperty<?> tag) Method parameters in com.github.yulichang.extension.kt.resultmap with type arguments of type MybatisLabel.BuilderModifier and TypeMethodDescription<A,B> MybatisLabel.Builder<E, T> MybatisLabel.Builder.association(Class<A> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<A, B>> collection) <A,B> MybatisLabel.Builder<E, T> MybatisLabel.Builder.association(String index, Class<A> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<A, B>> collection) 嵌套MybatisLabelFree.Builder.association(Class<?> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<?, ?>> collection) MybatisLabelFree.Builder.association(String index, Class<?> child, kotlin.reflect.KProperty<?> dtoField, MFunction<MybatisLabel.Builder<?, ?>> collection) 嵌套<A,R> MybatisLabel.Builder<E, T> MybatisLabel.Builder.collection(Class<A> entityClass, kotlin.reflect.KProperty<?> func, MFunction<MybatisLabel.Builder<A, R>> mFunc) <A,R> MybatisLabel.Builder<E, T> MybatisLabel.Builder.collection(String prefix, Class<A> entityClass, kotlin.reflect.KProperty<?> func, MFunction<MybatisLabel.Builder<A, R>> mFunc) 嵌套MybatisLabelFree.Builder.collection(Class<?> entityClass, kotlin.reflect.KProperty<?> func, MFunction<MybatisLabel.Builder<?, ?>> mFunc) MybatisLabelFree.Builder.collection(String prefix, Class<?> entityClass, kotlin.reflect.KProperty<?> func, MFunction<MybatisLabel.Builder<?, ?>> mFunc) 嵌套