Class UList

All Implemented Interfaces:
AoBinder<UList>

public class UList extends AbstractUtil<UList>
工具类 1. 只支持集合结果,包括分页专用结果 2. 支持 SELECT 返回搜索结果 3. 连接查询引擎做细粒度查询 4. 返回结果必须是固定格式: [] 数组格式
  • Method Details

    • create

      public static UList create()
    • fetchByIds

      public <ID> io.modello.specification.HRecord[] fetchByIds(ID... ids)
    • fetchAll

      public io.modello.specification.HRecord[] fetchAll()