Package org.hibernate.cfg
Class JoinedSubclassFkSecondPass
- java.lang.Object
-
- org.hibernate.cfg.FkSecondPass
-
- org.hibernate.cfg.JoinedSubclassFkSecondPass
-
- All Implemented Interfaces:
Serializable,SecondPass
public class JoinedSubclassFkSecondPass extends FkSecondPass
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.cfg.FkSecondPass
columns, value
-
-
Constructor Summary
Constructors Constructor Description JoinedSubclassFkSecondPass(JoinedSubclass entity, AnnotatedJoinColumn[] inheritanceJoinedColumns, SimpleValue key, MetadataBuildingContext buildingContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSecondPass(Map<String,PersistentClass> persistentClasses)StringgetReferencedEntityName()booleanisInPrimaryKey()-
Methods inherited from class org.hibernate.cfg.FkSecondPass
equals, getValue, hashCode
-
-
-
-
Constructor Detail
-
JoinedSubclassFkSecondPass
public JoinedSubclassFkSecondPass(JoinedSubclass entity, AnnotatedJoinColumn[] inheritanceJoinedColumns, SimpleValue key, MetadataBuildingContext buildingContext)
-
-
Method Detail
-
getReferencedEntityName
public String getReferencedEntityName()
- Specified by:
getReferencedEntityNamein classFkSecondPass
-
isInPrimaryKey
public boolean isInPrimaryKey()
- Specified by:
isInPrimaryKeyin classFkSecondPass
-
doSecondPass
public void doSecondPass(Map<String,PersistentClass> persistentClasses) throws MappingException
- Throws:
MappingException
-
-