Package org.hibernate.cfg
Class FkSecondPass
- java.lang.Object
-
- org.hibernate.cfg.FkSecondPass
-
- All Implemented Interfaces:
java.io.Serializable
,SecondPass
- Direct Known Subclasses:
JoinedSubclassFkSecondPass
,ToOneFkSecondPass
public abstract class FkSecondPass extends java.lang.Object implements SecondPass
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Ejb3JoinColumn[]
columns
protected SimpleValue
value
-
Constructor Summary
Constructors Constructor Description FkSecondPass(SimpleValue value, Ejb3JoinColumn[] columns)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
abstract java.lang.String
getReferencedEntityName()
int
getUniqueCounter()
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.cfg.SecondPass
doSecondPass
-
-
-
-
Field Detail
-
value
protected SimpleValue value
-
columns
protected Ejb3JoinColumn[] columns
-
-
Constructor Detail
-
FkSecondPass
public FkSecondPass(SimpleValue value, Ejb3JoinColumn[] columns)
-
-
Method Detail
-
getUniqueCounter
public int getUniqueCounter()
-
getValue
public Value getValue()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getReferencedEntityName
public abstract java.lang.String getReferencedEntityName()
-
isInPrimaryKey
public abstract boolean isInPrimaryKey()
-
-