Class SimpleToOneFkSecondPass
- java.lang.Object
-
- org.hibernate.boot.model.internal.FkSecondPass
-
- org.hibernate.boot.model.internal.SimpleToOneFkSecondPass
-
- All Implemented Interfaces:
Serializable
,SecondPass
public class SimpleToOneFkSecondPass extends FkSecondPass
A simple second pass that just creates the foreign key- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.boot.model.internal.FkSecondPass
columns, value
-
-
Constructor Summary
Constructors Constructor Description SimpleToOneFkSecondPass(ToOne value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doSecondPass(Map<String,PersistentClass> persistentClasses)
Perform the operationString
getReferencedEntityName()
boolean
isInPrimaryKey()
-
Methods inherited from class org.hibernate.boot.model.internal.FkSecondPass
equals, getValue, hashCode
-
-
-
-
Constructor Detail
-
SimpleToOneFkSecondPass
public SimpleToOneFkSecondPass(ToOne value)
-
-
Method Detail
-
getReferencedEntityName
public String getReferencedEntityName()
- Specified by:
getReferencedEntityName
in classFkSecondPass
-
isInPrimaryKey
public boolean isInPrimaryKey()
- Specified by:
isInPrimaryKey
in classFkSecondPass
-
doSecondPass
public void doSecondPass(Map<String,PersistentClass> persistentClasses) throws MappingException
Description copied from interface:SecondPass
Perform the operation- Throws:
MappingException
-
-