Interface NativeSelectQueryDefinition<R>
public interface NativeSelectQueryDefinition<R>
Access the values defining a native select query
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getSqlString
String getSqlString() -
getQueryParameterOccurrences
List<ParameterOccurrence> getQueryParameterOccurrences()- API Note:
- This returns query parameters in the order they were encountered - potentially including "duplicate references" to a single parameter
-
getResultSetMapping
ResultSetMapping getResultSetMapping() -
getAffectedTableNames
-
isCallable
boolean isCallable()
-