Package | Description |
---|---|
org.riversun.d6.core |
Modifier and Type | Method and Description |
---|---|
boolean |
D6Crud.execDelete(D6Model modelObj)
Delete the appropriate lines in the specified model object
|
boolean |
D6Crud.execDelete(D6Model[] modelObjs)
Delete the appropriate lines in specified model objects
|
boolean |
D6Crud.execInsert(D6Model[] modelObjects)
Insert the specified model object into the DB
|
boolean |
D6Crud.execInsert(D6Model[] modelObjects,
D6Inex includeExcludeColumnNames)
Insert the specified model object into the DB
|
boolean |
D6Crud.execUpdate(D6Model modelObj)
Update Model Object
|
boolean |
D6Crud.execUpdate(D6Model modelObj,
D6Inex includeExcludeColumnNames)
Update Model Object
|
Modifier and Type | Method and Description |
---|---|
boolean |
D6Crud.execDelete(Class<? extends D6Model> modelObj)
Delete the appropriate line in the specified model object
|
int |
D6Crud.execSelectCount(Class<? extends D6Model> modelClazz)
Returns the total number of the lines of rows corresponding to the
specified model class
|
int |
D6Crud.execSelectCount(Class<? extends D6Model> modelClazz,
WhereCondition whereCondition)
Returns the total number of the lines of rows corresponding to the
specified model class
|
int |
D6Crud.execSelectCount(Class<? extends D6Model> modelClazz,
WhereCondition whereCondition,
Object[] searchKeys)
Returns the total number of the lines of rows corresponding to the
specified model class
|
Object[] |
D6Crud.execSelectTable(Class<? extends D6Model> modelClazz)
Execute select statement and returns the all lines of rows corresponding
to the specified model class as array of Objects
|
Object[] |
D6Crud.execSelectTable(Class<? extends D6Model> modelClazz,
WhereCondition whereCondition) |
Object[] |
D6Crud.execSelectTable(Class<? extends D6Model> modelClazz,
WhereCondition whereCondition,
Object[] searchKeys) |
Object[] |
D6Crud.execSelectTable(String preparedSql,
Class<? extends D6Model> modelClazz)
Execute select statement for the single table.
|
Object[] |
D6Crud.execSelectTable(String preparedSql,
Object[] searchKeys,
Class<? extends D6Model> modelClazz)
Execute select statement for the single table.
|
Object[] |
D6Crud.getAsModel(Map<Class<?>,List<Object>> o,
Class<? extends D6Model> modelClazz)
convert result into ModelObject from the result of execSelectWithJoin
|
Constructor and Description |
---|
D6CrudDeleteHelper(Class<? extends D6Model> modelClazz) |
D6CrudHelperBase(Class<? extends D6Model> modelClazz) |
D6CrudInsertHelper(Class<? extends D6Model> modelClazz) |
D6CrudSelectHelper(Class<? extends D6Model> modelClazz) |
D6CrudUpdateHelper(Class<? extends D6Model> modelClazz) |
Copyright © 2015. All rights reserved.