setSyncpointAllGets

 

public void setSyncpointAllGets(boolean flag);

Chooses whether to do all GET operations within a syncpoint. The default setting for this property is false.

Parameters

  • flag - true means that all GETs are to be done under syncpoint. The default is false which allows GET operations that are not under transaction management to perform more quickly.


uj28840_