接口 MybatisBaseService<T extends BaseEntity<PK>,​E,​PK extends Serializable,​M extends BaseMapper<T,​E,​PK>>

    • 方法详细资料

      • queryByPrimaryKey

        T queryByPrimaryKey​(PK id)
      • queryByExample

        List<T> queryByExample​(E e)
      • queryPageByExample

        com.github.pagehelper.Page<T> queryPageByExample​(E e)
      • queryAll

        List<T> queryAll()
      • removeByPrimaryKey

        void removeByPrimaryKey​(PK id)
      • save

        void save​(T t)
      • saveSelective

        void saveSelective​(T t)
      • modifyByPrimaryKey

        void modifyByPrimaryKey​(T t)
      • modifyByPrimaryKeySelective

        void modifyByPrimaryKeySelective​(T t)
      • getMapper

        M getMapper()