| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableMetadata | |
|---|---|
| org.hibernate.mapping | This package defines the Hibernate configuration-time metamodel. | 
| org.hibernate.tool.hbm2ddl | The hbm2ddl tool. | 
| Uses of TableMetadata in org.hibernate.mapping | 
|---|
| Methods in org.hibernate.mapping with parameters of type TableMetadata | |
|---|---|
|  Iterator | Table.sqlAlterStrings(Dialect dialect,
                Mapping p,
                TableMetadata tableInfo,
                String defaultCatalog,
                String defaultSchema) | 
|  void | Table.validateColumns(Dialect dialect,
                Mapping mapping,
                TableMetadata tableInfo) | 
| Uses of TableMetadata in org.hibernate.tool.hbm2ddl | 
|---|
| Methods in org.hibernate.tool.hbm2ddl that return TableMetadata | |
|---|---|
|  TableMetadata | DatabaseMetadata.getTableMetadata(String name,
                 String schema,
                 String catalog,
                 boolean isQuoted) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||