org.hibernate.dialect.function
Class SQLFunctionRegistry

java.lang.Object
  extended by org.hibernate.dialect.function.SQLFunctionRegistry

public class SQLFunctionRegistry
extends Object


Constructor Summary
SQLFunctionRegistry(Dialect dialect, Map<String,SQLFunction> userFunctions)
           
 
Method Summary
 SQLFunction findSQLFunction(String functionName)
           
 boolean hasFunction(String functionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLFunctionRegistry

public SQLFunctionRegistry(Dialect dialect,
                           Map<String,SQLFunction> userFunctions)
Method Detail

findSQLFunction

public SQLFunction findSQLFunction(String functionName)

hasFunction

public boolean hasFunction(String functionName)


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