当前位置: 代码迷 >> SQL >> Hibernate 中 SQLFunction 种的翻译
  详细解决方案

Hibernate 中 SQLFunction 种的翻译

热度:75   发布时间:2016-05-05 14:05:26.0
Hibernate 中 SQLFunction 类的翻译

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?
  相关解决方案