Skip to content

Commit 2f862e9

Browse files
committed
Mapping specification file
Added the name and path of the mapping specification file in the description.
1 parent a9bbff4 commit 2f862e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Some highlights:
99
*The object model consists of two inter-related POJO classes (User and Group).
1010
*The many-to-many relationship among User and Group is realized using an intermediate join class (UserGroup).
1111
*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.
12+
*The declarative mapping specification (in the file .../res/raw/manytomany_example.jdx) is simple, intuitive, non-intrusive, and succinct.
1313
*API calls for CRUD operations are simple and flexible. They show the following features:
1414
- Deep query, Shallow query
1515
*JDXA provides handy utility methods for displaying an object or a list of objects.

0 commit comments

Comments
 (0)