Class CopyIdentifierComponentSecondPass
java.lang.Object
org.hibernate.boot.model.internal.FkSecondPass
org.hibernate.boot.model.internal.CopyIdentifierComponentSecondPass
- All Implemented Interfaces:
Serializable
,SecondPass
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.boot.model.internal.FkSecondPass
columns, value
-
Constructor Summary
ConstructorsConstructorDescriptionCopyIdentifierComponentSecondPass
(Component comp, String referencedEntityName, String propertyName, AnnotatedJoinColumns joinColumns, MetadataBuildingContext buildingContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doSecondPass
(Map<String, PersistentClass> persistentClasses) Perform the operationboolean
Methods inherited from class org.hibernate.boot.model.internal.FkSecondPass
equals, getValue, hashCode
-
Constructor Details
-
CopyIdentifierComponentSecondPass
public CopyIdentifierComponentSecondPass(Component comp, String referencedEntityName, String propertyName, AnnotatedJoinColumns joinColumns, MetadataBuildingContext buildingContext)
-
-
Method Details
-
getReferencedEntityName
- Specified by:
getReferencedEntityName
in classFkSecondPass
-
isInPrimaryKey
public boolean isInPrimaryKey()- Specified by:
isInPrimaryKey
in classFkSecondPass
-
doSecondPass
Description copied from interface:SecondPass
Perform the operation- Throws:
MappingException
-