public abstract class FkSecondPass extends 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(Object o) |
abstract 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)
Copyright © 2019 JBoss by Red Hat. All rights reserved.