KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Data.EF Namespace Reference

Namespaces

namespace  InMemory
 
namespace  Npgsql
 

Classes

class  BaseContextFactory
 Base factory to create entity framework contexts More...
 
class  EntityDataFactory
 Base factory to work with data objects using Entity Framework More...
 
class  EntityDataFactorySync
 Base factory to work with data objects using Entity Framework. The main work with database is working without async/await due to EF performance issues. You can still use EntityDataFactory<TContext,TObject,TId> for true async/await More...
 
interface  IContextFactory
 Data context creation factory contract More...
 
class  Installer
 Installing components from current library More...
 
class  SelectBuilder
 Creates a EF query based on ApiRequest More...
 
class  UniversalContextFactory
 The context factory that searches the end-type context factory by provider name More...