org.hibernate.type
Class ForeignKeyDirection
java.lang.Object
org.hibernate.type.ForeignKeyDirection
- Serializable
public abstract class ForeignKeyDirection
extends java.lang.Object
implements Serializable
Represents directionality of the foreign key constraint
abstract boolean | cascadeNow(int cascadePoint) - Should we cascade at this cascade point?
|
FOREIGN_KEY_FROM_PARENT
public static final ForeignKeyDirection FOREIGN_KEY_FROM_PARENT
A foreign key from parent to child
FOREIGN_KEY_TO_PARENT
public static final ForeignKeyDirection FOREIGN_KEY_TO_PARENT
A foreign key from child to parent
ForeignKeyDirection
protected ForeignKeyDirection()
cascadeNow
public abstract boolean cascadeNow(int cascadePoint)
Should we cascade at this cascade point?