| Modifier and Type | Method and Description |
|---|---|
static List<String> |
AnnotationUtility.extractAsStringArray(Elements elementUtils,
ModelMethod method,
ModelAnnotation annotationClass,
AnnotationAttributeType attribute)
Extract from an annotation of a method the attribute value specified.
|
| Constructor and Description |
|---|
IncompatibleAttributesInAnnotationException(SQLDaoDefinition daoDefinition,
ModelMethod method,
ModelAnnotation annotation,
AnnotationAttributeType attribute1,
AnnotationAttributeType attribute2) |
MethodWithoutSupportedAnnotationException(SQLDaoDefinition daoDefinition,
ModelMethod method) |
| Modifier and Type | Method and Description |
|---|---|
static int |
SqlBuilderHelper.countParameterOfType(ModelMethod method,
com.squareup.javapoet.TypeName parameter) |
static String |
SqlSelectBuilder.getNameParameterOfType(ModelMethod method,
com.squareup.javapoet.TypeName parameter) |
static boolean |
SqlBuilderHelper.hasParameterOfType(ModelMethod method,
com.squareup.javapoet.TypeName parameter) |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLiteModelMethod |
Copyright © 2017. All rights reserved.