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
IOExceptionboolean exportMappings(JDBCConfiguration conf, Class<?>[] act, boolean meta, Log log, Writer writer) throws IOException
IOExceptionCopyright © 2006–2022 Apache Software Foundation. All rights reserved.