public class PostgreSQLDatePartFunction extends Object implements org.hibernate.dialect.function.SQLFunction
| Constructor and Description |
|---|
PostgreSQLDatePartFunction() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.type.Type |
getReturnType(org.hibernate.type.Type firstArgumentType,
org.hibernate.engine.Mapping mapping) |
boolean |
hasArguments() |
boolean |
hasParenthesesIfNoArguments() |
String |
render(org.hibernate.type.Type firstArgumentType,
List arguments,
org.hibernate.engine.SessionFactoryImplementor factory) |
public org.hibernate.type.Type getReturnType(org.hibernate.type.Type firstArgumentType,
org.hibernate.engine.Mapping mapping)
throws org.hibernate.QueryException
getReturnType in interface org.hibernate.dialect.function.SQLFunctionorg.hibernate.QueryExceptionpublic boolean hasArguments()
hasArguments in interface org.hibernate.dialect.function.SQLFunctionpublic boolean hasParenthesesIfNoArguments()
hasParenthesesIfNoArguments in interface org.hibernate.dialect.function.SQLFunctionCopyright © 2019 Communote team. All rights reserved.