Package org.hibernate.query.sql.spi
Interface NativeNonSelectQueryDefinition
-
public interface NativeNonSelectQueryDefinitionAccess the values defining a native non-select query
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<JdbcParameterBinder>getParameterBinders()StringgetSqlString()booleanisCallable()
-
-
-
Method Detail
-
getSqlString
String getSqlString()
-
getParameterBinders
List<JdbcParameterBinder> getParameterBinders()
-
isCallable
boolean isCallable()
-
-