Github user dkuppitz commented on the issue:

    https://github.com/apache/tinkerpop/pull/446
  
    > Access by: `map.get(T.id)` **or** `map.get(T.id.getAccessor())`?
    
    By `map.get(T.id)`. Providers may allow property names that match 
TinkerPop's token accessors, hence `map.get(T.id)` must not be the same as 
`map.get("id")` / `map.get(T.id.getAccessor())` and a user-defined `id` 
property may not overwrite and may not be overwritten by the internal element 
id.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to