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