Uses of Class
org.hibernate.dialect.function.StandardSQLFunction

Packages that use StandardSQLFunction
org.hibernate.dialect.function A framework for defining database-specific SQL functions that are available via the dialect. 
 

Uses of StandardSQLFunction in org.hibernate.dialect.function
 

Subclasses of StandardSQLFunction in org.hibernate.dialect.function
 class ClassicAvgFunction
          Classic AVG sqlfunction that return types as it was done in Hibernate 3.1
 class ClassicCountFunction
          Classic COUNT sqlfunction that return types as it was done in Hibernate 3.1
 class ClassicSumFunction
          Classic SUM sqlfunction that return types as it was done in Hibernate 3.1
 class ConditionalParenthesisFunction
          Essentially the same as StandardSQLFunction, except that here the parentheses are not included when no arguments are given.
 class StandardJDBCEscapeFunction
          Analogous to StandardSQLFunction except that standard JDBC escape sequences (i.e.