Package | Description |
---|---|
org.apache.metamodel.update |
API for updating rows
|
Modifier and Type | Method and Description |
---|---|
Update |
Update.where(FilterItem... filterItems) |
Update |
Update.where(Iterable<FilterItem> filterItems) |
Modifier and Type | Method and Description |
---|---|
FilterBuilder<Update> |
Update.where(Column column) |
FilterBuilder<Update> |
Update.where(String columnName) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.