|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.type.ForeignKeyDirection
public abstract class ForeignKeyDirection
Represents directionality of the foreign key constraint
Field Summary | |
---|---|
static ForeignKeyDirection |
FOREIGN_KEY_FROM_PARENT
A foreign key from parent to child |
static ForeignKeyDirection |
FOREIGN_KEY_TO_PARENT
A foreign key from child to parent |
Constructor Summary | |
---|---|
protected |
ForeignKeyDirection()
|
Method Summary | |
---|---|
abstract boolean |
cascadeNow(int cascadePoint)
Should we cascade at this cascade point? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ForeignKeyDirection FOREIGN_KEY_TO_PARENT
public static final ForeignKeyDirection FOREIGN_KEY_FROM_PARENT
Constructor Detail |
---|
protected ForeignKeyDirection()
Method Detail |
---|
public abstract boolean cascadeNow(int cascadePoint)
Cascade
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |