org.hibernate.cfg
Class JoinedSubclassFkSecondPass
java.lang.Object
org.hibernate.cfg.FkSecondPass
org.hibernate.cfg.JoinedSubclassFkSecondPass
- All Implemented Interfaces:
- java.io.Serializable, SecondPass
public class JoinedSubclassFkSecondPass
- extends FkSecondPass
- Author:
- Emmanuel Bernard
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JoinedSubclassFkSecondPass
public JoinedSubclassFkSecondPass(JoinedSubclass entity,
Ejb3JoinColumn[] inheritanceJoinedColumns,
SimpleValue key,
Mappings mappings)
getReferencedEntityName
public java.lang.String getReferencedEntityName()
- Specified by:
getReferencedEntityName
in class FkSecondPass
isInPrimaryKey
public boolean isInPrimaryKey()
- Specified by:
isInPrimaryKey
in class FkSecondPass
doSecondPass
public void doSecondPass(java.util.Map persistentClasses)
throws MappingException
- Throws:
MappingException
Copyright © 2013. All Rights Reserved.