Class PkDrivenByDefaultMapsIdSecondPass
java.lang.Object
org.hibernate.boot.model.internal.FkSecondPass
org.hibernate.boot.model.internal.PkDrivenByDefaultMapsIdSecondPass
- All Implemented Interfaces:
Serializable,SecondPass
- Author:
- Emmanuel Bernard
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPkDrivenByDefaultMapsIdSecondPass(String referencedEntityName, AnnotatedJoinColumns columns, SimpleValue value) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoSecondPass(Map<String, PersistentClass> persistentClasses) Perform the operationbooleanMethods inherited from class org.hibernate.boot.model.internal.FkSecondPass
equals, getValue, hashCode
-
Constructor Details
-
PkDrivenByDefaultMapsIdSecondPass
public PkDrivenByDefaultMapsIdSecondPass(String referencedEntityName, AnnotatedJoinColumns columns, SimpleValue value)
-
-
Method Details
-
getReferencedEntityName
- Specified by:
getReferencedEntityNamein classFkSecondPass
-
isInPrimaryKey
public boolean isInPrimaryKey()- Specified by:
isInPrimaryKeyin classFkSecondPass
-
doSecondPass
Description copied from interface:SecondPassPerform the operation- Throws:
MappingException
-