|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.dao.core.ReaderFactory
This Factory creates new objects of the pt.moredata.dao.Reader type. Company MoreData
| Method Summary | |
Reader |
create(DataSource dataSource,
DAOFieldsInfo fieldsInfo,
RecordSet recordSet)
Create a new Reader acording to the type of DataSource. |
static ReaderFactory |
instance()
Devolve a instancia (singleton) do ReaderFactory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ReaderFactory instance()
public Reader create(DataSource dataSource,
DAOFieldsInfo fieldsInfo,
RecordSet recordSet)
dataSource - The data source.fieldsInfo - The fields information to be used by the Reader.recordSet - The recordset with the data to be used by the Reader.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||