Package org.apache.cayenne.map
Class EmbeddedResult
java.lang.Object
org.apache.cayenne.map.EmbeddedResult
A metadata object that provides mapping of a set of result columns to an Embeddable object.
Used by
SQLResult
.
Note that fields in the EmbeddedResult are not required to follow the order of columns
in the actual query, and can be added in the arbitrary order.- Since:
- 4.2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EmbeddedResult
-
-
Method Details
-
addAttribute
-
getFields
-
getEmbeddable
-