Uses of Interface
org.apache.openjpa.jdbc.meta.MappingInfo.ForeignKeyDefaults
Packages that use MappingInfo.ForeignKeyDefaults
-
Uses of MappingInfo.ForeignKeyDefaults in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta with parameters of type MappingInfo.ForeignKeyDefaultsModifier 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.