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.SQLFunction
org.hibernate.QueryException
public boolean hasArguments()
hasArguments
in interface org.hibernate.dialect.function.SQLFunction
public boolean hasParenthesesIfNoArguments()
hasParenthesesIfNoArguments
in interface org.hibernate.dialect.function.SQLFunction
Copyright © 2019 Communote team. All rights reserved.