|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.mapping.PersistentClass
org.hibernate.mapping.Subclass
org.hibernate.mapping.JoinedSubclass
public class JoinedSubclass
A subclass in a table-per-subclass mapping
| Field Summary |
|---|
| Fields inherited from class org.hibernate.mapping.PersistentClass |
|---|
NOT_NULL_DISCRIMINATOR_MAPPING, NULL_DISCRIMINATOR_MAPPING, optimisticLockMode, synchronizedTables |
| Constructor Summary | |
|---|---|
JoinedSubclass(PersistentClass superclass)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
accept(PersistentClassVisitor mv)
|
KeyValue |
getKey()
|
java.util.Iterator |
getReferenceablePropertyIterator()
Build an iterator of properties which are "referenceable". |
Table |
getTable()
|
void |
setKey(KeyValue key)
|
void |
setTable(Table table)
|
void |
validate(Mapping mapping)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JoinedSubclass(PersistentClass superclass)
| Method Detail |
|---|
public Table getTable()
getTable in class Subclasspublic void setTable(Table table)
setTable in interface TableOwnerpublic KeyValue getKey()
getKey in class Subclasspublic void setKey(KeyValue key)
public void validate(Mapping mapping)
throws MappingException
validate in class PersistentClassMappingExceptionpublic java.util.Iterator getReferenceablePropertyIterator()
PersistentClass
getReferenceablePropertyIterator in class PersistentClassfor a discussion of "referenceable"public java.lang.Object accept(PersistentClassVisitor mv)
accept in class Subclass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||