org.tranql.query
Interface CommandTransform

All Known Implementing Classes:
CacheLoadTransform, EntityReferenceTransformer, PrefetchGroupTransform, QueryCloner, SchemaMapper

public interface CommandTransform

Version:
$Revision: 51 $ $Date: 2004-04-21 05:21:25 +0200 (Wed, 21 Apr 2004) $

Method Summary
 QueryCommand transform(QueryCommand source)
           
 UpdateCommand transform(UpdateCommand source)
           
 

Method Detail

transform

QueryCommand transform(QueryCommand source)
                       throws QueryException
Throws:
QueryException

transform

UpdateCommand transform(UpdateCommand source)
                        throws QueryException
Throws:
QueryException


Copyright © -2010 The Codehaus. All Rights Reserved.