There was an error while loading. Please reload this page.
1 parent a9bbff4 commit 2f862e9Copy full SHA for 2f862e9
README.md
@@ -9,7 +9,7 @@ Some highlights:
9
*The object model consists of two inter-related POJO classes (User and Group).
10
*The many-to-many relationship among User and Group is realized using an intermediate join class (UserGroup).
11
*The collection of many objects may be a List, an array, or a Vector.
12
-*The declarative mapping specification is simple, intuitive, non-intrusive, and succinct.
+*The declarative mapping specification (in the file .../res/raw/manytomany_example.jdx) is simple, intuitive, non-intrusive, and succinct.
13
*API calls for CRUD operations are simple and flexible. They show the following features:
14
- Deep query, Shallow query
15
*JDXA provides handy utility methods for displaying an object or a list of objects.
0 commit comments