org.hibernate.dialect.function
Interface
SQLFunction
-
All Known Implementing Classes:
- AbstractAnsiTrimEmulationFunction, AnsiTrimEmulationFunction, CastFunction, CharIndexFunction, ClassicAvgFunction, ClassicCountFunction, ClassicSumFunction, ConditionalParenthesisFunction, ConvertFunction, DerbyConcatFunction, DerbyDialect.DerbyTrimFunctionEmulation, NoArgSQLFunction, NvlFunction, PositionSubstringFunction, SQLFunctionTemplate, StandardJDBCEscapeFunction, StandardSQLFunction, VarArgsSQLFunction
public interface SQLFunction
Provides support routines(常规) for the HQL functions as used in the various(不同的) SQL Dialects Provides an interface for supporting various(不同的) HQL functions that are translated to SQL. The Dialect and its sub-classes use this interface to provide details required(必须的) for processing(处理) of the function.
-
Author:
- David Channon

本文深入探讨了Hibernate Dialect接口及其子类如何提供不同SQL方言中HQL函数的细节和实现,包括抽象模板、转换函数、位置子字符串等功能。
1576

被折叠的 条评论
为什么被折叠?



