org.hibernate.metamodel.binding
Class CustomSQL

java.lang.Object
  extended by org.hibernate.metamodel.binding.CustomSQL

public class CustomSQL
extends Object

Wraps the information for custom SQL execution


Constructor Summary
CustomSQL(String sql, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
           
 
Method Summary
 ExecuteUpdateResultCheckStyle getCheckStyle()
           
 String getSql()
           
 boolean isCallable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomSQL

public CustomSQL(String sql,
                 boolean callable,
                 ExecuteUpdateResultCheckStyle checkStyle)
Method Detail

getSql

public String getSql()

isCallable

public boolean isCallable()

getCheckStyle

public ExecuteUpdateResultCheckStyle getCheckStyle()


Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.