Package org.apache.openjpa.jdbc.meta
Interface MappingTool.ImportExport
- 
- Enclosing class:
 - MappingTool
 
public static interface MappingTool.ImportExportHelper used to import and export mapping data. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexportMappings(JDBCConfiguration conf, Class<?>[] act, boolean meta, Log log, Writer writer)Export mappings for the given classes based on the given arguments.booleanimportMappings(JDBCConfiguration conf, Class<?>[] act, String[] args, boolean meta, Log log, ClassLoader loader)Import mappings for the given classes based on the given arguments. 
 - 
 
- 
- 
Method Detail
- 
importMappings
boolean importMappings(JDBCConfiguration conf, Class<?>[] act, String[] args, boolean meta, Log log, ClassLoader loader) throws IOException
Import mappings for the given classes based on the given arguments.- Throws:
 IOException
 
- 
exportMappings
boolean exportMappings(JDBCConfiguration conf, Class<?>[] act, boolean meta, Log log, Writer writer) throws IOException
Export mappings for the given classes based on the given arguments.- Throws:
 IOException
 
 - 
 
 -