|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |