Table of Contents - ruby_event_store-rom-1.3.1 Documentation
Pages
Classes and Modules
- RubyEventStore
- RubyEventStore::ROM
- RubyEventStore::ROM::Changesets
- RubyEventStore::ROM::Changesets::CreateEvents
- RubyEventStore::ROM::Changesets::CreateEvents::Defaults
- RubyEventStore::ROM::Changesets::CreateStreamEntries
- RubyEventStore::ROM::Changesets::CreateStreamEntries::Defaults
- RubyEventStore::ROM::Changesets::UpdateEvents
- RubyEventStore::ROM::Changesets::UpdateEvents::Defaults
- RubyEventStore::ROM::Env
- RubyEventStore::ROM::EventRepository
- RubyEventStore::ROM::Mappers
- RubyEventStore::ROM::Mappers::EventToSerializedRecord
- RubyEventStore::ROM::Mappers::StreamEntryToSerializedRecord
- RubyEventStore::ROM::Memory
- RubyEventStore::ROM::Memory::Changesets
- RubyEventStore::ROM::Memory::Changesets::CreateEvents
- RubyEventStore::ROM::Memory::Changesets::CreateStreamEntries
- RubyEventStore::ROM::Memory::Changesets::UpdateEvents
- RubyEventStore::ROM::Memory::Relations
- RubyEventStore::ROM::Memory::Relations::Events
- RubyEventStore::ROM::Memory::Relations::StreamEntries
- RubyEventStore::ROM::Memory::SpecHelper
- RubyEventStore::ROM::Memory::UnitOfWork
- RubyEventStore::ROM::Repositories
- RubyEventStore::ROM::Repositories::Events
- RubyEventStore::ROM::Repositories::StreamEntries
- RubyEventStore::ROM::SQL
- RubyEventStore::ROM::SQL::Changesets
- RubyEventStore::ROM::SQL::Changesets::CreateEvents
- RubyEventStore::ROM::SQL::Changesets::UpdateEvents
- RubyEventStore::ROM::SQL::IndexViolationDetector
- RubyEventStore::ROM::SQL::Relations
- RubyEventStore::ROM::SQL::Relations::Events
- RubyEventStore::ROM::SQL::Relations::StreamEntries
- RubyEventStore::ROM::SQL::SpecHelper
- RubyEventStore::ROM::TupleUniquenessError
- RubyEventStore::ROM::Types
- RubyEventStore::ROM::UnitOfWork
Methods
- ::configure — RubyEventStore::ROM
- ::configure — RubyEventStore::ROM::Memory
- ::configure — RubyEventStore::ROM::SQL
- ::configure_defaults — RubyEventStore::ROM
- ::fetch_next_id — RubyEventStore::ROM::Memory
- ::find_adapters — RubyEventStore::ROM
- ::for_event_id — RubyEventStore::ROM::TupleUniquenessError
- ::for_stream_and_event_id — RubyEventStore::ROM::TupleUniquenessError
- ::for_stream_and_position — RubyEventStore::ROM::TupleUniquenessError
- ::included — RubyEventStore::ROM::Changesets::CreateEvents::Defaults
- ::included — RubyEventStore::ROM::Changesets::CreateStreamEntries::Defaults
- ::included — RubyEventStore::ROM::Changesets::UpdateEvents::Defaults
- ::mutex — RubyEventStore::ROM::Memory::UnitOfWork
- ::new — RubyEventStore::ROM::Env
- ::new — RubyEventStore::ROM::EventRepository
- ::new — RubyEventStore::ROM::Memory::SpecHelper
- ::new — RubyEventStore::ROM::SQL::SpecHelper
- ::new — RubyEventStore::ROM::UnitOfWork
- ::setup — RubyEventStore::ROM
- ::setup — RubyEventStore::ROM::Memory
- ::setup — RubyEventStore::ROM::SQL
- ::setup_defaults — RubyEventStore::ROM
- ::supports_insert_conflict_update? — RubyEventStore::ROM::SQL
- ::supports_on_duplicate_key_update? — RubyEventStore::ROM::SQL
- ::supports_upsert? — RubyEventStore::ROM::SQL
- #additional_limited_concurrency_for_auto_check — RubyEventStore::ROM
- #append_to_stream — RubyEventStore::ROM::EventRepository
- #by_event_id — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #by_event_id — RubyEventStore::ROM::SQL::Relations::StreamEntries
- #by_event_type — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #by_event_type — RubyEventStore::ROM::SQL::Relations::StreamEntries
- #by_id — RubyEventStore::ROM::Repositories::Events
- #by_pk — RubyEventStore::ROM::Memory::Relations::Events
- #by_stream — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #by_stream — RubyEventStore::ROM::SQL::Relations::StreamEntries
- #by_stream_and_event_id — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #by_stream_and_event_id — RubyEventStore::ROM::SQL::Relations::StreamEntries
- #call — RubyEventStore::ROM::UnitOfWork
- #cleanup_concurrency_test — RubyEventStore::ROM
- #close_gateway_connection — RubyEventStore::ROM::Memory::SpecHelper
- #close_gateway_connection — RubyEventStore::ROM::SQL::SpecHelper
- #close_pool_connection — RubyEventStore::ROM::SQL::SpecHelper
- #commit — RubyEventStore::ROM::Memory::Changesets::CreateEvents
- #commit — RubyEventStore::ROM::Memory::Changesets::CreateStreamEntries
- #commit — RubyEventStore::ROM::Memory::Changesets::UpdateEvents
- #commit — RubyEventStore::ROM::SQL::Changesets::CreateEvents
- #commit — RubyEventStore::ROM::SQL::Changesets::UpdateEvents
- #commit! — RubyEventStore::ROM::Memory::UnitOfWork
- #commit! — RubyEventStore::ROM::UnitOfWork
- #commit_insert_conflict_update — RubyEventStore::ROM::SQL::Changesets::UpdateEvents
- #commit_on_duplicate_key_update — RubyEventStore::ROM::SQL::Changesets::UpdateEvents
- #connection_pool_size — RubyEventStore::ROM::SQL::SpecHelper
- #count — RubyEventStore::ROM::EventRepository
- #count — RubyEventStore::ROM::Repositories::Events
- #count_queries — RubyEventStore::ROM
- #create_changeset — RubyEventStore::ROM::Memory::Relations::Events
- #create_changeset — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #create_changeset — RubyEventStore::ROM::SQL::Relations::Events
- #create_changeset — RubyEventStore::ROM::SQL::Relations::StreamEntries
- #create_changeset — RubyEventStore::ROM::Repositories::Events
- #create_changeset — RubyEventStore::ROM::Repositories::StreamEntries
- #delete — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #delete — RubyEventStore::ROM::Repositories::StreamEntries
- #delete_stream — RubyEventStore::ROM::EventRepository
- #detect — RubyEventStore::ROM::SQL::IndexViolationDetector
- #drop_gateway_schema — RubyEventStore::ROM::Memory::SpecHelper
- #drop_gateway_schema — RubyEventStore::ROM::SQL::SpecHelper
- #establish_gateway_connection — RubyEventStore::ROM::SQL::SpecHelper
- #exist? — RubyEventStore::ROM::Memory::Relations::Events
- #exist? — RubyEventStore::ROM::Repositories::Events
- #expect_query — RubyEventStore::ROM
- #find_nonexistent_pks — RubyEventStore::ROM::Repositories::Events
- #for_events — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #for_stream_entries — RubyEventStore::ROM::Memory::Relations::Events
- #gateway — RubyEventStore::ROM::Memory::SpecHelper
- #gateway — RubyEventStore::ROM::SQL::SpecHelper
- #gateway_type? — RubyEventStore::ROM::Memory::SpecHelper
- #gateway_type? — RubyEventStore::ROM::SQL::SpecHelper
- #handle_error — RubyEventStore::ROM::Env
- #has_connection_pooling? — RubyEventStore::ROM::Memory::SpecHelper
- #has_connection_pooling? — RubyEventStore::ROM::SQL::SpecHelper
- #has_event? — RubyEventStore::ROM::EventRepository
- #insert — RubyEventStore::ROM::Memory::Relations::Events
- #insert — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #last_stream_event — RubyEventStore::ROM::EventRepository
- #last_stream_event — RubyEventStore::ROM::Repositories::Events
- #link_to_stream — RubyEventStore::ROM::EventRepository
- #load_gateway_schema — RubyEventStore::ROM::SQL::SpecHelper
- #logger — RubyEventStore::ROM::Env
- #max_position — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #max_position — RubyEventStore::ROM::SQL::Relations::StreamEntries
- #normalize_stream_name — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #normalize_stream_name — RubyEventStore::ROM::SQL::Relations::StreamEntries
- #offset — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #ordered — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #ordered — RubyEventStore::ROM::SQL::Relations::StreamEntries
- #pluck — RubyEventStore::ROM::Memory::Relations::Events
- #query_builder — RubyEventStore::ROM::Repositories::Events
- #read — RubyEventStore::ROM::EventRepository
- #read — RubyEventStore::ROM::Repositories::Events
- #read_scope — RubyEventStore::ROM::Repositories::Events
- #register_error_handler — RubyEventStore::ROM::Env
- #register_unit_of_work_options — RubyEventStore::ROM::Env
- #resolve_version — RubyEventStore::ROM::Repositories::StreamEntries
- #run_lifecycle — RubyEventStore::ROM::Memory::SpecHelper
- #run_lifecycle — RubyEventStore::ROM::SQL::SpecHelper
- #streams_of — RubyEventStore::ROM::EventRepository
- #streams_of — RubyEventStore::ROM::Repositories::StreamEntries
- #supports_upsert? — RubyEventStore::ROM::Memory::SpecHelper
- #supports_upsert? — RubyEventStore::ROM::SQL::SpecHelper
- #take — RubyEventStore::ROM::Memory::Relations::StreamEntries
- #unit_of_work — RubyEventStore::ROM::Env
- #update_changeset — RubyEventStore::ROM::Memory::Relations::Events
- #update_changeset — RubyEventStore::ROM::SQL::Relations::Events
- #update_changeset — RubyEventStore::ROM::Repositories::Events
- #update_messages — RubyEventStore::ROM::EventRepository
- #verify_conncurency_assumptions — RubyEventStore::ROM
- #verify_uniquness! — RubyEventStore::ROM::Memory::Relations::Events
- #verify_uniquness! — RubyEventStore::ROM::Memory::Relations::StreamEntries