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

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

Introduction

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

The text is from its open source code.

Subclass

org.hibernate.dialect.function.StandardSQLFunction has subclasses.
Click this link to see all its subclasses.

Constructor

StandardSQLFunction(String name, Type registeredType)
Construct a standard SQL function definition with a static return type.
StandardSQLFunction(String name)
Construct a standard SQL function definition with a variable return type; the actual return type will depend on the types to which the function is applied.

Method

StringgetName()
Function name accessor