Uses of Class
com.redhat.persistence.metadata.SQLBlock

Packages that use SQLBlock
com.redhat.persistence.engine.rdbms Generates optimized SQL queries based on metadata. 
com.redhat.persistence.metadata   
 

Uses of SQLBlock in com.redhat.persistence.engine.rdbms
 

Methods in com.redhat.persistence.engine.rdbms with parameters of type SQLBlock
 void RDBMSEngine.execute(SQLBlock sql, Map parameters)
           
 

Uses of SQLBlock in com.redhat.persistence.metadata
 

Methods in com.redhat.persistence.metadata that return SQLBlock
 SQLBlock DataOperation.getSQL()
           
 SQLBlock Mapping.getRetrieve()
           
 SQLBlock ObjectMap.getRetrieveAll()
           
 

Methods in com.redhat.persistence.metadata with parameters of type SQLBlock
 void Mapping.setRetrieve(SQLBlock retrieve)
           
 void ObjectMap.setRetrieveAll(SQLBlock retrieveAll)
           
 

Constructors in com.redhat.persistence.metadata with parameters of type SQLBlock
DataOperation(Path name, SQLBlock sql)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC