Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelos Vlachogiannis committed Nov 19, 2015
1 parent 9b73906 commit 416b57e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Requirements

- toJSON function should return entity property names same with table fields

[See more in the foo example](./examples/Foo.js)
[See more in the foo example](./test/helpers/Foo.js)

### Configure your persistence

Expand Down Expand Up @@ -99,7 +99,7 @@ class FooMetaModel extends MetaModel {
}
```

[See more in the foo example](./examples/FooMetaModel.js)
[See more in the foo example](./test/helpers/FooMetaModel.js)

### Building criteriaQuery example

Expand Down Expand Up @@ -154,7 +154,7 @@ this.fields.set("newField", "text");
// allow for taking into account when querying
this.extraParams.set("newField", null);
```
[See more in the action](./examples/ExtendedFooMetaModel.js)
[See more in the action](./test/helpers/ExtendedFooMetaModel.js)

Then when persisting we add the extra params like this:

Expand Down

0 comments on commit 416b57e

Please sign in to comment.