org.hibernate.metamodel.binding
Class CustomSQL
java.lang.Object
org.hibernate.metamodel.binding.CustomSQL
public class CustomSQL
- extends Object
Wraps the information for custom SQL execution
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomSQL
public CustomSQL(String sql,
boolean callable,
ExecuteUpdateResultCheckStyle checkStyle)
getSql
public String getSql()
isCallable
public boolean isCallable()
getCheckStyle
public ExecuteUpdateResultCheckStyle getCheckStyle()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.