Module: DataMapper::Property::Java

Defined in:
lib/dm-appengine/properties/key.rb

Overview

Hack to allow a property defined as AppEngine::Datastore::Key to work. This is needed for associations – child_key tries to define it as the primitive of the parent key type. It then takes that type name and tries to resolve it in DM::Property, so we catch it here.

Defined Under Namespace

Modules: ComGoogleAppengineApiDatastore