当前页面: 
在线文档首页 > 
Hibernate 3.2.3 正式版 API 英文文档
ForeignKeyDirection (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.type
Class ForeignKeyDirection
java.lang.Object
   org.hibernate.type.ForeignKeyDirection
org.hibernate.type.ForeignKeyDirection
- All Implemented Interfaces: 
- Serializable
- public abstract class ForeignKeyDirection- extends Object- implements Serializable
Represents directionality of the foreign key constraint
- Author:
- Gavin King
- 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