类的使用
org.hibernate.dialect.function.SQLFunctionRegistry
-
使用SQLFunctionRegistry的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ordering.antlr -
-
org.hibernate.engine.spi中SQLFunctionRegistry的使用
返回SQLFunctionRegistry的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 SQLFunctionRegistrySessionFactoryDelegatingImpl. getSqlFunctionRegistry()SQLFunctionRegistrySessionFactoryImplementor. getSqlFunctionRegistry() -
org.hibernate.internal中SQLFunctionRegistry的使用
返回SQLFunctionRegistry的org.hibernate.internal中的方法 修饰符和类型 方法 说明 SQLFunctionRegistrySessionFactoryImpl. getSqlFunctionRegistry() -
org.hibernate.mapping中SQLFunctionRegistry的使用
参数类型为SQLFunctionRegistry的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 StringColumn. getTemplate(Dialect dialect, SQLFunctionRegistry functionRegistry)StringFormula. getTemplate(Dialect dialect, SQLFunctionRegistry functionRegistry)StringSelectable. getTemplate(Dialect dialect, SQLFunctionRegistry functionRegistry) -
org.hibernate.sql中SQLFunctionRegistry的使用
参数类型为SQLFunctionRegistry的org.hibernate.sql中的方法 修饰符和类型 方法 说明 static StringTemplate. renderOrderByStringTemplate(String orderByFragment, Dialect dialect, SQLFunctionRegistry functionRegistry)static StringTemplate. renderOrderByStringTemplate(String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)static StringTemplate. renderWhereStringTemplate(String sqlWhereString, String placeholder, Dialect dialect, SQLFunctionRegistry functionRegistry)Takes the where condition provided in the mapping attribute and interpolates the alias.static StringTemplate. renderWhereStringTemplate(String sqlWhereString, Dialect dialect, SQLFunctionRegistry functionRegistry)static OrderByTranslationTemplate. translateOrderBy(String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)Performs order-by template rendering allowingcolumn mapping. -
org.hibernate.sql.ordering.antlr中SQLFunctionRegistry的使用
返回SQLFunctionRegistry的org.hibernate.sql.ordering.antlr中的方法 修饰符和类型 方法 说明 SQLFunctionRegistryTranslationContext. getSqlFunctionRegistry()Retrieves the SQL function registry/tt> for this context.
-