| Package | Description |
|---|---|
| info.archinnov.achilles.internals.codegen.meta | |
| info.archinnov.achilles.internals.metamodel |
| Modifier and Type | Field and Description |
|---|---|
AbstractEntityProperty.EntityType |
EntityMetaCodeGen.EntityMetaSignature.entityType |
| Modifier and Type | Method and Description |
|---|---|
EntityMetaCodeGen.EntityMetaSignature |
EntityMetaCodeGen.buildEntityMeta(AbstractEntityProperty.EntityType entityType,
TypeElement elm,
GlobalParsingContext globalParsingContext,
List<FieldParser.FieldMetaSignature> fieldMetaSignatures,
List<FieldParser.FieldMetaSignature> customConstructorFieldMetaSignatures) |
| Constructor and Description |
|---|
EntityMetaSignature(AbstractEntityProperty.EntityType entityType,
com.squareup.javapoet.TypeSpec sourceCode,
String className,
com.squareup.javapoet.TypeName typeName,
com.squareup.javapoet.TypeName entityRawClass,
Optional<com.squareup.javapoet.TypeName> viewBaseClass,
List<FieldParser.FieldMetaSignature> fieldMetaSignatures,
List<FieldParser.FieldMetaSignature> constructorInjectedFieldMetaSignatures) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractEntityProperty.EntityType |
AbstractViewProperty.getType() |
protected AbstractEntityProperty.EntityType |
AbstractEntityProperty.getType() |
static AbstractEntityProperty.EntityType |
AbstractEntityProperty.EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEntityProperty.EntityType[] |
AbstractEntityProperty.EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2021. All Rights Reserved.