Uses of Class
io.mybatis.mapper.example.Example.Order
-
Packages that use Example.Order Package Description io.mybatis.mapper.example -
-
Uses of Example.Order in io.mybatis.mapper.example
Methods in io.mybatis.mapper.example that return Example.Order Modifier and Type Method Description static Example.OrderExample.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static Example.Order[]Example.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.mybatis.mapper.example with parameters of type Example.Order Modifier and Type Method Description Example<T>Example. orderBy(Fn<T,Object> fn, Example.Order order)通过方法引用方式设置排序字段ExampleWrapper<T,I>ExampleWrapper. orderBy(Fn<T,Object> fn, Example.Order order)通过方法引用方式设置排序字段
-