Package org.hibernate.cfg
Class CopyIdentifierComponentSecondPass
- java.lang.Object
-
- org.hibernate.cfg.CopyIdentifierComponentSecondPass
-
- All Implemented Interfaces:
java.io.Serializable,SecondPass
public class CopyIdentifierComponentSecondPass extends java.lang.Object implements SecondPass
- See Also:
- Serialized Form
-
-
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 booleandependentUpon(CopyIdentifierComponentSecondPass other)voiddoSecondPass(java.util.Map persistentClasses)
-
-
-
Constructor Detail
-
CopyIdentifierComponentSecondPass
public CopyIdentifierComponentSecondPass(Component comp, java.lang.String referencedEntityName, Ejb3JoinColumn[] joinColumns, MetadataBuildingContext buildingContext)
-
-
Method Detail
-
doSecondPass
public void doSecondPass(java.util.Map persistentClasses) throws MappingException- Specified by:
doSecondPassin interfaceSecondPass- Throws:
MappingException
-
dependentUpon
public boolean dependentUpon(CopyIdentifierComponentSecondPass other)
-
-