Package | Description |
---|---|
sirius.db.jdbc.batch |
Modifier and Type | Method and Description |
---|---|
UpdateQuery<?> |
BatchContext.autoUpdateByIdQuery(String... mappingsToUpdate)
Returns an autoinitializing update query which uses
SQLEntity.ID as mapping to compare. |
UpdateQuery<?> |
BatchContext.autoUpdateQuery(String... mappingsToCompare)
Returns an autoinitializing update query.
|
<E extends SQLEntity> |
BatchContext.updateByIdQuery(Class<E> type,
Mapping... mappingsToUpdate)
Creates a new
update query which uses SQLEntity.ID as mapping to compare. |
<E extends SQLEntity> |
BatchContext.updateQuery(Class<E> type,
Mapping... mappingsToCompare)
Creates a new
update query . |
UpdateQuery<E> |
UpdateQuery.withUpdatedMappings(Mapping... mappingsToUpdate)
Specifies the list of mappings to update.
|
UpdateQuery<E> |
UpdateQuery.withUpdatedMappings(String... mappingsToUpdate)
Specifies the list of mappings to update.
|
Copyright © 2018. All rights reserved.