Package pt.moredata.dao.core

Class Summary
AbstractReader Parcial implementation of the Reader interface.
AbstractSQLStatementBuilder AbstractSQLStatementBuilder.java Company MoreData
AbstractWriter Parcial implementation of the Writer interface.
DAOCoreTestSuite DataCell.java Company MoreData
DAOFactory Esta classe providencia um mecanismo para criar um DataAccessObject.
GenericDAOFieldsInfoTest GenericDAOFieldsInfoTest.java Company MoreData
GenericDAOTest GenericDAOTest.java Company MoreData
GenericDataRowTest DataRowTest.java Company MoreData
GenericMetaFieldTest GenericMetaFieldTest.java Company MoreData
GenericMultiTableDAOTest GenericMultiTableDAOTest.java Company MoreData
GenericRecordSetTest GenericRecordSetTest.java Company MoreData
OracleSQLInsertBuilder Company MoreData
PublicGenericMetaField Deprecated. This class will be removed in the future.
ReaderFactory This Factory creates new objects of the pt.moredata.dao.Reader type.
ReaderInformation This is the interface used for presenting aditional information to the Reader interface so it can query a repository.
SerializedTable Company MoreData
SerializedTableIO Le o conteudo de um ficheiro de objectos serializados que correspondem a uma tabela lida da base de dados para ficheiro.
SerializedTableIOTest SerializedTableIOTest.java Company MoreData
SerializedTableTest DSerializedTableTest.java Company MoreData
SQLBuilderTest SQLBuilderTest.java Interactive test case for testing SQLStatementBuilder classes.
SQLDeleteBuilder This class is responsible for building SQL delete commands.
SQLInformation This is a java bean used for presenting aditional information to the SQLStatmentBuilder interface so it can build SQL statments.
SQLInsertBuilder This class is responsible for building SQL insert commands.
SQLSelectBuilder This class is responsible for building SQL select commands.
SQLStatementCache This class is responsibly for prepare SQL statemends and cache SQL prepared statements.
SQLUpdateBuilder This class is responsible for building SQL update commands.
WriterFactory This Factory creates new objects of the pt.moredata.dao.Writer type.
WriterInformation This is the interface used for presenting aditional information to the Writer interface so it can insert or update information into the repository.