alias, partition, schema| 限定符和类型 | 方法和说明 |
|---|---|
Class<?> |
getEtType() |
String |
getSchema(org.apache.ibatis.session.Configuration configuration)
获取数据库模式
|
String |
getTableName(org.apache.ibatis.session.Configuration configuration) |
static EntityTable |
of(Class<?> etType) |
static EntityTable |
of(Class<?> etType,
Partition partition) |
static EntityTable |
of(Class<?> etType,
String tableName) |
static EntityTable |
of(Class<?> etType,
String tableName,
Partition partition) |
static EntityTable |
of(String schema,
Class<?> etType) |
static EntityTable |
of(String schema,
Class<?> etType,
Partition partition) |
static EntityTable |
of(String schema,
String tableName,
Class<?> etType) |
static EntityTable |
of(String schema,
String tableName,
Class<?> etType,
Partition partition) |
getSchema, setSchemaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlias, getPartitionpublic static EntityTable of(Class<?> etType)
public static EntityTable of(Class<?> etType, String tableName)
public static EntityTable of(Class<?> etType, Partition partition)
public static EntityTable of(Class<?> etType, String tableName, Partition partition)
public static EntityTable of(String schema, Class<?> etType)
public static EntityTable of(String schema, String tableName, Class<?> etType)
public static EntityTable of(String schema, Class<?> etType, Partition partition)
public static EntityTable of(String schema, String tableName, Class<?> etType, Partition partition)
public Class<?> getEtType()
public String getTableName(org.apache.ibatis.session.Configuration configuration)
getTableName 在接口中 TablegetTableName 在类中 DbTableCopyright © 2024. All Rights Reserved.