当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
RelationalModel (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.mapping
Interface RelationalModel
- All Known Implementing Classes:
- Constraint, Index, Table
- public interface RelationalModel
A relational object which may be created using DDL
- Author:
- Gavin King
sqlCreateString
public String sqlCreateString(Dialect dialect,
Mapping p,
String defaultSchema)
throws HibernateException
- Throws:
HibernateException
sqlDropString
public String sqlDropString(Dialect dialect,
String defaultSchema)