# Es Entity
- [Introduction](./introduction.md)
- [Quickstart](./quickstart.md)
- [Event Sourcing](./event-sourcing.md)
- [Entity Pattern](./entity-pattern.md)
- [Entity Event](./entity-event.md)
- [New Entity](./new-entity.md)
- [Entity Type](./entity-type.md)
- [Idempotency](./idempotency.md)
- [Repository](./repository.md)
- [Database Tables](./database-tables.md)
- [es_query](./es-query.md)
- [EsRepo trait](./es-repo.md)
- [create](./repo-create.md)
- [create_all](./repo-create-all.md)
- [update](./repo-update.md)
- [update_all](./repo-update-all.md)
- [find_by](./repo-find-by.md)
- [list_by](./repo-list-by.md)
- [list_for](./repo-list-for.md)
- [list_for_filters](./repo-list-for-filters.md)
- [delete](./repo-delete.md)
- [Hooks](./repo-hooks.md)
- [Error Types](./repo-errors.md)
- [Transactions](./transactions.md)
- [Connection Traits](./connection-traits.md)
- [DbOp](./db-op.md)
- [Commit Hooks](./commit-hooks.md)
- [Aggregates](./aggregates.md)
- [Nesting](./nesting.md)
- [Clock](./clock.md)