接口的使用
org.hibernate.sql.ordering.antlr.ColumnMapper
-
使用ColumnMapper的程序包 程序包 说明 org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ordering.antlr -
-
org.hibernate.sql中ColumnMapper的使用
实现ColumnMapper的org.hibernate.sql中的类 修饰符和类型 类 说明 static classTemplate.NoOpColumnMapper参数类型为ColumnMapper的org.hibernate.sql中的方法 修饰符和类型 方法 说明 static StringTemplate. renderOrderByStringTemplate(String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, 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中ColumnMapper的使用
返回ColumnMapper的org.hibernate.sql.ordering.antlr中的方法 修饰符和类型 方法 说明 ColumnMapperTranslationContext. getColumnMapper()Retrieves the column mapper for this context.
-