|
||||||||||
| 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.UnionSubclass
public class UnionSubclass
A subclass in a table-per-concrete-class mapping
| Field Summary |
|---|
| Fields inherited from class org.hibernate.mapping.PersistentClass |
|---|
NOT_NULL_DISCRIMINATOR_MAPPING, NULL_DISCRIMINATOR_MAPPING, optimisticLockMode, synchronizedTables |
| Constructor Summary | |
|---|---|
UnionSubclass(PersistentClass superclass)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
accept(PersistentClassVisitor mv)
|
Table |
getIdentityTable()
|
protected java.util.Iterator |
getNonDuplicatedPropertyIterator()
|
java.util.Set |
getSynchronizedTables()
|
Table |
getTable()
|
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 UnionSubclass(PersistentClass superclass)
| Method Detail |
|---|
public Table getTable()
getTable in class Subclasspublic void setTable(Table table)
setTable in interface TableOwnerpublic java.util.Set getSynchronizedTables()
getSynchronizedTables in class Subclassprotected java.util.Iterator getNonDuplicatedPropertyIterator()
getNonDuplicatedPropertyIterator in class PersistentClass
public void validate(Mapping mapping)
throws MappingException
validate in class PersistentClassMappingExceptionpublic Table getIdentityTable()
getIdentityTable in class PersistentClasspublic 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 | |||||||||