|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ForeignKeyDirection | |
| net.sf.hibernate.mapping | |
| net.sf.hibernate.type | |
| Uses of ForeignKeyDirection in net.sf.hibernate.mapping |
| Methods in net.sf.hibernate.mapping that return ForeignKeyDirection | |
ForeignKeyDirection |
OneToOne.getForeignKeyType()
Returns the foreignKeyType. |
| Methods in net.sf.hibernate.mapping with parameters of type ForeignKeyDirection | |
void |
OneToOne.setForeignKeyType(ForeignKeyDirection foreignKeyType)
Sets the foreignKeyType. |
| Uses of ForeignKeyDirection in net.sf.hibernate.type |
| Fields in net.sf.hibernate.type declared as ForeignKeyDirection | |
static ForeignKeyDirection |
ForeignKeyDirection.FOREIGN_KEY_TO_PARENT
A foreign key from child to parent |
static ForeignKeyDirection |
ForeignKeyDirection.FOREIGN_KEY_FROM_PARENT
A foreign key from parent to child |
| Methods in net.sf.hibernate.type that return ForeignKeyDirection | |
ForeignKeyDirection |
PersistentCollectionType.getForeignKeyDirection()
|
ForeignKeyDirection |
OneToOneType.getForeignKeyDirection()
|
ForeignKeyDirection |
ObjectType.getForeignKeyDirection()
|
ForeignKeyDirection |
ManyToOneType.getForeignKeyDirection()
|
ForeignKeyDirection |
AssociationType.getForeignKeyDirection()
Get the foreign key directionality of this association |
| Methods in net.sf.hibernate.type with parameters of type ForeignKeyDirection | |
static Type |
TypeFactory.oneToOne(Class persistentClass,
ForeignKeyDirection foreignKeyType)
A one-to-one association type for the given class |
static Type |
TypeFactory.oneToOne(Class persistentClass,
ForeignKeyDirection foreignKeyType,
String uniqueKeyPropertyName)
A one-to-one association type for the given class |
| Constructors in net.sf.hibernate.type with parameters of type ForeignKeyDirection | |
OneToOneType(Class persistentClass,
ForeignKeyDirection foreignKeyType,
String uniqueKeyPropertyName)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||