Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
SQLFunctionRegistry |
SessionFactoryImplementor.getSqlFunctionRegistry() |
SQLFunctionRegistry |
SessionFactoryDelegatingImpl.getSqlFunctionRegistry() |
Modifier and Type | Method and Description |
---|---|
SQLFunctionRegistry |
SessionFactoryImpl.getSqlFunctionRegistry() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Column.getTemplate(Dialect dialect,
SQLFunctionRegistry functionRegistry) |
java.lang.String |
Selectable.getTemplate(Dialect dialect,
SQLFunctionRegistry functionRegistry) |
java.lang.String |
Formula.getTemplate(Dialect dialect,
SQLFunctionRegistry functionRegistry) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Template.renderOrderByStringTemplate(java.lang.String orderByFragment,
ColumnMapper columnMapper,
SessionFactoryImplementor sessionFactory,
Dialect dialect,
SQLFunctionRegistry functionRegistry) |
static java.lang.String |
Template.renderOrderByStringTemplate(java.lang.String orderByFragment,
Dialect dialect,
SQLFunctionRegistry functionRegistry)
|
static java.lang.String |
Template.renderWhereStringTemplate(java.lang.String sqlWhereString,
Dialect dialect,
SQLFunctionRegistry functionRegistry) |
static java.lang.String |
Template.renderWhereStringTemplate(java.lang.String sqlWhereString,
java.lang.String placeholder,
Dialect dialect,
SQLFunctionRegistry functionRegistry)
Takes the where condition provided in the mapping attribute and interpolates the alias.
|
static OrderByTranslation |
Template.translateOrderBy(java.lang.String orderByFragment,
ColumnMapper columnMapper,
SessionFactoryImplementor sessionFactory,
Dialect dialect,
SQLFunctionRegistry functionRegistry)
Performs order-by template rendering allowing
column mapping . |
Modifier and Type | Method and Description |
---|---|
SQLFunctionRegistry |
TranslationContext.getSqlFunctionRegistry()
Retrieves the SQL function registry/tt> for this context.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.