当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
ConditionalParenthesisFunction (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.dialect.function
Class ConditionalParenthesisFunction
java.lang.Object
org.hibernate.dialect.function.StandardSQLFunction
org.hibernate.dialect.function.ConditionalParenthesisFunction
- All Implemented Interfaces:
- SQLFunction
- public class ConditionalParenthesisFunction
- extends StandardSQLFunction
Essentially the same as StandardSQLFunction,
except that here the parentheses are not included when no arguments are given.
- Author:
- Jonathan Levinson
ConditionalParenthesisFunction
public ConditionalParenthesisFunction(String name)
ConditionalParenthesisFunction
public ConditionalParenthesisFunction(String name,
Type type)
hasParenthesesIfNoArguments
public boolean hasParenthesesIfNoArguments()
- Description copied from class:
StandardSQLFunction
- If there are no arguments, are parens required?
- Specified by:
hasParenthesesIfNoArguments in interface SQLFunction- Overrides:
hasParenthesesIfNoArguments in class StandardSQLFunction
render
public String render(List args,
SessionFactoryImplementor factory)
- Description copied from class:
StandardSQLFunction
- Render the function call as SQL fragment.
- Specified by:
render in interface SQLFunction- Overrides:
render in class StandardSQLFunction