public interface Executable
Modifier and Type | Method and 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–2018 Blazebit. All rights reserved.