Class FkSecondPass
- java.lang.Object
-
- org.hibernate.boot.model.internal.FkSecondPass
-
- All Implemented Interfaces:
Serializable
,SecondPass
- Direct Known Subclasses:
CopyIdentifierComponentSecondPass
,JoinedSubclassFkSecondPass
,PkDrivenByDefaultMapsIdSecondPass
,SimpleToOneFkSecondPass
,ToOneFkSecondPass
public abstract class FkSecondPass extends Object implements SecondPass
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AnnotatedJoinColumns
columns
protected SimpleValue
value
-
Constructor Summary
Constructors Constructor Description FkSecondPass(SimpleValue value, AnnotatedJoinColumns columns)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
abstract String
getReferencedEntityName()
Value
getValue()
int
hashCode()
abstract boolean
isInPrimaryKey()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.boot.spi.SecondPass
doSecondPass
-
-
-
-
Field Detail
-
value
protected SimpleValue value
-
columns
protected AnnotatedJoinColumns columns
-
-
Constructor Detail
-
FkSecondPass
public FkSecondPass(SimpleValue value, AnnotatedJoinColumns columns)
-
-