|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use 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 |
Uses of SQLFunctionRegistry in org.hibernate.engine.spi |
---|
Methods in org.hibernate.engine.spi that return SQLFunctionRegistry | |
---|---|
SQLFunctionRegistry |
SessionFactoryImplementor.getSqlFunctionRegistry()
|
Uses of SQLFunctionRegistry in org.hibernate.internal |
---|
Methods in org.hibernate.internal that return SQLFunctionRegistry | |
---|---|
SQLFunctionRegistry |
SessionFactoryImpl.getSqlFunctionRegistry()
|
Constructors in org.hibernate.internal with parameters of type SQLFunctionRegistry | |
---|---|
FilterHelper(Map filters,
Dialect dialect,
SQLFunctionRegistry functionRegistry)
The map of defined filters. |
Uses of SQLFunctionRegistry in org.hibernate.mapping |
---|
Methods in org.hibernate.mapping with parameters of type SQLFunctionRegistry | |
---|---|
String |
Formula.getTemplate(Dialect dialect,
SQLFunctionRegistry functionRegistry)
|
String |
Selectable.getTemplate(Dialect dialect,
SQLFunctionRegistry functionRegistry)
|
String |
Column.getTemplate(Dialect dialect,
SQLFunctionRegistry functionRegistry)
|
Uses of SQLFunctionRegistry in org.hibernate.sql |
---|
Methods in org.hibernate.sql with parameters of type SQLFunctionRegistry | |
---|---|
static String |
Template.renderOrderByStringTemplate(String orderByFragment,
ColumnMapper columnMapper,
SessionFactoryImplementor sessionFactory,
Dialect dialect,
SQLFunctionRegistry functionRegistry)
Performs order-by template rendering allowing column mapping . |
static String |
Template.renderOrderByStringTemplate(String orderByFragment,
Dialect dialect,
SQLFunctionRegistry functionRegistry)
Deprecated. Use Template.renderOrderByStringTemplate(String,ColumnMapper,SessionFactoryImplementor,Dialect,SQLFunctionRegistry) instead |
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. |
Uses of SQLFunctionRegistry in org.hibernate.sql.ordering.antlr |
---|
Methods in org.hibernate.sql.ordering.antlr that return SQLFunctionRegistry | |
---|---|
SQLFunctionRegistry |
TranslationContext.getSqlFunctionRegistry()
Retrieves the SQL function registry/tt> for this context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |