Class DataMapper::PropertySet
In: lib/dm-core/property_set.rb
Parent: SubjectSet

Set of Property objects, used to associate queries with set of fields it performed over, to represent composite keys (esp. for associations) and so on.

Methods

&   +   -   <<   ==   []=   defaults   discriminator   field_map   get   get!   in_context   indexes   inspect   key   lazy_context   loaded?   property_contexts   set   set!   typecast   unique_indexes   valid?   |  

Included Modules

Enumerable

Public Instance methods

Make sure that entry is part of this PropertySet

@param [to_s] name @param [name] entry

@return [name]

  the entry that is now part of this PropertySet

@api semipublic

TODO: make PropertySet#reject return a PropertySet instance @api semipublic

@api semipublic

@api private

@api semipublic

@api semipublic

@api semipublic

@api semipublic

@api semipublic

@api semipublic

@api semipublic

@api semipublic

@api semipublic

@api semipublic

[Validate]