From 7fd9bbccb16b840ae6767d09ded51d91cbeb686f Mon Sep 17 00:00:00 2001 From: Constantine Vetoshev Date: Thu, 10 Feb 2011 17:52:56 -0800 Subject: [PATCH] Documentation update. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66c4cd2..d134880 100644 --- a/README.md +++ b/README.md @@ -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