Uses of Enum Class
com.imyeyu.spring.mapper.BaseMapper.OrderType
Packages that use BaseMapper.OrderType
-
Uses of BaseMapper.OrderType in com.imyeyu.spring.bean
Fields in com.imyeyu.spring.bean with type parameters of type BaseMapper.OrderTypeModifier and TypeFieldDescriptionprotected LinkedHashMap<String, BaseMapper.OrderType> Page.orderMap排序字段映射Methods in com.imyeyu.spring.bean that return types with arguments of type BaseMapper.OrderTypeMethods in com.imyeyu.spring.bean with parameters of type BaseMapper.OrderTypeModifier and TypeMethodDescriptionvoidPage.addOrder(String field, BaseMapper.OrderType orderType) 添加排序字段Method parameters in com.imyeyu.spring.bean with type arguments of type BaseMapper.OrderTypeModifier and TypeMethodDescriptionvoidPage.setOrderMap(LinkedHashMap<String, BaseMapper.OrderType> orderMap) 排序字段映射 -
Uses of BaseMapper.OrderType in com.imyeyu.spring.mapper
Methods in com.imyeyu.spring.mapper that return BaseMapper.OrderTypeModifier and TypeMethodDescriptionstatic BaseMapper.OrderTypeReturns the enum constant of this class with the specified name.static BaseMapper.OrderType[]BaseMapper.OrderType.values()Returns an array containing the constants of this enum class, in the order they are declared.