public abstract class

FkSecondPass

extends Object
implements SecondPass
java.lang.Object
   ↳ org.hibernate.cfg.FkSecondPass
Known Direct Subclasses

Summary

Fields
protected Ejb3JoinColumn[] columns
protected SimpleValue value
Public Constructors
FkSecondPass(SimpleValue value, Ejb3JoinColumn[] columns)
Public Methods
boolean equals(Object o)
abstract String getReferencedEntityName()
int getUniqueCounter()
Value getValue()
int hashCode()
abstract boolean isInPrimaryKey()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.cfg.SecondPass

Fields

protected Ejb3JoinColumn[] columns

protected SimpleValue value

Public Constructors

public FkSecondPass (SimpleValue value, Ejb3JoinColumn[] columns)

Public Methods

public boolean equals (Object o)

public abstract String getReferencedEntityName ()

public int getUniqueCounter ()

public Value getValue ()

public int hashCode ()

public abstract boolean isInPrimaryKey ()