|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DAO | |
| com.marringtons.database | The marringtons.com database package provides a simple to use object database system allowing Java DAO POJOs to be persisted without complicated interfaces or many if any changes to style. |
| com.marringtons.util | Every library requires a catch-all packages for classes that cannot be easily grouped elsewhere - and here it is. |
| Uses of DAO in com.marringtons.database |
| Methods in com.marringtons.database that return DAO | |
DAO |
DAO.first(Index index)
Retrieve the first of a list of objects that match the provided index. |
DAO |
DAO.first(int integerIndex)
Retrieve the first of a list of objects that match the provided integer index. |
DAO |
DAO.first(String stringIndex)
Retrieve the first of a list of objects that match the provided string index. |
DAO |
DAO.next()
Retrieve the next matching record. |
DAO |
DAO.copy()
Return a copy of a DAO object that can then be added to the database as a new record. |
static DAO |
DAO.fromXML(String xml)
Given an XML string created by toXML(), create an instance of the DAO. |
| Uses of DAO in com.marringtons.util |
| Subclasses of DAO in com.marringtons.util | |
static class |
Session.PersistentData
The DAO object to persist some session data. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||