public static interface MappingTool.ImportExport
Modifier and Type | Method and Description |
---|---|
boolean |
exportMappings(JDBCConfiguration conf,
Class<?>[] act,
boolean meta,
Log log,
Writer writer)
Export mappings for the given classes based on the given arguments.
|
boolean |
importMappings(JDBCConfiguration conf,
Class<?>[] act,
String[] args,
boolean meta,
Log log,
ClassLoader loader)
Import mappings for the given classes based on the given arguments.
|
boolean importMappings(JDBCConfiguration conf, Class<?>[] act, String[] args, boolean meta, Log log, ClassLoader loader) throws IOException
IOException
boolean exportMappings(JDBCConfiguration conf, Class<?>[] act, boolean meta, Log log, Writer writer) throws IOException
IOException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.