| Modifier and Type | Method and Description |
|---|---|
static void |
AssertKripton.assertTrueOrInvalidPropertyName(boolean expression,
SQLProperty item1,
SQLProperty item2) |
| Constructor and Description |
|---|
InvalidBeanTypeException(SQLProperty caller,
String referred) |
InvalidForeignKeyTypeException(SQLProperty caller) |
| Modifier and Type | Method and Description |
|---|---|
static List<SQLProperty> |
CodeBuilderUtility.extractUsedProperties(SQLiteModelMethod method,
Class<? extends Annotation> annotationClazz,
com.squareup.javapoet.MethodSpec.Builder methodBuilder,
List<String> alreadyUsedBeanPropertiesNames)
Generate code necessary to put bean properties in content values map.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SqlUtility.getColumnName(SQLProperty property)
Obtain column typeName for property
|
static String |
SqlUtility.nameFromTable(SQLEntity entity,
SQLProperty property) |
void |
BindTableGenerator.visit(SQLProperty kriptonProperty) |
void |
BindCursorBuilder.visit(SQLProperty property) |
| Modifier and Type | Method and Description |
|---|---|
String |
ModifyBeanHelper.buildJavadoc(com.squareup.javapoet.MethodSpec.Builder methodBuilder,
boolean updateMode,
SQLiteModelMethod method,
String beanNameParameter,
String whereCondition,
List<SQLProperty> listUsedProperty,
List<String> attributesUsedInWhereConditions) |
void |
InsertBeanHelper.generateJavaDoc(com.squareup.javapoet.MethodSpec.Builder methodBuilder,
SQLiteModelMethod method,
com.squareup.javapoet.TypeName returnType,
List<SQLProperty> listUsedProperty,
ModelProperty primaryKey) |
| Modifier and Type | Field and Description |
|---|---|
SQLProperty |
JQLProjection.property |
| Modifier and Type | Method and Description |
|---|---|
JQLProjection.ProjectionBuilder |
JQLProjection.ProjectionBuilder.property(SQLProperty property) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
JQLChecker.extractColumnsToInsertOrUpdate(JQLContext jqlContext,
String jqlValue,
Finder<SQLProperty> entity) |
Set<JQLProjection> |
JQLChecker.extractProjections(JQLContext jqlContext,
String jqlValue,
Finder<SQLProperty> entity)
Retrieve set of projected field.
|
| Constructor and Description |
|---|
JQLProjection(JQLProjection.ProjectionType type,
String table,
String column,
String alias,
String expression,
SQLProperty property) |
| Modifier and Type | Method and Description |
|---|---|
SQLProperty |
SQLEntity.getPrimaryKey()
True if there is a primary key
|
| Modifier and Type | Method and Description |
|---|---|
Set<SQLProperty> |
SQLiteDatabaseSchema.getPropertyBySimpleName(String propertyName) |
Copyright © 2017. All rights reserved.