Class NameSpaceTablesInformation
- java.lang.Object
-
- org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
-
public class NameSpaceTablesInformation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NameSpaceTablesInformation(IdentifierHelper identifierHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTableInformation(TableInformation tableInformation)
TableInformation
getTableInformation(java.lang.String tableName)
TableInformation
getTableInformation(Table table)
-
-
-
Constructor Detail
-
NameSpaceTablesInformation
public NameSpaceTablesInformation(IdentifierHelper identifierHelper)
-
-
Method Detail
-
addTableInformation
public void addTableInformation(TableInformation tableInformation)
-
getTableInformation
public TableInformation getTableInformation(Table table)
-
getTableInformation
public TableInformation getTableInformation(java.lang.String tableName)
-
-