Java org.hibernate.dialect.function VarArgsSQLFunction fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.dialect.function VarArgsSQLFunction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.dialect.function VarArgsSQLFunction.

The text is from its open source code.

Constructor

VarArgsSQLFunction(Type registeredType, String begin, String sep, String end)
Constructs a VarArgsSQLFunction instance with a 'static' return type.
VarArgsSQLFunction(String begin, String sep, String end)
Constructs a VarArgsSQLFunction instance with a 'dynamic' return type.