Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.dialect.function Classes and Interfaces - 31 results found.
NameDescriptionTypePackageFramework
AbstractAnsiTrimEmulationFunctionA SQLFunction providing support for implementing TRIM functionality (as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full trimClassorg.hibernate.dialect.functionHibernate ORM
AnsiTrimEmulationFunctionA SQLFunction implementation that emulates the ANSI SQL trim function on dialects which do not support the full definition.Classorg.hibernate.dialect.functionHibernate ORM
AnsiTrimFunctionDefines support for rendering according to ANSI SQL TRIM function specification.Classorg.hibernate.dialect.functionHibernate ORM
AvgWithArgumentCastFunctionSome databases strictly return the type of the of the aggregation value for AVG which is problematic in the case of averaging integers because the decimals will be dropped.Classorg.hibernate.dialect.functionHibernate ORM
CastFunctionANSI-SQL style cast(foo as type) where the type isConstructor SummaryCastFunction()Classorg.hibernate.dialect.functionHibernate ORM
CharIndexFunctionEmulation of locate() on SybaseConstructor SummaryCharIndexFunction()Classorg.hibernate.dialect.functionHibernate ORM
ClassicAvgFunctionClassic AVG sqlfunction that return types as it was done in Hibernate 3.Classorg.hibernate.dialect.functionHibernate ORM
ClassicCountFunctionClassic COUNT sqlfunction that return types as it was done in Hibernate 3.Classorg.hibernate.dialect.functionHibernate ORM
ClassicSumFunctionClassic SUM sqlfunction that return types as it was done in Hibernate 3.Classorg.hibernate.dialect.functionHibernate ORM
ConditionalParenthesisFunctionEssentially the same as StandardSQLFunction, except that here the parentheses are not included when no arguments are given.Classorg.hibernate.dialect.functionHibernate ORM
ConvertFunctionClassorg.hibernate.dialect.functionHibernate ORM
DerbyConcatFunctionA specialized concat() function definition in which:we translate to use the concat operator wrap dynamic parameters in CASTs to VARCHAR This last spec is to deal with a limitation on DB2 and variants (e.Classorg.hibernate.dialect.functionHibernate ORM
NoArgSQLFunctionClassorg.hibernate.dialect.functionHibernate ORM
NvlFunctionEmulation of coalesce() on Oracle, using multiple nvl() callsConstructor SummaryNvlFunction()Classorg.hibernate.dialect.functionHibernate ORM
PositionSubstringFunctionEmulation of locate() on PostgreSQLConstructor SummaryPositionSubstringFunction()Classorg.hibernate.dialect.functionHibernate ORM
SQLFunctionProvides support routines for the HQL functions as used in the various SQL DialectsInterfaceorg.hibernate.dialect.functionHibernate ORM
SQLFunctionRegistryClassorg.hibernate.dialect.functionHibernate ORM
SQLFunctionTemplateRepresents HQL functions that can have different representations in different SQL dialects.Classorg.hibernate.dialect.functionHibernate ORM
StandardAnsiSqlAggregationFunctionsClassorg.hibernate.dialect.functionHibernate ORM
StandardAnsiSqlAggregationFunctions .AvgFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .CountFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .MaxFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .MinFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .SumFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardJDBCEscapeFunctionAnalogous to StandardSQLFunction except that standard JDBC escape sequences (i.Classorg.hibernate.dialect.functionHibernate ORM
StandardSQLFunctionProvides a standard implementation that supports the majority of the HQL functions that are translated to SQL.Classorg.hibernate.dialect.functionHibernate ORM
TemplateRendererDelegate for handling function templates.Classorg.hibernate.dialect.functionHibernate ORM
TrimFunctionTemplateClassorg.hibernate.dialect.functionHibernate ORM
TrimFunctionTemplate .OptionsClassorg.hibernate.dialect.function.TrimFunctionTemplateHibernate ORM
TrimFunctionTemplate .SpecificationClassorg.hibernate.dialect.function.TrimFunctionTemplateHibernate ORM
VarArgsSQLFunctionSupport for slightly more general templating than StandardSQLFunction, with an unlimited number of arguments.Classorg.hibernate.dialect.functionHibernate ORM