Overview
Package
Tree
Index
Deprecated
About
Prev Class
|
Next Class
Frames
|
No Frames
Summary: Nested | Field |
Method
| Constr
Detail: Nested | Field |
Method
| Constr
org.hibernate.mapping
Interface TableOwner
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 Details
setTable
public void setTable(
Table
table)
Overview
Package
Tree
Index
Deprecated
About