org.hibernate.dialect.function
Class SQLFunctionRegistry
java.lang.Object
org.hibernate.dialect.function.SQLFunctionRegistry
public class SQLFunctionRegistry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLFunctionRegistry
public SQLFunctionRegistry(Dialect dialect,
Map<String,SQLFunction> userFunctions)
findSQLFunction
public SQLFunction findSQLFunction(String functionName)
hasFunction
public boolean hasFunction(String functionName)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.