| Package | Description |
|---|---|
| com.abubusoft.kripton.processor.exceptions | |
| com.abubusoft.kripton.processor.sqlite | |
| com.abubusoft.kripton.processor.sqlite.model |
| Constructor and Description |
|---|
CircularRelationshipException(SQLEntity entity) |
SQLPrimaryKeyNotFoundException(SQLEntity entity) |
SQLPrimaryKeyNotValidTypeException(SQLEntity entity,
ModelProperty property) |
TooManySQLPrimaryKeyFoundException(SQLEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
static com.abubusoft.kripton.common.Pair<String,String> |
BindTableGenerator.buldIndexes(SQLEntity entity,
boolean unique,
int counter) |
static com.abubusoft.kripton.common.Pair<String,List<com.abubusoft.kripton.common.Pair<String,com.squareup.javapoet.TypeName>>> |
SqlUtility.extractParametersFromString(String value,
SQLiteModelMethod method,
SQLEntity entity)
Extract from value string every placeholder ${}, replace it with ? and then convert every field typeName with column typeName.
|
static String |
BindTableGenerator.getTableClassName(SQLEntity entity) |
static String |
SqlUtility.nameFromTable(SQLEntity entity,
SQLProperty property) |
static com.squareup.javapoet.ClassName |
BindTableGenerator.tableClassName(SQLEntity entity) |
void |
BindTableGenerator.visit(SQLEntity entity) |
void |
BindCursorBuilder.visit(SQLEntity entity) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SQLEntity> |
SQLiteDatabaseSchema.entities |
protected Map<String,SQLEntity> |
SQLiteDatabaseSchema.entitiesBySimpleName |
Set<SQLEntity> |
SQLEntity.referedEntities
Set of entities for which there's a foreign in this entities.
|
| Modifier and Type | Method and Description |
|---|---|
SQLEntity |
SQLDaoDefinition.getEntity() |
SQLEntity |
SQLiteDatabaseSchema.getEntity(String entityClassName) |
SQLEntity |
SQLiteDatabaseSchema.getEntityBySimpleName(String entityName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SQLEntity> |
SQLiteDatabaseSchema.getEntities() |
List<SQLEntity> |
SQLiteDatabaseSchema.getEntitiesAsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLiteDatabaseSchema.addEntity(SQLEntity value) |
| Constructor and Description |
|---|
SQLProperty(SQLEntity entity,
Element element) |
Copyright © 2017. All rights reserved.