Skip to content

Commit

Permalink
Documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcv committed Feb 11, 2011
1 parent c589295 commit 7fd9bbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -496,7 +496,8 @@ and transactions.
Clojure conventions to instantiate entity records, but creating entities
destined for entity groups requires using `new*`. To put the new entity into a
group, use the `:parent` keyword with the parent entity. Instantiating an
entity does not automatically write it to the datastore.
entity does not automatically write it to the datastore. `new*` accepts either
a vector of slot values or a map of slots.
- `get-key-object`: this returns the primary Key object of the given entity. For
a newly-instantiated entity lacking an explicit primary key, this method
returns nil. Entities properly brought under entity groups using `new*` will
Expand Down

0 comments on commit 7fd9bbc

Please sign in to comment.