public interface CustomQuery
Modifier and Type | Method and Description |
---|---|
List<Return> |
getCustomQueryReturns()
A collection of
descriptors describing the
JDBC result set to be expected and how to map this result set. |
List<ParameterBinder> |
getParameterValueBinders() |
Set<String> |
getQuerySpaces()
Any query spaces to apply to the query execution.
|
String |
getSQL()
The SQL query string to be performed.
|
String getSQL()
Set<String> getQuerySpaces()
List<ParameterBinder> getParameterValueBinders()
List<Return> getCustomQueryReturns()
descriptors
describing the
JDBC result set to be expected and how to map this result set.Copyright © 2019 JBoss by Red Hat. All rights reserved.