Z - the source typeX - the destination typeY - the attribute typepublic interface AssociationMapping<Z,X,Y> extends Mapping<Z,X,Y>
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
getForeignKey()
Returns the foreign key of the mapping.
|
JoinableTable |
getJoinTable()
Returns the join table for the relation.
|
get, getJavaMember, getJavaType, getLocator, getName, getParent, getPath, getRoot, isCollection, setForeignKey getForeignKey()
JoinableTable getJoinTable()
This is, for associations the JoinTable, for element collections the CollectionTable.
Copyright © 2012-2013 Batoo. All Rights Reserved.