Hi,
i'm looking for some info about the following tags:
<refresh>true</refresh>
<remote-refresh>true</remote-refresh>
These tags are inside the -or-mappings.xml file and more precisely inside this block.
<querying>
<queries>
<query name="DbPollerXXX" xsi:type="read-all-query">
<reference-class>DbPollerXXX.xxx</reference-class>
<refresh>true</refresh>
<remote-refresh>true</remote-refresh>
<lock-mode>lock-no-wait</lock-mode>
<container xsi:type="list-container-policy">
<collection-type>java.util.Vector</collection-type>
</container>
</query>
</queries>
</querying>
I didn't find any information about these two tag and how they works.
Could someone help me?
Thank you
Luca