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