Uses of Class
com.github.yulichang.extension.apt.AptAbstractWrapper
Packages that use AptAbstractWrapper
Package
Description
-
Uses of AptAbstractWrapper in com.github.yulichang.extension.apt
Classes in com.github.yulichang.extension.apt with type parameters of type AptAbstractWrapperModifier and TypeClassDescriptionclassAptAbstractWrapper<T,Children extends AptAbstractWrapper<T, Children>> 参考AbstractLambdaWrapperSubclasses of AptAbstractWrapper in com.github.yulichang.extension.aptMethod parameters in com.github.yulichang.extension.apt with type arguments of type AptAbstractWrapperModifier and TypeMethodDescription<R> ChildrenAptAbstractWrapper.join(String keyWord, BaseColumn<R> baseColumn, MFunction<AptAbstractWrapper<T, ?>> function) 内部调用, 不建议使用 -
Uses of AptAbstractWrapper in com.github.yulichang.extension.apt.interfaces
Method parameters in com.github.yulichang.extension.apt.interfaces with type arguments of type AptAbstractWrapperModifier and TypeMethodDescriptiondefault <T> ChildrenQueryJoin.innerJoin(BaseColumn<T> clazz, MFunction<AptAbstractWrapper<Entity, ?>> function) ignore 参考 left join<T> ChildrenQueryJoin.join(String keyWord, BaseColumn<T> clazz, MFunction<AptAbstractWrapper<Entity, ?>> function) 内部使用, 不建议直接调用default <T> ChildrenQueryJoin.leftJoin(BaseColumn<T> clazz, MFunction<AptAbstractWrapper<Entity, ?>> function) left join 多条件default <T> ChildrenQueryJoin.rightJoin(BaseColumn<T> clazz, MFunction<AptAbstractWrapper<Entity, ?>> function) ignore 参考 left join