DeleteCriteriaBuilder<T>, InsertCriteriaBuilder<T>, ModificationCriteriaBuilder<X>, UpdateCriteriaBuilder<T>public interface Executable
| Modifier and Type | Method | Description |
|---|---|---|
int |
executeUpdate() |
Execute this modification statement and return the number of affected entities.
|
javax.persistence.Query |
getQuery() |
Returns the JPA query for the built query.
|
String |
getQueryString() |
Returns the query string for the built query.
|
String getQueryString()
javax.persistence.Query getQuery()
int executeUpdate()
Copyright © 2014–2020 Blazebit. All rights reserved.