Package | Description |
---|---|
com.asakusafw.dmdl.directio.hive.common |
Hive support common classes.
|
com.asakusafw.dmdl.directio.hive.orc |
Hive ORCFile support.
|
com.asakusafw.dmdl.directio.hive.parquet |
Hive Parquet file support.
|
com.asakusafw.dmdl.java.emitter |
Java source code emitters.
|
com.asakusafw.utils.java.internal.model.syntax |
Naive Java DOM implementations.
|
com.asakusafw.utils.java.internal.model.util |
Internal utlities for Java DOM building/emitting.
|
com.asakusafw.utils.java.model.syntax |
Interfaces for representing Java DOMs.
|
Modifier and Type | Method and Description |
---|---|
static QualifiedName |
HiveDataModelEmitter.getClassName(EmitContext context,
ModelDeclaration model)
Returns the generated class name for this.
|
Modifier and Type | Method and Description |
---|---|
static QualifiedName |
OrcFileEmitter.getClassName(EmitContext context,
ModelDeclaration model)
Returns the generated class name for this.
|
Modifier and Type | Method and Description |
---|---|
static QualifiedName |
ParquetFileEmitter.getClassName(EmitContext context,
ModelDeclaration model)
Returns the generated class name for this.
|
Modifier and Type | Method and Description |
---|---|
QualifiedName |
EmitContext.getQualifiedTypeName()
Returns the qualified name of processing type.
|
QualifiedName |
EmitContext.getQualifiedTypeName(ModelSymbol model)
Returns the simple name of the target data model class.
|
Modifier and Type | Class and Description |
---|---|
class |
QualifiedNameImpl
An implementation of
QualifiedName . |
Modifier and Type | Method and Description |
---|---|
QualifiedName |
ModelFactoryImpl.newQualifiedName(Name qualifier,
SimpleName simpleName) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitQualifiedName(QualifiedName elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitQualifiedName(QualifiedName elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
QualifiedName |
ModelFactory.newQualifiedName(Name qualifier,
SimpleName simpleName)
Returns a new
QualifiedName object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitQualifiedName(QualifiedName elem,
C context) |
R |
Visitor.visitQualifiedName(QualifiedName elem,
C context)
Processes
QualifiedName using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.