类 Example


  • public class Example
    extends Object
    • 字段详细资料

      • orderByClause

        protected String orderByClause
      • distinct

        protected boolean distinct
      • offset

        protected Long offset
      • pageSize

        protected Integer pageSize
      • entityClass

        protected Class<?> entityClass
        实体对象的类型
    • 方法详细资料

      • clear

        public void clear()
      • createCriteriaInternal

        protected Criteria createCriteriaInternal​(Example example)