public abstract class FkSecondPass extends java.lang.Object implements SecondPass
Modifier and Type | Field and Description |
---|---|
protected Ejb3JoinColumn[] |
columns |
protected SimpleValue |
value |
Constructor and Description |
---|
FkSecondPass(SimpleValue value,
Ejb3JoinColumn[] columns) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
abstract java.lang.String |
getReferencedEntityName() |
int |
getUniqueCounter() |
Value |
getValue() |
int |
hashCode() |
abstract boolean |
isInPrimaryKey() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
doSecondPass
protected SimpleValue value
protected Ejb3JoinColumn[] columns
public FkSecondPass(SimpleValue value, Ejb3JoinColumn[] columns)
public int getUniqueCounter()
public Value getValue()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public abstract java.lang.String getReferencedEntityName()
public abstract boolean isInPrimaryKey()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.