Project:
View Revisions: Issue #38382 | [ Back to Issue ] | ||
Summary | 0038382: Deprecate usage of positional query parameters in OBQuery | ||
Revision | 2018-04-16 18:34 by caristu | ||
Description | Legacy-style query parameters ('?') are no longer supported in Hibernate 5.3[1] The OBQuery API allows the definition of this kind of parameters by using the setParameters(List)[2] method. This method should be deprecated in order to discourage its usage before applying the Hibernate upgrade. Named parameters should be used instead. [1] https://hibernate.atlassian.net/browse/HHH-12101 [^] [2] https://code.openbravo.com/erp/devel/pi/file/tip/src/org/openbravo/dal/service/OBQuery.java#l453 [^] |
||
Revision | 2018-04-16 18:33 by caristu | ||
Description | Legacy-style query parameters ('?') are no longer supported in Hibernate 5.3[1] The OBQuery API allows the definition of this kind of parameters by using the setParameters(List)[2] method. This method should be deprecated in order to discourage its usage before applying the Hibernate upgrade. Named parameters should be used instead. [1] https://hibernate.atlassian.net/browse/HHH-12101 [^] [2] https://code.openbravo.com/erp/devel/pi/file/tip/src/org/openbravo/dal/service/OBQuery.java#l453 [^] |
||
Revision | 2018-04-16 18:21 by caristu | ||
Description | Legacy-style query parameters ('?') are no longer supported in Hibernate 5.3[1] The OBQuery API allows the definition of this kind of parameters by using the setParameters(List)[2] method. This method should be deprecated in order to start avoiding its usage before applying the Hibernate upgrade. [1] https://hibernate.atlassian.net/browse/HHH-12101 [^] [2] https://code.openbravo.com/erp/devel/pi/file/tip/src/org/openbravo/dal/service/OBQuery.java#l453 [^] |
Copyright © 2000 - 2009 MantisBT Group |