Package 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
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.cfg.FkSecondPass
columns, value
-
-
Constructor Summary
Constructors Constructor Description JoinedSubclassFkSecondPass(JoinedSubclass entity, Ejb3JoinColumn[] inheritanceJoinedColumns, SimpleValue key, MetadataBuildingContext buildingContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doSecondPass(java.util.Map persistentClasses)
java.lang.String
getReferencedEntityName()
boolean
isInPrimaryKey()
-
Methods inherited from class org.hibernate.cfg.FkSecondPass
equals, getUniqueCounter, getValue, hashCode
-
-
-
-
Constructor Detail
-
JoinedSubclassFkSecondPass
public JoinedSubclassFkSecondPass(JoinedSubclass entity, Ejb3JoinColumn[] inheritanceJoinedColumns, SimpleValue key, MetadataBuildingContext buildingContext)
-
-
Method Detail
-
getReferencedEntityName
public java.lang.String getReferencedEntityName()
- Specified by:
getReferencedEntityName
in classFkSecondPass
-
isInPrimaryKey
public boolean isInPrimaryKey()
- Specified by:
isInPrimaryKey
in classFkSecondPass
-
doSecondPass
public void doSecondPass(java.util.Map persistentClasses) throws MappingException
- Throws:
MappingException
-
-