Class: ROM::Memory::Associations::ManyToMany

Inherits:
Associations::ManyToMany show all
Defined in:
lib/rom/memory/associations/many_to_many.rb

Constant Summary

Constants included from ROM::Memoizable

ROM::Memoizable::MEMOIZED_HASH

Instance Attribute Summary

Attributes inherited from Associations::ManyToMany

#join_relation

Attributes inherited from Associations::Abstract

#definition, #relations, #source, #target

Attributes included from ROM::Memoizable

#__memoized__

Method Summary

Methods inherited from Associations::ManyToMany

#associate, #call, #foreign_key, #initialize, #parent_combine_keys, #through

Methods inherited from Associations::Abstract

#aliased?, #apply_view, #as, #combine_keys, #foreign_key, #join_key_map, #key, #name, new, #node, #override?, #prepare, #result, #self_ref?, #view, #wrap

Methods included from Initializer

extended

Methods included from ROM::Memoizable

included

Constructor Details

This class inherits a constructor from ROM::Associations::ManyToMany