类 Example.Builder
- java.lang.Object
-
- tk.mybatis.mapper.entity.Example.Builder
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Map<String,EntityColumn>propertyMapprotected EntityTabletable
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Example.BuilderandWhere(SqlsCriteria sqls)Example.BuilderandWhere(Sqls sqls)Examplebuild()Example.Builderdistinct()Example.BuilderforUpdate()Example.Builderfrom(String tableName)Example.BuildernotSelect(String... properties)Example.BuilderorderBy(String... properties)Example.BuilderorderByAsc(String... properties)Example.BuilderorderByDesc(String... properties)Example.BuilderorWhere(SqlsCriteria sqls)Example.BuilderorWhere(Sqls sqls)Example.Builderselect(String... properties)Example.BuilderselectDistinct(String... properties)Example.BuildersetDistinct(boolean distinct)Example.BuildersetForUpdate(boolean forUpdate)Example.BuildersetTableName(String tableName)Example.Builderwhere(SqlsCriteria sqls)Example.Builderwhere(Sqls sqls)
-
-
-
字段详细资料
-
table
protected EntityTable table
-
propertyMap
protected Map<String,EntityColumn> propertyMap
-
-
方法详细资料
-
distinct
public Example.Builder distinct()
-
forUpdate
public Example.Builder forUpdate()
-
selectDistinct
public Example.Builder selectDistinct(String... properties)
-
select
public Example.Builder select(String... properties)
-
notSelect
public Example.Builder notSelect(String... properties)
-
from
public Example.Builder from(String tableName)
-
where
public Example.Builder where(Sqls sqls)
-
where
public Example.Builder where(SqlsCriteria sqls)
-
andWhere
public Example.Builder andWhere(Sqls sqls)
-
andWhere
public Example.Builder andWhere(SqlsCriteria sqls)
-
orWhere
public Example.Builder orWhere(Sqls sqls)
-
orWhere
public Example.Builder orWhere(SqlsCriteria sqls)
-
orderBy
public Example.Builder orderBy(String... properties)
-
orderByAsc
public Example.Builder orderByAsc(String... properties)
-
orderByDesc
public Example.Builder orderByDesc(String... properties)
-
build
public Example build()
-
setDistinct
public Example.Builder setDistinct(boolean distinct)
-
setForUpdate
public Example.Builder setForUpdate(boolean forUpdate)
-
setTableName
public Example.Builder setTableName(String tableName)
-
-