| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.dialect.function.NoArgSQLFunctionConstructor Summary | |
| |
| |
Method Summary | |
Type |
|
boolean | |
boolean | |
String |
|
public NoArgSQLFunction(String name,
Type returnType,
boolean hasParenthesesIfNoArguments)public Type getReturnType(Type columnType, Mapping mapping) throws QueryException
- Specified by:
- getReturnType in interface SQLFunction
public boolean hasParenthesesIfNoArguments()
- Specified by:
- hasParenthesesIfNoArguments in interface SQLFunction
public String render(List args,
SessionFactoryImplementor factory)
throws QueryException
- Specified by:
- render in interface SQLFunction