|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MappingTool.ImportExport
Helper used to import and export mapping data.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |