Package org.hibernate.tool.hbm2ddl
Class IndexMetadata
- java.lang.Object
-
- org.hibernate.tool.hbm2ddl.IndexMetadata
-
@Deprecated public class IndexMetadata extends Object
Deprecated.Everything in this package has been replaced withSchemaManagementTooland friends.JDBC index metadata
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ColumnMetadata[]getColumns()Deprecated.StringgetName()Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.
-
getColumns
public ColumnMetadata[] getColumns()
Deprecated.
-
-