Module DataMapper::Query::Conditions::RelationshipHandler
In: lib/dm-core/query/conditions/comparison.rb

Included into comparisons which are capable of supporting Relationships.

Methods

Public Instance methods

Returns the conditions required to match the subject relationship

@return [Hash]

@api semipublic

Tests that the record value matches the comparison

@param [Resource, Hash] record

  The record containing the value to be matched

@return [Boolean]

@api semipublic

Returns whether this comparison subject is a Relationship

@return [Boolean]

@api semipublic

[Validate]