FileDocCategorySizeDatePackage
ForeignKeyDirection.javaAPI DocHibernate 3.2.51276Sun Jun 05 00:09:58 BST 2005org.hibernate.type

ForeignKeyDirection

public abstract class ForeignKeyDirection extends Object implements Serializable
Represents directionality of the foreign key constraint
author
Gavin King

Fields 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
Constructors Summary
protected ForeignKeyDirection()

Methods Summary
public abstract booleancascadeNow(int cascadePoint)
Should we cascade at this cascade point?

see
org.hibernate.engine.Cascade