com.googlecode.jpattern.orm.script
Class SessionParserCallback

java.lang.Object
  extended by com.googlecode.jpattern.orm.script.SessionParserCallback
All Implemented Interfaces:
IParserCallback

public class SessionParserCallback
extends Object
implements IParserCallback

Author:
Francesco Cina 02/lug/2011

Constructor Summary
SessionParserCallback(ISessionSqlPerformer session, int commitEveryStatements)
           
 
Method Summary
 void parseAction(String sqlStatement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionParserCallback

public SessionParserCallback(ISessionSqlPerformer session,
                             int commitEveryStatements)
Method Detail

parseAction

public void parseAction(String sqlStatement)
Specified by:
parseAction in interface IParserCallback


Copyright © 2011. All Rights Reserved.