Package Opf.Datasource

Class Diagram Summary
Datasource 
 

Class Summary
DataSourceFactory
The factory will return the current datasource for the current context.
IDataCommand
Command to execute against a datasource
For instance a sql SELECT statements
IDataCommandBuilder
This will build IDataCommands for a specific IDataSource

It will generate commands for a classmap requests
IDataResult
This will hold the result after an IDataCommand.Execute has been invoked.
IDataResultHandler
Summary description for IDataResultHandler.
IDataSource
Interface for datasource.
IInheritedObjectPersister
Summary description for IInheritedObjectPersister.
IMappingStrategy
IMappingStrategy will be used by the IDataCommandBuilders, according to the passed in ClassMap
IMappingStrategy
IMappingStrategy will be used by the IDataCommandBuilders, according to the passed in ClassMap
IObjectPersister
Summary description for IObjectPersister.
ITransaction
Interface for transaction management