| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.jdbc | |
| org.batoo.jpa.jdbc.adapter | |
| org.batoo.jpa.jdbc.mapping |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
SingularAssociationMappingImpl.getForeignKey()
Returns the foreign key of the mapping.
|
ForeignKey |
PluralAssociationMappingImpl.getForeignKey()
Returns the foreign key of the mapping.
|
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
JoinTable.getDestinationKey()
Returns the destinationKey of the JoinTable.
|
ForeignKey |
CollectionTable.getKey()
Returns the key.
|
ForeignKey |
JoinTable.getSourceKey()
Returns the sourceKey of the JoinTable.
|
| Modifier and Type | Method and Description |
|---|---|
List<ForeignKey> |
AbstractTable.getForeignKeys()
Returns the foreign keys of the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTable.addForeignKey(ForeignKey foreignKey)
Adds a foreign key to the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcAdaptor.createForeignKey(DataSource datasource,
ForeignKey foreignKey)
Creates a foreign key on the table
|
boolean |
JdbcForeignKey.matches(ForeignKey foreignKey)
Checks if the metadata matches the foreign key definition.
|
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
AssociationMapping.getForeignKey()
Returns the foreign key of the mapping.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.