Uses of Interface
com.jpattern.orm.script.ParserCallback

Packages that use ParserCallback
com.jpattern.orm.script   
 

Uses of ParserCallback in com.jpattern.orm.script
 

Classes in com.jpattern.orm.script that implement ParserCallback
 class SessionParserCallback
           
 

Methods in com.jpattern.orm.script with parameters of type ParserCallback
 void Parser.parse(ParserCallback parserCallback)
          Parse the script using the default symbol ";" to identify the sql statements
 void StreamParser.parse(ParserCallback parserCallback)
           
 void Parser.parse(ParserCallback parserCallback, String spearatorSymbol)
          Parse the script using a custom symbol to identify the sql statements
 void StreamParser.parse(ParserCallback parserCallback, String spearatorSymbol)
           
 



Copyright © 2013. All Rights Reserved.