Table of Contents
Python implementations of the Repository and UnitOfWork abstractions.
BasicRepo
BasicRepo.add()
BasicRepo.get()
QueryRepo
QueryRepo.get_by_query()
QueryRepo.remove_by_query()
Repo
Repo.all()
Repo.remove()
Repo.remove_by_key()
Repo.update()
UnitOfWork
UnitOfWork.commit()
UnitOfWork.repo
UnitOfWork.rollback()
Index
Module Index