This is the complete list of members for DaoImpl, including all inherited members.
| $daoInterfaceReflectionClass | DaoImpl | protected |
| $dbConnection | DaoImpl | protected |
| $domainClassName | DaoImpl | protected |
| $paginatorFactories | DaoImpl | protected |
| $queryFactory | DaoImpl | protected |
| __call($methodName, $args) | DaoImpl | |
| __construct(DBConnection $dbConnection, $daoInterface, ReflectionClass $daoInterfaceReflectionClass, $queryFactoriesFiles, $paginatorQueryFactoriesFiles) | DaoImpl | |
| beginTransaction() | DaoImpl | |
| commit() | DaoImpl | |
| create() | DaoImpl | |
| createDefaultPaginatorConfig($maxPageSize=PaginatorConfig::DEFAULT_MAX_PAGE_SIZE) | DaoImpl | |
| createPaginatorConfig($paginatorName, $maxPageSize=PaginatorConfig::DEFAULT_MAX_PAGE_SIZE) | DaoImpl | |
| delete($obj) | DaoImpl | |
| find(array $params, array $orders=[]) | DaoImpl | |
| flush() | DaoImpl | |
| load($id) | DaoImpl | |
| loadAll() | DaoImpl | |
| paginate(PaginatorConfig $config) | DaoImpl | |
| rollBack() | DaoImpl | |
| save($obj) | DaoImpl | |
| update($obj) | DaoImpl |