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