Project:
View Revisions: Issue #37428 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0037428: don't use DalConnectionProvider default constructor | ||
Revision | 2017-12-01 08:02 by alostale | ||
Description | DalConnectionProvider's default constructor is equivalent to new DalConnectionProvider(true) which flushes Hibernate session. Default constructor shouldn't be used in favor of the more explicit boolean version. Note that as exposed by 0036638, flush occurs each time that ConnectionProvider acquires a connection which typically when used together with xsql is every time a query is executed. |
||
Revision | 2017-12-01 07:59 by alostale | ||
Description | DalConnectionProvider's default constructor is equivalent to new DalConnectionProvider(true) which flushes Hibernate session. Default constructor shouldn't be used in favor of the more explicit boolean version. |
Copyright © 2000 - 2009 MantisBT Group |