org.hibernate.type
Class ForeignKeyDirection
java.lang.Object
org.hibernate.type.ForeignKeyDirection
- All Implemented Interfaces:
- Serializable
public abstract class ForeignKeyDirection
- extends Object
- implements Serializable
Represents directionality of the foreign key constraint
- See Also:
- Serialized Form
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 |
FOREIGN_KEY_TO_PARENT
public static final ForeignKeyDirection FOREIGN_KEY_TO_PARENT
- A foreign key from child to parent
FOREIGN_KEY_FROM_PARENT
public static final ForeignKeyDirection FOREIGN_KEY_FROM_PARENT
- A foreign key from parent to child
ForeignKeyDirection
protected ForeignKeyDirection()
cascadeNow
public abstract boolean cascadeNow(int cascadePoint)
- Should we cascade at this cascade point?
- See Also:
Cascade
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.