Class LicenseExample
- java.lang.Object
-
- io.dataease.plugins.common.base.domain.LicenseExample
-
public class LicenseExample extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLicenseExample.CriteriaThis class was generated by MyBatis Generator.static classLicenseExample.CriterionThis class was generated by MyBatis Generator.protected static classLicenseExample.GeneratedCriteriaThis class was generated by MyBatis Generator.
-
Field Summary
Fields Modifier and Type Field Description protected booleandistinctThis field was generated by MyBatis Generator.protected StringorderByClauseThis field was generated by MyBatis Generator.protected List<LicenseExample.Criteria>oredCriteriaThis field was generated by MyBatis Generator.
-
Constructor Summary
Constructors Constructor Description LicenseExample()This method was generated by MyBatis Generator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()This method was generated by MyBatis Generator.LicenseExample.CriteriacreateCriteria()This method was generated by MyBatis Generator.protected LicenseExample.CriteriacreateCriteriaInternal()This method was generated by MyBatis Generator.StringgetOrderByClause()This method was generated by MyBatis Generator.List<LicenseExample.Criteria>getOredCriteria()This method was generated by MyBatis Generator.booleanisDistinct()This method was generated by MyBatis Generator.LicenseExample.Criteriaor()This method was generated by MyBatis Generator.voidor(LicenseExample.Criteria criteria)This method was generated by MyBatis Generator.voidsetDistinct(boolean distinct)This method was generated by MyBatis Generator.voidsetOrderByClause(String orderByClause)This method was generated by MyBatis Generator.
-
-
-
Field Detail
-
orderByClause
protected String orderByClause
This field was generated by MyBatis Generator. This field corresponds to the database table license
-
distinct
protected boolean distinct
This field was generated by MyBatis Generator. This field corresponds to the database table license
-
oredCriteria
protected List<LicenseExample.Criteria> oredCriteria
This field was generated by MyBatis Generator. This field corresponds to the database table license
-
-
Method Detail
-
setOrderByClause
public void setOrderByClause(String orderByClause)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
getOrderByClause
public String getOrderByClause()
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
setDistinct
public void setDistinct(boolean distinct)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
isDistinct
public boolean isDistinct()
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
getOredCriteria
public List<LicenseExample.Criteria> getOredCriteria()
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
or
public void or(LicenseExample.Criteria criteria)
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
or
public LicenseExample.Criteria or()
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
createCriteria
public LicenseExample.Criteria createCriteria()
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
createCriteriaInternal
protected LicenseExample.Criteria createCriteriaInternal()
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
clear
public void clear()
This method was generated by MyBatis Generator. This method corresponds to the database table license
-
-