Uses of Interface
org.apache.openjpa.jdbc.meta.MappingInfo.ForeignKeyDefaults

Packages that use MappingInfo.ForeignKeyDefaults
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata 
 

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(org.apache.openjpa.meta.MetaDataContext context, java.lang.String prefix, java.util.List 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.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.