Package org.openbravo.client.kernel
Class KernelSQLFunctionRegister
- java.lang.Object
-
- org.openbravo.client.kernel.KernelSQLFunctionRegister
-
- All Implemented Interfaces:
SQLFunctionRegister
@ApplicationScoped public class KernelSQLFunctionRegister extends Object implements SQLFunctionRegister
A class in charge of registering core SQL functions in Hibernate.
-
-
Constructor Summary
Constructors Constructor Description KernelSQLFunctionRegister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,org.hibernate.dialect.function.SQLFunction>
getSQLFunctions()
This method is executed by theDalSessionFactoryController
to retrieve SQL functions that should be registered in Hibernate.
-
-
-
Method Detail
-
getSQLFunctions
public Map<String,org.hibernate.dialect.function.SQLFunction> getSQLFunctions()
Description copied from interface:SQLFunctionRegister
This method is executed by theDalSessionFactoryController
to retrieve SQL functions that should be registered in Hibernate.- Specified by:
getSQLFunctions
in interfaceSQLFunctionRegister
- Returns:
- A Map with SQL functions to be registered in Hibernate.
-
-