Package org.hibernate.query.sql.spi
Interface NativeSelectQueryDefinition<R>
-
public interface NativeSelectQueryDefinition<R>Access the values defining a native select query
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getAffectedTableNames()List<ParameterOccurrence>getQueryParameterOccurrences()ResultSetMappinggetResultSetMapping()StringgetSqlString()booleanisCallable()
-
-
-
Method Detail
-
getSqlString
String getSqlString()
-
getQueryParameterOccurrences
List<ParameterOccurrence> getQueryParameterOccurrences()
-
getResultSetMapping
ResultSetMapping getResultSetMapping()
-
isCallable
boolean isCallable()
-
-