类 NameSpaceTablesInformation
- java.lang.Object
-
- org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
-
public class NameSpaceTablesInformation extends Object
- 作者:
- Andrea Boriero
-
-
构造器概要
构造器 构造器 说明 NameSpaceTablesInformation(IdentifierHelper identifierHelper)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddTableInformation(TableInformation tableInformation)TableInformationgetTableInformation(String tableName)TableInformationgetTableInformation(Table table)
-
-
-
构造器详细资料
-
NameSpaceTablesInformation
public NameSpaceTablesInformation(IdentifierHelper identifierHelper)
-
-
方法详细资料
-
addTableInformation
public void addTableInformation(TableInformation tableInformation)
-
getTableInformation
public TableInformation getTableInformation(Table table)
-
getTableInformation
public TableInformation getTableInformation(String tableName)
-
-