Package org.hibernate.boot.model
Class CustomSql
java.lang.Object
org.hibernate.boot.model.CustomSql
Models the information for custom SQL execution defined as part of
the mapping for a primary or secondary table.
- Author:
- Steve Ebersole
-
Constructor Summary
ConstructorsConstructorDescriptionCustomSql(String sql, boolean callable, ExecuteUpdateResultCheckStyle checkStyle) -
Method Summary
-
Constructor Details
-
CustomSql
-
-
Method Details
-
getSql
-
isCallable
public boolean isCallable() -
getCheckStyle
-