com.force.sdk.jpa.query
Interface QueryListener


public interface QueryListener

QueryListeners can be added to Query objects to give access to the converted SOQL query.

Author:
Fiaz Hossain

Method Summary
 void listen(String soqlQuery)
          This method will be called when the soqlQuery has been built, implement if you need to intercept the soqlQuery for a particular query call.
 

Method Detail

listen

void listen(String soqlQuery)
This method will be called when the soqlQuery has been built, implement if you need to intercept the soqlQuery for a particular query call.

Parameters:
soqlQuery - Force.com SOQL query


Copyright © 2011. All Rights Reserved.