com.blazebit.persistence.spi.JpqlFunction
public class HibernateSQLFunctionAdapter
extends java.lang.Object
implements com.blazebit.persistence.spi.JpqlFunction
Constructor | Description |
---|---|
HibernateSQLFunctionAdapter(org.hibernate.engine.spi.SessionFactoryImplementor sfi,
org.hibernate.dialect.function.SQLFunction function) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class<?> |
getReturnType(java.lang.Class<?> firstArgumentType) |
|
boolean |
hasArguments() |
|
boolean |
hasParenthesesIfNoArguments() |
|
void |
render(com.blazebit.persistence.spi.FunctionRenderContext context) |
public HibernateSQLFunctionAdapter(org.hibernate.engine.spi.SessionFactoryImplementor sfi, org.hibernate.dialect.function.SQLFunction function)
public boolean hasArguments()
hasArguments
in interface com.blazebit.persistence.spi.JpqlFunction
public boolean hasParenthesesIfNoArguments()
hasParenthesesIfNoArguments
in interface com.blazebit.persistence.spi.JpqlFunction
public java.lang.Class<?> getReturnType(java.lang.Class<?> firstArgumentType)
getReturnType
in interface com.blazebit.persistence.spi.JpqlFunction
public void render(com.blazebit.persistence.spi.FunctionRenderContext context)
render
in interface com.blazebit.persistence.spi.JpqlFunction
Copyright © 2014–2019 Blazebit. All rights reserved.