类 IntrospectedTableTypescriptImpl
java.lang.Object
org.mybatis.generator.api.IntrospectedTable
net.entframework.kernel.db.generator.typescript.IntrospectedTableTypescriptImpl
public class IntrospectedTableTypescriptImpl
extends org.mybatis.generator.api.IntrospectedTable
-
嵌套类概要
从类继承的嵌套类/接口 org.mybatis.generator.api.IntrospectedTable
org.mybatis.generator.api.IntrospectedTable.InternalAttribute, org.mybatis.generator.api.IntrospectedTable.TargetRuntime -
字段概要
字段从类继承的字段 org.mybatis.generator.api.IntrospectedTable
attributes, baseColumns, blobColumns, context, fullyQualifiedTable, internalAttributes, primaryKeyColumns, remarks, rules, tableConfiguration, tableType, targetRuntime -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcalculateGenerators(List<String> warnings, org.mybatis.generator.api.ProgressCallback progressCallback) List<org.mybatis.generator.api.GeneratedJavaFile>List<org.mybatis.generator.api.GeneratedKotlinFile>List<org.mybatis.generator.api.GeneratedXmlFile>intprotected voidinitializeAbstractGenerator(org.mybatis.generator.codegen.AbstractGenerator abstractGenerator, List<String> warnings, org.mybatis.generator.api.ProgressCallback progressCallback) boolean从类继承的方法 org.mybatis.generator.api.IntrospectedTable
addColumn, addPrimaryKeyColumn, calculateDynamicSqlSupportPackage, calculateJavaClientAttributes, calculateJavaClientInterfacePackage, calculateJavaModelExamplePackage, calculateJavaModelPackage, calculateModelAttributes, calculateMyBatis3FallbackSqlMapNamespace, calculateMyBatis3XmlMapperFileName, calculateSqlMapAliasedFullyQualifiedRuntimeTableName, calculateSqlMapFullyQualifiedRuntimeTableName, calculateSqlMapPackage, calculateXmlAttributes, getAliasedFullyQualifiedTableNameAtRuntime, getAllColumns, getAttribute, getBaseColumnListId, getBaseColumns, getBaseRecordType, getBaseResultMapId, getBlobColumnListId, getBLOBColumns, getColumn, getContext, getCountByExampleStatementId, getDeleteByExampleStatementId, getDeleteByPrimaryKeyStatementId, getExampleType, getExampleWhereClauseId, getFullyQualifiedTable, getFullyQualifiedTableNameAtRuntime, getGeneratedKey, getInsertSelectiveStatementId, getInsertStatementId, getKotlinRecordType, getMyBatis3FallbackSqlMapNamespace, getMyBatis3JavaMapperType, getMyBatis3SqlMapNamespace, getMyBatis3SqlProviderType, getMyBatis3UpdateByExampleWhereClauseId, getMyBatis3XmlMapperFileName, getMyBatis3XmlMapperPackage, getMyBatisDynamicSqlSupportType, getMyBatisDynamicSQLTableObjectName, getNonBLOBColumnCount, getNonBLOBColumns, getNonPrimaryKeyColumns, getPrimaryKeyColumns, getPrimaryKeyType, getRecordWithBLOBsType, getRemarks, getResultMapWithBLOBsId, getRules, getSelectAllStatementId, getSelectByExampleQueryId, getSelectByExampleStatementId, getSelectByExampleWithBLOBsStatementId, getSelectByPrimaryKeyQueryId, getSelectByPrimaryKeyStatementId, getTableConfiguration, getTableConfigurationProperty, getTableType, getTargetRuntime, getUpdateByExampleSelectiveStatementId, getUpdateByExampleStatementId, getUpdateByExampleWithBLOBsStatementId, getUpdateByPrimaryKeySelectiveStatementId, getUpdateByPrimaryKeyStatementId, getUpdateByPrimaryKeyWithBLOBsStatementId, hasAnyColumns, hasBaseColumns, hasBLOBColumns, hasJDBCDateColumns, hasJDBCTimeColumns, hasPrimaryKeyColumns, initialize, isConstructorBased, isImmutable, isMappedSuperclass, removeAttribute, setAttribute, setBaseColumnListId, setBaseRecordType, setBaseResultMapId, setBlobColumnListId, setContext, setCountByExampleStatementId, setDeleteByExampleStatementId, setDeleteByPrimaryKeyStatementId, setExampleType, setExampleWhereClauseId, setFullyQualifiedTable, setInsertSelectiveStatementId, setInsertStatementId, setKotlinRecordType, setMappedSuperclass, setMyBatis3FallbackSqlMapNamespace, setMyBatis3JavaMapperType, setMyBatis3SqlProviderType, setMyBatis3UpdateByExampleWhereClauseId, setMyBatis3XmlMapperFileName, setMyBatis3XmlMapperPackage, setMyBatisDynamicSqlSupportType, setMyBatisDynamicSQLTableObjectName, setPrimaryKeyType, setRecordWithBLOBsType, setRemarks, setResultMapWithBLOBsId, setRules, setSelectAllStatementId, setSelectByExampleStatementId, setSelectByExampleWithBLOBsStatementId, setSelectByPrimaryKeyStatementId, setSqlMapAliasedFullyQualifiedRuntimeTableName, setSqlMapFullyQualifiedRuntimeTableName, setTableConfiguration, setTableType, setUpdateByExampleSelectiveStatementId, setUpdateByExampleStatementId, setUpdateByExampleWithBLOBsStatementId, setUpdateByPrimaryKeySelectiveStatementId, setUpdateByPrimaryKeyStatementId, setUpdateByPrimaryKeyWithBLOBsStatementId
-
字段详细资料
-
javaGenerators
-
-
构造器详细资料
-
IntrospectedTableTypescriptImpl
public IntrospectedTableTypescriptImpl()
-
-
方法详细资料
-
calculateGenerators
public void calculateGenerators(List<String> warnings, org.mybatis.generator.api.ProgressCallback progressCallback) - 指定者:
calculateGenerators在类中org.mybatis.generator.api.IntrospectedTable
-
initializeAbstractGenerator
-
getGeneratedJavaFiles
- 指定者:
getGeneratedJavaFiles在类中org.mybatis.generator.api.IntrospectedTable
-
getGeneratedXmlFiles
- 指定者:
getGeneratedXmlFiles在类中org.mybatis.generator.api.IntrospectedTable
-
getGeneratedKotlinFiles
- 指定者:
getGeneratedKotlinFiles在类中org.mybatis.generator.api.IntrospectedTable
-
getGenerationSteps
public int getGenerationSteps()- 指定者:
getGenerationSteps在类中org.mybatis.generator.api.IntrospectedTable
-
requiresXMLGenerator
public boolean requiresXMLGenerator()- 指定者:
requiresXMLGenerator在类中org.mybatis.generator.api.IntrospectedTable
-