I'd like to be able to save the WHERE clause generated by the Example classes in a database. The purpose is so that I can allow users to create custom filters which distill down to SQL criteria, and then save them for re-use later. I'm curious if anyone else has had a similar requirement, and whether they attempted to serialize the Example object to XML, or if they attempted to capture the generated SQL in another SQL statement. Any thoughts? Thanks!
-Ryan
