public final class JdbcProcessDescriptionGenerator extends Object
JdbcImporterDescription
and JdbcExporterDescription
.Modifier and Type | Class and Description |
---|---|
static class |
JdbcProcessDescriptionGenerator.Description
Represents the meta description.
|
Modifier and Type | Method and Description |
---|---|
static void |
generateExporter(EmitContext context,
JdbcProcessDescriptionGenerator.Description description)
Generates the class in the context.
|
static void |
generateImporter(EmitContext context,
JdbcProcessDescriptionGenerator.Description description)
Generates the class in the context.
|
public static void generateImporter(EmitContext context, JdbcProcessDescriptionGenerator.Description description) throws IOException
context
- the target emit contextdescription
- the meta-description of target classIOException
- if generation was failed by I/O errorpublic static void generateExporter(EmitContext context, JdbcProcessDescriptionGenerator.Description description) throws IOException
context
- the target emit contextdescription
- the meta-description of target classIOException
- if generation was failed by I/O errorCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.