We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3881a8 commit 4818af8Copy full SHA for 4818af8
src/main/resources/beeContext.xml
@@ -27,9 +27,9 @@
27
<bean id="mapSuid" class="org.teasoft.honey.osql.core.MapSuidImpl">
28
<property name="beeSql" ref="beeSql"></property>
29
</bean>
30
-
31
- <bean id="condition" class="org.teasoft.honey.osql.core.ConditionImpl"/>
32
- <bean id="mapSql" class="org.teasoft.honey.osql.core.MapSqlImpl"/>
+
+ <bean id="condition" class="org.teasoft.honey.osql.core.ConditionImpl" scope="prototype" />
+ <bean id="mapSql" class="org.teasoft.honey.osql.core.MapSqlImpl" scope="prototype" />
33
34
<bean id="objSQLService" class="org.teasoft.honey.osql.serviceimpl.ObjSQLServiceImpl">
35
<property name="suid" ref="suid"></property>
0 commit comments