类 CustomSql
- java.lang.Object
-
- org.hibernate.boot.model.CustomSql
-
public class CustomSql extends Object
Models the information for custom SQL execution defined as part of the mapping for a primary/secondary table- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 CustomSql(String sql, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
-
-
-
构造器详细资料
-
CustomSql
public CustomSql(String sql, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
-
-
方法详细资料
-
getSql
public String getSql()
-
isCallable
public boolean isCallable()
-
getCheckStyle
public ExecuteUpdateResultCheckStyle getCheckStyle()
-
-