Interfaces (Core)
Provider-agnostic interfaces for customizing the library’s internals. They cover caching (ICache, IExpirable), entity and property conversion (IClassHandler, IPropertyHandler), database-specific behavior (IDbHelper, IDbSetting, IStatementBuilder), generic type resolution (IResolver), and operation tracing (ITrace).
Table of contents
- ICache
- IClassHandler
- IDbHelper
- IDbSetting
- IExpirable
- IPropertyHandler
- IResolver
- IStatementBuilder
- ITrace