Class Summary |
CastFunction |
ANSI-SQL style cast(foo as type) where the type is
a Hibernate type |
CharIndexFunction |
Emulation of locate() on Sybase |
NoArgSQLFunction |
A function which takes no arguments |
NvlFunction |
Emulation of coalesce() on Oracle, using multiple
nvl() calls |
PositionSubstringFunction |
Emulation of locate() on PostgreSQL |
SQLFunctionTemplate |
Represents HQL functions that can have different representations in different SQL dialects. |
StandardSQLFunction |
Provides a standard implementation that supports the majority of the HQL
functions that are translated to SQL. |
VarArgsSQLFunction |
Support for slightly more general templating than StandardSQLFunction,
with an unlimited number of arguments. |