站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

TableOwner (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.mapping
Interface TableOwner

All Known Implementing Classes:
JoinedSubclass, RootClass, UnionSubclass

public interface TableOwner

Interface allowing to differenciate SubClasses from Classes, JoinedSubClasses and UnionSubClasses The first one has not its own table while the others have

Author:
Emmanuel Bernard

Method Summary
 void setTable(Table table)
           
 

Method Detail

setTable

public void setTable(Table table)