| Package | Description |
|---|---|
| com.abubusoft.kripton.processor.sqlite |
| Modifier and Type | Method and Description |
|---|---|
static AbstractSelectCodeGenerator.GenerationType |
AbstractSelectCodeGenerator.GenerationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSelectCodeGenerator.GenerationType[] |
AbstractSelectCodeGenerator.GenerationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSelectCodeGenerator.generateCommonPart(SQLiteModelMethod method,
com.squareup.javapoet.TypeSpec.Builder classBuilder,
com.squareup.javapoet.MethodSpec.Builder methodBuilder,
Set<JQLProjection> fieldList,
boolean mapFields,
AbstractSelectCodeGenerator.GenerationType generationType,
AbstractSelectCodeGenerator.JavadocPart... javadocParts) |
Copyright © 2017. All rights reserved.