Package org.openbravo.dal.core
Interface SQLFunctionRegister
-
- All Known Implementing Classes:
APRMSQLFunctionRegister
,KernelSQLFunctionRegister
public interface SQLFunctionRegister
An interface that must be implemented by those classes intended to register SQL functions which are pretended to be used in HQL.
-
-
Method Summary
All Methods Instance Methods Abstract 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
Map<String,org.hibernate.dialect.function.SQLFunction> getSQLFunctions()
This method is executed by theDalSessionFactoryController
to retrieve SQL functions that should be registered in Hibernate.- Returns:
- A Map with SQL functions to be registered in Hibernate.
-
-