| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MappingInfo.ForeignKeyDefaults | |
|---|---|
| org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata This package extends the standard persistence metadata with object-relational mapping information. | 
| Uses of MappingInfo.ForeignKeyDefaults in org.apache.openjpa.jdbc.meta | 
|---|
| Methods in org.apache.openjpa.jdbc.meta with parameters of type MappingInfo.ForeignKeyDefaults | |
|---|---|
protected  ForeignKey | 
MappingInfo.createForeignKey(MetaDataContext context,
                 String prefix,
                 List<Column> given,
                 MappingInfo.ForeignKeyDefaults def,
                 Table table,
                 ClassMapping cls,
                 ClassMapping rel,
                 boolean inversable,
                 boolean adapt)
Retrieve/create a foreign key (possibly logical) on the given columns by merging the given template information with any user-provided information.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||