Package org.hibernate.cfg
Class CopyIdentifierComponentSecondPass
- java.lang.Object
-
- org.hibernate.cfg.FkSecondPass
-
- org.hibernate.cfg.CopyIdentifierComponentSecondPass
-
- All Implemented Interfaces:
java.io.Serializable,SecondPass
public class CopyIdentifierComponentSecondPass extends FkSecondPass
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.cfg.FkSecondPass
columns, value
-
-
Constructor Summary
Constructors Constructor Description CopyIdentifierComponentSecondPass(Component comp, java.lang.String referencedEntityName, Ejb3JoinColumn[] joinColumns, MetadataBuildingContext buildingContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSecondPass(java.util.Map persistentClasses)java.lang.StringgetReferencedEntityName()booleanisInPrimaryKey()-
Methods inherited from class org.hibernate.cfg.FkSecondPass
equals, getUniqueCounter, getValue, hashCode
-
-
-
-
Constructor Detail
-
CopyIdentifierComponentSecondPass
public CopyIdentifierComponentSecondPass(Component comp, java.lang.String referencedEntityName, Ejb3JoinColumn[] joinColumns, MetadataBuildingContext buildingContext)
-
-
Method Detail
-
getReferencedEntityName
public java.lang.String getReferencedEntityName()
- Specified by:
getReferencedEntityNamein classFkSecondPass
-
isInPrimaryKey
public boolean isInPrimaryKey()
- Specified by:
isInPrimaryKeyin classFkSecondPass
-
doSecondPass
public void doSecondPass(java.util.Map persistentClasses) throws MappingException- Throws:
MappingException
-
-