Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » dialect » function » [javadoc | source]
org.hibernate.dialect.function
public class: SQLFunctionRegistry [javadoc | source]
java.lang.Object
   org.hibernate.dialect.function.SQLFunctionRegistry
Constructor:
 public SQLFunctionRegistry(Dialect dialect,
    Map userFunctions) 
Method from org.hibernate.dialect.function.SQLFunctionRegistry Summary:
findSQLFunction,   hasFunction
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.dialect.function.SQLFunctionRegistry Detail:
 public SQLFunction findSQLFunction(String functionName) 
 public boolean hasFunction(String functionName)