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 |
---|---|
String |
Selectable.getTemplate(Dialect dialect,
SQLFunctionRegistry functionRegistry) |
String |
Formula.getTemplate(Dialect dialect,
SQLFunctionRegistry functionRegistry) |
String |
Column.getTemplate(Dialect dialect,
SQLFunctionRegistry functionRegistry) |
Modifier and Type | Method and Description |
---|---|
static String |
Template.renderOrderByStringTemplate(String orderByFragment,
ColumnMapper columnMapper,
SessionFactoryImplementor sessionFactory,
Dialect dialect,
SQLFunctionRegistry functionRegistry) |
static String |
Template.renderOrderByStringTemplate(String orderByFragment,
Dialect dialect,
SQLFunctionRegistry functionRegistry)
|
static String |
Template.renderWhereStringTemplate(String sqlWhereString,
Dialect dialect,
SQLFunctionRegistry functionRegistry) |
static String |
Template.renderWhereStringTemplate(String sqlWhereString,
String placeholder,
Dialect dialect,
SQLFunctionRegistry functionRegistry)
Takes the where condition provided in the mapping attribute and interpolates the alias.
|
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 | Method and Description |
---|---|
SQLFunctionRegistry |
TranslationContext.getSqlFunctionRegistry()
Retrieves the SQL function registry/tt> for this context.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.