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, waitdoSecondPassprotected SimpleValue value
protected Ejb3JoinColumn[] columns
public FkSecondPass(SimpleValue value, Ejb3JoinColumn[] columns)
Copyright © 2017 JBoss by Red Hat. All rights reserved.