| Package | Description |
|---|---|
| org.brandao.brutos.annotation |
Contém os recursos necessários para a configuração da aplicação.
|
| org.brandao.brutos.annotation.configuration |
Contém os recursos necessários para o processamento da configuração da aplicação.
|
| Modifier and Type | Method and Description |
|---|---|
static MappingTypes |
MappingTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingTypes[] |
MappingTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MappingTypes |
KeyEntry.getMappingType() |
MappingTypes |
ElementEntry.getMappingType() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AnnotationUtil.isBuildEntity(org.brandao.brutos.TypeRegistry typeRegistry,
MappingTypes mappingType,
Class<?> type) |
void |
KeyEntry.setMappingType(MappingTypes mappingType) |
void |
ElementEntry.setMappingType(MappingTypes mappingType) |
Copyright © 2018 Brandao. All rights reserved.