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)