Module: ObjectModel

Defined in:
lib/ObjectModel/_require.rb,
lib/ObjectModel/Metadata/name.rb,
lib/ObjectModel/Metadata/child.rb,
lib/ObjectModel/Metadata/events.rb,
lib/ObjectModel/Metadata/validate.rb,
lib/ObjectModel/AnEntity/entity_cm.rb,
lib/ObjectModel/Metadata/attribute.rb,
lib/ObjectModel/Metadata/reference.rb

Defined Under Namespace

Modules: Entity Classes: Metadata

Constant Summary collapse

CONFIG =
RubyExt::Config.new({}, user_conf, ObjectModel["config.yaml"])
NotFoundError =

Handy Scope

Errors::NotFoundError
OutdatedError =
Errors::OutdatedError
NoTransactionError =
Errors::NoTransactionError
LoadError =
Errors::LoadError
ValidationError =
Errors::ValidationError
StreamID =
Repository::StreamID
Transaction =
Repository::Transaction
HashIndex =
Indexes::HashIndex