public interface PanacheUpdate
Modifier and Type | Method and Description |
---|---|
long |
all()
Execute an update on all documents with the update document.
|
long |
where(String query,
Map<String,Object> params)
Execute the update query with the update document.
|
long |
where(String query,
Object... params)
Execute the update query with the update document.
|
long |
where(String query,
Parameters params)
Execute the update query with the update document.
|
long where(String query, Object... params)
query
- a query string
params
- params optional sequence of indexed parameterslong where(String query, Map<String,Object> params)
query
- a query string
params
- Map
of named parameterslong where(String query, Parameters params)
query
- a query string
params
- Parameters
of named parameterslong all()
Copyright © 2020 JBoss by Red Hat. All rights reserved.