zoukankan      html  css  js  c++  java
  • temp for @青 @雨

    4层方法

    IBaseController  BaseControllerImpl IBaseService BaseServiceImpl  IBaseComponent   IBaseComponentImpl  IBaseRepository BaseRepositoryImpl

     /findPagination

    findPagination(Map<String, Object> parameters,

    Integer from,

    Integer limit,

    String sorting

    )

    /findPagination

    findPagination(Map<String, Object> parameters,

    Integer from,

    Integer limit,

    String sorting

    )

    /findPagination

    findPagination(Map<String, Object> parameters,

    Integer from,

    Integer limit,

    String sorting

    )

     /findPagination

    findPagination(Map<String, Object> parameters,

    Integer from,

    Integer limit,

    String sorting

    )

    findPagination(String condition,

    Integer from,

    Integer limit,

    String sorting ,

    Map<String, Object> parameters)

    findPagination(String condition,

    Integer from,

    Integer limit,

    String sorting ,

    Map<String, Object> parameters)

    findCountByCondition(condition, parameters)

    listByCondition(condition, parameters, from, limit)

    findCountByCondition(condition, parameters)

    listByCondition(condition, parameters, from, limit)

     /findById

    findById

    /findById

    findById

    /findById

    findById

     /findById

    findById

     findById  findById  findById  findById

     /deleteById

    deleteById

    /deleteById

    deleteById

     

    /deleteById

    deleteById

     /deleteById

    deleteById

     deleteById  deleteById  deleteByPk  deleteByPk

     /saveMap

    saveMap

    /saveMap

    saveMap

    /saveMap

    saveMap

     /saveMap

    saveMap

     

    insert(entity)

    delete(entity)

    update(entity)

     

    insert(entity)

    delete(entity)

    update(entity)

     

    insert(entity)

    delete(entity)

    update(entity)

     

    insert(entity)

    delete(entity)

    update(entity)

     

    /insert

    insert

     

     /insert

    insert

     insert  insert(entity)   insert(entity)   insert

     /getEntitysByIds

    getEntitysByIds

    /getEntitysByIds

    getEntitysByIds

     /getEntitysByIds

    getEntitysByPrimaryKey

     /@StdRequestMapping未添加

    getEntitysByPrimaryKey

     getEntitysByPrimaryKey getEntitysByPrimaryKey(P[] pks)  getEntitysByPrimaryKey getEntitysByPrimaryKey(P[] pks) 

     /save

    save

     /save

    save

    /saveEntity

    saveEntity

     /saveEntity

    saveEntity

     

    insert(entity)

    delete(entity)

    update(entity)

     

    insert(entity)

    delete(entity)

    update(entity)

    insert(entity)

    delete(entity)

    update(entity)

     

    insert(entity)

    delete(entity)

    update(entity)

       

     /saveMapAll

    saveMapAll

    for循环使用saveMap

     /saveMapAll

    saveMapAll

    for循环使用saveMap

     

    insert(entity)

    delete(entity)

    update(entity)

     

    insert(entity)

    delete(entity)

    update(entity)

     

    insert(entity)

    delete(entity)

    update(entity)

     

    insert(entity)

    delete(entity)

    update(entity)

       

    /insertAll

    insertAll

     /insertAll

    insertAll

     insertAll

    insertAll(List<T> paramList)

     insertAll  insertAll
       

    /insertOrUpdate

    insertOrUpdate

     /insertOrUpdate

    insertOrUpdate

     insertOrUpdate insertOrUpdate(T paramT)

     findById

    update

    insert

     insertOrUpdate
       

    /deleteEntity

    delete

     /deleteEntity

    delete

     delete delete(entity)  delete delete 
       

    /deleteByIds

    deleteByIds

     /deleteByIds

    deleteByIds

     deleteById deleteById(primaryKey)  deleteById  deleteByPk
       

    /update

    update

     /update

    update

     update  update(T paramT)  update  update
       

    /updateAll

    updateAll

     /updateAll

    updateAll

     updateAll  updateAll(List<T> paramList)  updateAll  updateAll
             deleteAll  deleteAll  deleteAll   deleteAll
            getAll  getAll    findAllById
            getPrimaryKey  getPrimaryKey    getPrimaryKey
                   insertOrUpdateAll
            flush  flush    getEntityName
            createInstance  createInstance    firstResult
                  deleteByCondition
                  flush
                  findByCondition 2种
                  getEntityType
                  findCountByCondition
                  getPrimaryKeyType
                  listByCondition 3种
                   
                   
       

    /search

    search

              clear
  • 相关阅读:
    oracle查看字符集和修改字符集
    oracle11g 使用数据泵导出导入数据
    Oracle 11G在用EXP 导出时,空表不能导出解决
    帮助小伙伴写的组装xml字符串类
    GCD-01
    UITableViewCell-03
    UITableViewCell-02
    iOS代理-03
    UITableViewCell-01
    iOS代理-02
  • 原文地址:https://www.cnblogs.com/whatlonelytear/p/11135427.html
Copyright © 2011-2022 走看看