Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » type » [javadoc | source]
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 
Constructor:
 protected ForeignKeyDirection() 
Method from org.hibernate.type.ForeignKeyDirection Summary:
cascadeNow
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.type.ForeignKeyDirection Detail:
 abstract public boolean cascadeNow(int cascadePoint)
    Should we cascade at this cascade point?