org.hibernate.type
abstract public class: ForeignKeyDirection [javadoc |
source]
java.lang.Object
org.hibernate.type.ForeignKeyDirection
All Implemented Interfaces:
Serializable
Represents directionality of the foreign key constraint
| Field Summary |
|---|
| public static final ForeignKeyDirection | FOREIGN_KEY_TO_PARENT | A foreign key from child to parent |
| public static final ForeignKeyDirection | FOREIGN_KEY_FROM_PARENT | A foreign key from parent to child |
| Method from org.hibernate.type.ForeignKeyDirection Summary: |
|---|
|
cascadeNow |
| Method from org.hibernate.type.ForeignKeyDirection Detail: |
abstract public boolean cascadeNow(int cascadePoint)
Should we cascade at this cascade point? |