|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Insert the type's description here. Creation date: (7/3/2001 11:03:21 AM)
Method Summary | |
java.util.Collection |
doAggregateSelect(Mapping first,
Mapping second,
java.lang.String field1,
java.lang.String field2)
Insert the method's description here. |
java.util.Collection |
doAggregateSelect(Mapping first,
Mapping second,
java.lang.String field1,
java.lang.String field2,
java.lang.String whereClause)
Insert the method's description here. |
void |
doDelete(StorableObject object)
Insert the method's description here. |
void |
doInsert(StorableObject object)
Insert the method's description here. |
java.util.Collection |
doSelect(Mapping mapping)
Insert the method's description here. |
java.util.Collection |
doSelect(Mapping mapping,
java.lang.String whereClause)
Insert the method's description here. |
java.util.Collection |
doSelect(StorableObject queryObject)
Insert the method's description here. |
void |
doUpdate(StorableObject object)
Insert the method's description here. |
Method Detail |
public java.util.Collection doAggregateSelect(Mapping first, Mapping second, java.lang.String field1, java.lang.String field2) throws DatabaseException
public java.util.Collection doAggregateSelect(Mapping first, Mapping second, java.lang.String field1, java.lang.String field2, java.lang.String whereClause) throws DatabaseException
public void doDelete(StorableObject object) throws DatabaseException
public void doInsert(StorableObject object) throws DatabaseException
public java.util.Collection doSelect(Mapping mapping) throws DatabaseException
public java.util.Collection doSelect(Mapping mapping, java.lang.String whereClause) throws DatabaseException
public java.util.Collection doSelect(StorableObject queryObject) throws DatabaseException
public void doUpdate(StorableObject object) throws DatabaseException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |