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 classFkSecondPassextendsObjectimplementsSecondPass
- See Also:
- Serialized Form
Field Summary
Fields Modifier and Type Field Description protectedAnnotatedJoinColumnscolumnsprotectedSimpleValuevalue
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 booleanequals(Object o)abstractStringgetReferencedEntityName()ValuegetValue()inthashCode()abstract booleanisInPrimaryKey()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)