net.sf.hibernate.tool.hbm2ddl
Class DatabaseMetadata
java.lang.Object
net.sf.hibernate.tool.hbm2ddl.DatabaseMetadata
- public class DatabaseMetadata
- extends Object
JDBC database metadata
- Author:
- Christoph Sturm, Teodor Danciu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseMetadata
public DatabaseMetadata(Connection connection,
Dialect dialect)
throws SQLException
getTableMetadata
public TableMetadata getTableMetadata(String name)
throws HibernateException
- Throws:
HibernateException
isSequence
public boolean isSequence(Object key)
isTable
public boolean isTable(Object key)
throws HibernateException
- Throws:
HibernateException