You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Classes provided by the HTTP-RPC framework include:
32
32
*[TemplateEncoder](#templateencoder) - encodes an object hierarchy using a [template document](template-reference.md)
33
33
*[BeanAdapter](#beanadapter) - map adapter for Java beans
34
34
*[ResultSetAdapter and Parameters](#resultsetadapter-and-parameters) - iterable adapter for JDBC result sets/applies named parameter values to prepared statements
35
+
*[QueryBuilder](#querybuilder) - programmatically constructs a SQL query
35
36
*[ElementAdapter](#elementadapter) - map adapter for XML elements
36
37
*[ResourceBundleAdapter](#resourcebundleadapter) - map adapter for resource bundles
37
38
*[StreamAdapter](#streamadapter) - iterable adapter for streams
@@ -786,6 +787,9 @@ Once applied, the statement can be executed:
The `ElementAdapter` class provides access to the contents of an XML DOM `Element` via the `Map` interface. The resulting map can then be transformed to another representation via a template document or accessed via a strongly typed interface proxy, as described earlier.
0 commit comments