类的使用
tech.codingless.core.plugs.mybaties3.annotation.OrderTypeEnum
-
使用OrderTypeEnum的程序包 程序包 说明 tech.codingless.core.plugs.mybaties3 tech.codingless.core.plugs.mybaties3.annotation tech.codingless.core.plugs.mybaties3.helper -
-
tech.codingless.core.plugs.mybaties3中OrderTypeEnum的使用
参数类型为OrderTypeEnum的tech.codingless.core.plugs.mybaties3中的方法 修饰符和类型 方法 说明 List<T>GenericQueryDao. findByExample(Class<T> clazz, ColumnSelector<T> columns, T example, String orderColumn, OrderTypeEnum orderType, Integer size, Integer offset)List<T>GenericQueryDAOImpl. findByExample(Class<T> clazz, ColumnSelector<T> columns, T example, String orderColumn, OrderTypeEnum orderType, Integer limit, Integer offset)PageRollResult<T>DBBaseGenericService. rollPage(ColumnSelector<T> columns, QueryConditionWrapper<T> wrapper, SerializableFunction<T,Object> sortColumn, OrderTypeEnum orderType, Integer size, Integer page)PageRollResult<T>DBBaseGenericServiceImpl. rollPage(ColumnSelector<T> columns, QueryConditionWrapper<T> wrapper, SerializableFunction<T,Object> sortColumn, OrderTypeEnum orderType, Integer size, Integer page)List<T>DBBaseGenericService. select(ColumnSelector<T> columns, QueryConditionWrapper<T> wrapper, SerializableFunction<T,Object> sortColumn, OrderTypeEnum orderType, int offset, int limit)多条件,指定返回列,可排序的单表查询List<T>DBBaseGenericServiceImpl. select(ColumnSelector<T> columns, QueryConditionWrapper<T> wrapper, SerializableFunction<T,Object> orderColumn, OrderTypeEnum orderType, int offset, int limit)List<T>GenericQueryDao. select(Class<T> entityClass, ColumnSelector<T> columns, QueryConditionWrapper<T> wrapper, SerializableFunction<T,Object> sortColumn, OrderTypeEnum orderType, int offset, int limit)List<T>GenericQueryDAOImpl. select(Class<T> entityClass, ColumnSelector<T> columns, QueryConditionWrapper<T> wrapper, SerializableFunction<T,Object> orderColumn, OrderTypeEnum orderType, int offset, int limit) -
tech.codingless.core.plugs.mybaties3.annotation中OrderTypeEnum的使用
返回OrderTypeEnum的tech.codingless.core.plugs.mybaties3.annotation中的方法 修饰符和类型 方法 说明 static OrderTypeEnumOrderTypeEnum. valueOf(String name)返回带有指定名称的该类型的枚举常量。static OrderTypeEnum[]OrderTypeEnum. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。 -
tech.codingless.core.plugs.mybaties3.helper中OrderTypeEnum的使用
参数类型为OrderTypeEnum的tech.codingless.core.plugs.mybaties3.helper中的方法 修饰符和类型 方法 说明 static CommonSQLHelper.ExecuteSqlCommonSQLHelper. genSelectSqlSkipNullProperties(String companyId, BaseDO entity, String orderColumn, OrderTypeEnum orderType, Integer limit, Integer offset)
-