|
Since 5.0.0.Beta2 the SQLFunctionRegistry uses a map for the registered functions that isn't mutable after a SessionFactory has been created. This is really unfortunate because all functions have to be added in the constructor of a Dialect.
Please make it possible to add functions to an existing SessionFactory.
|