public class FrameworkAttributes
extends com.github.fartherp.codegenerator.db.AbstractAttributes
ATTR_BASE_COLUMN_EQUAL_ID, ATTR_BASE_COLUMN_LIKE_ID, ATTR_BASE_COLUMN_LIST_ID, ATTR_BASE_RESULT_MAP_ID, ATTR_BLOB_COLUMN_LIST_ID, ATTR_COUNT_BY_EXAMPLE_STATEMENT_ID, ATTR_COUNT_BY_STATEMENT_ID, ATTR_DELETE_BY_EXAMPLE_STATEMENT_ID, ATTR_DELETE_BY_PRIMARY_KEY_STATEMENT_ID, ATTR_EXAMPLE_WHERE_CLAUSE_ID, ATTR_INSERT_BATCH_STATEMENT_ID, ATTR_INSERT_SELECTIVE_STATEMENT_ID, ATTR_INSERT_STATEMENT_ID, ATTR_MYBATIS3_UPDATE_BY_EXAMPLE_WHERE_CLAUSE_ID, ATTR_RESULT_MAP_WITH_BLOBS_ID, ATTR_SELECT_ALl_BY_STATEMENT_ID, ATTR_SELECT_BY_EXAMPLE_STATEMENT_ID, ATTR_SELECT_BY_EXAMPLE_WITH_BLOBS_STATEMENT_ID, ATTR_SELECT_BY_PRIMARY_KEY_STATEMENT_ID, ATTR_UPDATE_BY_EXAMPLE_SELECTIVE_STATEMENT_ID, ATTR_UPDATE_BY_EXAMPLE_STATEMENT_ID, ATTR_UPDATE_BY_EXAMPLE_WITH_BLOBS_STATEMENT_ID, ATTR_UPDATE_BY_PRIMARY_KEY_SELECTIVE_STATEMENT_ID, ATTR_UPDATE_BY_PRIMARY_KEY_STATEMENT_ID, ATTR_UPDATE_BY_PRIMARY_KEY_WITH_BLOBS_STATEMENT_ID, context, tableInfo, tableInfoWrapper| 构造器和说明 |
|---|
FrameworkAttributes() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
calculateModelAttributes() |
void |
calculateXmlAttributes()
计算XML属性
|
com.github.fartherp.javacode.JavaTypeInfo |
getBaseBo() |
String |
getBaseRecord() |
com.github.fartherp.javacode.JavaTypeInfo |
getBo() |
com.github.fartherp.javacode.JavaTypeInfo |
getConfigurableBaseSqlMapDao() |
com.github.fartherp.javacode.JavaTypeInfo |
getController() |
com.github.fartherp.javacode.JavaTypeInfo |
getDao() |
com.github.fartherp.javacode.JavaTypeInfo |
getDaoImpl() |
com.github.fartherp.javacode.JavaTypeInfo |
getDaoMapper() |
String |
getExampleType() |
com.github.fartherp.javacode.JavaTypeInfo |
getGenericService() |
com.github.fartherp.javacode.JavaTypeInfo |
getGenericSqlMapServiceImpl() |
com.github.fartherp.javacode.JavaTypeInfo |
getMapper() |
String |
getMyBatis3XmlMapperBaseFileName() |
String |
getMyBatis3XmlMapperFileName() |
String |
getNamespace() |
String |
getPk() |
String |
getRecordWithBLOBsType() |
com.github.fartherp.javacode.JavaTypeInfo |
getService() |
com.github.fartherp.javacode.JavaTypeInfo |
getServiceImpl() |
com.github.fartherp.javacode.JavaTypeInfo |
getSqlMapDao() |
String |
getXMLMapperPackage() |
void |
setBaseBeanPackage() |
void |
setBaseBo() |
void |
setBaseRecord(String baseRecord) |
void |
setBeanPackage() |
void |
setBo() |
void |
setConfigurableBaseSqlMapDao() |
void |
setController() |
void |
setControllerPackage() |
void |
setDao() |
void |
setDaoImpl() |
void |
setDaoImplPackage() |
void |
setDaoMapper() |
void |
setDaoPackage() |
void |
setExampleType(String exampleType) |
void |
setGenericService() |
void |
setGenericSqlMapServiceImpl() |
void |
setMapper() |
void |
setMapperPackage() |
void |
setMyBatis3XmlMapperBaseFileName(String baseMybatis3XmlMapperFileName) |
void |
setMyBatis3XmlMapperFileName(String mybatis3XmlMapperFileName) |
void |
setPk() |
void |
setRecordWithBLOBsType(String recordWithBLOBsType) |
void |
setService() |
void |
setServiceImpl() |
void |
setServiceImplPackage() |
void |
setServicePackage() |
void |
setSqlMapDao() |
void |
setXMLMapperPackage() |
calculateMyBatis3XmlMapperFileName, calculateSqlMapPackage, getBaseColumnEqual, getBaseColumnList, getBaseResultMap, getBlobColumnList, getCount, getDeleteByPrimaryKey, getExampleWhereClause, getInsert, getInsertBatch, getInsertSelective, getResultMapWithBLOBs, getSelectAll, getSelectByPrimaryKey, getUpdateByExampleWhereClause, getUpdateByPrimaryKey, getUpdateByPrimaryKeySelective, getUpdateByPrimaryKeySelectiveWithBLOBs, setTableInfoWrapperpublic void calculateModelAttributes()
calculateModelAttributes 在类中 com.github.fartherp.codegenerator.db.AbstractAttributespublic void calculateXmlAttributes()
calculateXmlAttributes 在类中 com.github.fartherp.codegenerator.db.AbstractAttributespublic void setRecordWithBLOBsType(String recordWithBLOBsType)
public String getRecordWithBLOBsType()
getRecordWithBLOBsType 在类中 com.github.fartherp.codegenerator.db.AbstractAttributespublic void setExampleType(String exampleType)
public String getExampleType()
public void setMyBatis3XmlMapperBaseFileName(String baseMybatis3XmlMapperFileName)
public String getMyBatis3XmlMapperBaseFileName()
public void setMyBatis3XmlMapperFileName(String mybatis3XmlMapperFileName)
public String getMyBatis3XmlMapperFileName()
public void setXMLMapperPackage()
public String getXMLMapperPackage()
public void setBaseBeanPackage()
public void setBeanPackage()
public void setMapperPackage()
public String getNamespace()
getNamespace 在类中 com.github.fartherp.codegenerator.db.AbstractAttributespublic void setDaoPackage()
public void setDaoImplPackage()
public void setServicePackage()
public void setServiceImplPackage()
public void setControllerPackage()
public void setBaseRecord(String baseRecord)
public String getBaseRecord()
getBaseRecord 在类中 com.github.fartherp.codegenerator.db.AbstractAttributespublic void setBaseBo()
public void setBo()
public void setDaoMapper()
public void setMapper()
public void setDao()
public void setSqlMapDao()
public void setDaoImpl()
public void setConfigurableBaseSqlMapDao()
public void setGenericService()
public void setService()
public void setGenericSqlMapServiceImpl()
public void setServiceImpl()
public void setController()
public com.github.fartherp.javacode.JavaTypeInfo getBaseBo()
public com.github.fartherp.javacode.JavaTypeInfo getBo()
getBo 在类中 com.github.fartherp.codegenerator.db.AbstractAttributespublic com.github.fartherp.javacode.JavaTypeInfo getDaoMapper()
public com.github.fartherp.javacode.JavaTypeInfo getMapper()
public com.github.fartherp.javacode.JavaTypeInfo getDao()
public com.github.fartherp.javacode.JavaTypeInfo getSqlMapDao()
public com.github.fartherp.javacode.JavaTypeInfo getDaoImpl()
public com.github.fartherp.javacode.JavaTypeInfo getConfigurableBaseSqlMapDao()
public com.github.fartherp.javacode.JavaTypeInfo getService()
public com.github.fartherp.javacode.JavaTypeInfo getGenericService()
public com.github.fartherp.javacode.JavaTypeInfo getGenericSqlMapServiceImpl()
public com.github.fartherp.javacode.JavaTypeInfo getServiceImpl()
public com.github.fartherp.javacode.JavaTypeInfo getController()
public void setPk()
public String getPk()
Copyright © 2018. All rights reserved.