- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
public ObjectSequence findOneBypassCache(com.gs.fw.finder.Operation operation) { return ObjectSequenceFinder.findOne(operation, true); }
public ObjectSequence findOne(com.gs.fw.finder.Operation operation) { return ObjectSequenceFinder.findOne(operation, false); }
public ObjectSequence findOneBypassCache(com.gs.fw.finder.Operation operation) { return ObjectSequenceFinder.findOne(operation, true); }
public ObjectSequence findOne(com.gs.fw.finder.Operation operation) { return ObjectSequenceFinder.findOne(operation, false); }