Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #38559 All Revisions ] Back to Issue ]
Summary 0038559: API change: APRMApplicationInitializer is no longer needed
Revision 2018-05-16 12:43 by caristu
Description With the changes introduced with 0038520 the SQL functions to be registered in Hibernate should be registered with a class implementing the SQLFunctionRegister interface instead of using the OBDal.registerSQLFunction() method.

The APRMApplicationInitializer clss is intended to register some SQL functions and it is making use of that method. This class is going to be replaced with a SQLFunctionRegister class and therefore is no longer needed.
Revision 2018-05-16 12:41 by caristu
Description With the changes introduced with 0038520 the SQL functions to be registered in Hibernate should be registered with an SQLFunctionRegister instead of using OBDal.registerSQLFunction method.

The APRMApplicationInitializer is intended to register some SQL functions and it is making use of that method. This class is replaced with a SQLFunctionRegister class. Therefore is no longer needed.
Revision 2018-05-16 11:31 by caristu
Description With the changes introduced with 0038520 the SQL functions to be registered in Hibernate should be registered with an SQLFunctionRegister instead of using OBDal.registerSQLFunction method.

The APRMApplicationInitializer is using that method to register the SQL functions and it will be replace with an SQLFunctionRegister class. Therefore is no longer needed.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker