Uses of Interface
net.sf.hibernate.dialect.SQLFunction

Packages that use SQLFunction
net.sf.hibernate.dialect   
 

Uses of SQLFunction in net.sf.hibernate.dialect
 

Classes in net.sf.hibernate.dialect that implement SQLFunction
 class NoArgSQLFunction
           
 class StandardSQLFunction
          Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
 

Methods in net.sf.hibernate.dialect with parameters of type SQLFunction
protected  void Dialect.registerFunction(String name, SQLFunction function)