Package | Description |
---|---|
org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
org.hibernate.sql.ordering.antlr |
Modifier and Type | Method and Description |
---|---|
static OrderByTranslation |
Template.translateOrderBy(String orderByFragment,
ColumnMapper columnMapper,
SessionFactoryImplementor sessionFactory,
Dialect dialect,
SQLFunctionRegistry functionRegistry)
Performs order-by template rendering allowing
column mapping . |
Modifier and Type | Class and Description |
---|---|
static class |
OrderByFragmentTranslator.StandardOrderByTranslationImpl |
Modifier and Type | Method and Description |
---|---|
static OrderByTranslation |
OrderByFragmentTranslator.translate(TranslationContext context,
String fragment)
Perform the translation of the user-supplied fragment, returning the translation.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.