|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.j256.ormlite.stmt.mapped.BaseMappedStatement<T,ID>
com.j256.ormlite.stmt.mapped.MappedUpdate<T,ID>
public class MappedUpdate<T,ID>
Mapped statement for updating an object.
| Field Summary |
|---|
| Fields inherited from class com.j256.ormlite.stmt.mapped.BaseMappedStatement |
|---|
argFieldTypes, clazz, idField, logger, statement, tableInfo |
| Method Summary | ||
|---|---|---|
static
|
build(DatabaseType databaseType,
TableInfo<T,ID> tableInfo)
|
|
int |
update(DatabaseConnection databaseConnection,
T data,
ObjectCache objectCache)
Update the object in the database. |
|
| Methods inherited from class com.j256.ormlite.stmt.mapped.BaseMappedStatement |
|---|
convertIdToFieldObject, getFieldObjects, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static <T,ID> MappedUpdate<T,ID> build(DatabaseType databaseType,
TableInfo<T,ID> tableInfo)
throws SQLException
SQLException
public int update(DatabaseConnection databaseConnection,
T data,
ObjectCache objectCache)
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||