The following tables list the members exposed by the Keystone.Carbonite.Diamant.Oracle type.
Name | Description | |
---|---|---|
![]() |
CodeFirstOracleDao<TEntity> | The base class of any Diamant ORM DAO in which persistence operations for Oracle data stores are written in traditional ADO.NET code. |
![]() |
CodeFirstOracleGroupingDao<TEntity, TEntityGroup> | The base class of any Diamant ORM DAO that reads Oracle data in an aggregated fashion. Readings are written in traditional ADO.NET query code. |
![]() |
CodeFirstOracleProgramDao<TProgramResult, TProgramArguments> | The base class of any Diamant ORM DAO that encapsulates a parameterized program hosted and executed by Oracle data stores. Statements that activates the parameterized program are written in traditional ADO.NET code. |
![]() |
CodeFirstOracleProgramDao<TProgramResult> | The base class of any Diamant ORM DAO that encapsulates a parameterless program hosted and executed by MySQL data stores. Statements that activates the parameterless program are written in traditional ADO.NET code. |
![]() |
ConfigurationFirstOracleDao<TEntity> | The base class of any Diamant ORM DAO in which persistence operations for Oracle data stores are automatically created by using TableMappings declaratively expressed. |
![]() |
ConfigurationFirstOracleGroupingDao<TEntity, TEntityGroup> | The base class of any Diamant ORM DAO in which group data reading operations for Oracle data stores are automatically created by using TableMappings declaratively expressed. |
![]() |
ConventionFirstOracleDao<TEntity> | The base class of any Diamant ORM DAO in which persistence operations for Oracle data stores are automatically created by inferring data schema in accordance with TEntity characteristics. |
![]() |
OracleCarboniteController | Creates and hosts Diamant DAO instances, acting for them as a communication manager to call the functions of Oracle data store connections. |