You can use QueryBySql do directly use SQL select strings.
If you want to translate an XML representation of queries into Query objects you need a XML parser that builds up the Query and Criteria objects.
There is no such thing in the OJB distribution, but it won't be difficult to write such a parser based on SAX or DOM.
cheers, Thomas
Alexander Prozor wrote:
Hello , is it possible, using PB API, to create search query ( or criteria ) from some text form ( XML for example ).
thank you.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
