Uses of Interface
org.apache.openjpa.jdbc.meta.MappingInfo.ForeignKeyDefaults
-
Uses of MappingInfo.ForeignKeyDefaults in org.apache.openjpa.jdbc.meta
Modifier and TypeMethodDescriptionprotected 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.