# File lib/tapkit/access/database_context.rb, line 391
                def own?( object )
                        if GlobalID === object then
                                _own_gid? object
                        else
                                _own_object? object
                        end
                end