站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Interface net.sf.hibernate.dialect.SQLFunction (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.dialect.SQLFunction

Packages that use SQLFunction
net.sf.hibernate.dialect   
 

Uses of SQLFunction in net.sf.hibernate.dialect
 

Classes in net.sf.hibernate.dialect that implement SQLFunction
 class NoArgSQLFunction
           
 class StandardSQLFunction
          Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
 

Methods in net.sf.hibernate.dialect with parameters of type SQLFunction
protected  void Dialect.registerFunction(String name, SQLFunction function)