|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tranql.ejb.EJBCommandFactory
| Constructor Summary | |
EJBCommandFactory()
|
|
| Method Summary | |
QueryCommand |
createQuery(Query query)
|
QueryCommand |
createQuery(java.lang.String query,
QueryBinding[] paramTransforms,
QueryBinding[] resultTransforms)
|
UpdateCommand |
createUpdate(Query query)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EJBCommandFactory()
| Method Detail |
public QueryCommand createQuery(java.lang.String query,
QueryBinding[] paramTransforms,
QueryBinding[] resultTransforms)
throws QueryException
createQuery in interface CommandFactoryQueryException
public QueryCommand createQuery(Query query)
throws QueryException
createQuery in interface CommandFactoryQueryException
public UpdateCommand createUpdate(Query query)
throws QueryException
createUpdate in interface CommandFactoryQueryException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||