Uses of Class
org.hibernate.tool.hbm2ddl.TableMetadata

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)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.