Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B C E G H N O P R S T V

B

begin - Variable in class org.hibernate.dialect.function.VarArgsSQLFunction
 

C

CastFunction - class org.hibernate.dialect.function.CastFunction.
ANSI-SQL style cast(foo as type) where the type is a Hibernate type
CastFunction() - Constructor for class org.hibernate.dialect.function.CastFunction
 
CharIndexFunction - class org.hibernate.dialect.function.CharIndexFunction.
Emulation of locate() on Sybase
CharIndexFunction() - Constructor for class org.hibernate.dialect.function.CharIndexFunction
 
chunks - Variable in class org.hibernate.dialect.function.SQLFunctionTemplate
 

E

end - Variable in class org.hibernate.dialect.function.VarArgsSQLFunction
 

G

getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.CastFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.CharIndexFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.NvlFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
getReturnType(Type, Mapping) - Method in interface org.hibernate.dialect.function.SQLFunction
The function return type
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 

H

hasArguments() - Method in class org.hibernate.dialect.function.CastFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.CharIndexFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.NvlFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
hasArguments() - Method in interface org.hibernate.dialect.function.SQLFunction
Does this function have any arguments?
hasArguments - Variable in class org.hibernate.dialect.function.SQLFunctionTemplate
 
hasArguments() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
hasArguments() - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 
hasParenthesesIfNoArgs - Variable in class org.hibernate.dialect.function.SQLFunctionTemplate
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.CastFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.CharIndexFunction
 
hasParenthesesIfNoArguments - Variable in class org.hibernate.dialect.function.NoArgSQLFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.NvlFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
hasParenthesesIfNoArguments() - Method in interface org.hibernate.dialect.function.SQLFunction
If there are no arguments, are parens required?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 

N

NoArgSQLFunction - class org.hibernate.dialect.function.NoArgSQLFunction.
A function which takes no arguments
NoArgSQLFunction(String, Type) - Constructor for class org.hibernate.dialect.function.NoArgSQLFunction
 
NoArgSQLFunction(String, Type, boolean) - Constructor for class org.hibernate.dialect.function.NoArgSQLFunction
 
NvlFunction - class org.hibernate.dialect.function.NvlFunction.
Emulation of coalesce() on Oracle, using multiple nvl() calls
NvlFunction() - Constructor for class org.hibernate.dialect.function.NvlFunction
 
name - Variable in class org.hibernate.dialect.function.NoArgSQLFunction
 
name - Variable in class org.hibernate.dialect.function.StandardSQLFunction
 

O

org.hibernate.dialect.function - package org.hibernate.dialect.function
 

P

PositionSubstringFunction - class org.hibernate.dialect.function.PositionSubstringFunction.
Emulation of locate() on PostgreSQL
PositionSubstringFunction() - Constructor for class org.hibernate.dialect.function.PositionSubstringFunction
 
paramIndexes - Variable in class org.hibernate.dialect.function.SQLFunctionTemplate
 

R

render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.CastFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.CharIndexFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.NvlFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
render(List, SessionFactoryImplementor) - Method in interface org.hibernate.dialect.function.SQLFunction
Render the function call as SQL
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
Applies the template to passed in arguments.
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 
returnType - Variable in class org.hibernate.dialect.function.NoArgSQLFunction
 
returnType - Variable in class org.hibernate.dialect.function.StandardSQLFunction
 

S

SQLFunction - interface org.hibernate.dialect.function.SQLFunction.
Provides support routines for the HQL functions as used in the various SQL Dialects Provides an interface for supporting various HQL functions that are translated to SQL.
SQLFunctionTemplate - class org.hibernate.dialect.function.SQLFunctionTemplate.
Represents HQL functions that can have different representations in different SQL dialects.
SQLFunctionTemplate(Type, String) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
 
SQLFunctionTemplate(Type, String, boolean) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
 
StandardSQLFunction - class org.hibernate.dialect.function.StandardSQLFunction.
Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
StandardSQLFunction(String) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
 
StandardSQLFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
 
sep - Variable in class org.hibernate.dialect.function.VarArgsSQLFunction
 

T

template - Variable in class org.hibernate.dialect.function.SQLFunctionTemplate
 
toString() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
toString() - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
type - Variable in class org.hibernate.dialect.function.SQLFunctionTemplate
 
type - Variable in class org.hibernate.dialect.function.VarArgsSQLFunction
 

V

VarArgsSQLFunction - class org.hibernate.dialect.function.VarArgsSQLFunction.
Support for slightly more general templating than StandardSQLFunction, with an unlimited number of arguments.
VarArgsSQLFunction(Type, String, String, String) - Constructor for class org.hibernate.dialect.function.VarArgsSQLFunction
 
VarArgsSQLFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.VarArgsSQLFunction
 

B C E G H N O P R S T V