public class EmbeddedResult extends Object
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.| Constructor and Description |
|---|
EmbeddedResult(Embeddable embeddable,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(ObjAttribute attr) |
Embeddable |
getEmbeddable() |
Map<String,String> |
getFields() |
public EmbeddedResult(Embeddable embeddable, int size)
public void addAttribute(ObjAttribute attr)
public Embeddable getEmbeddable()
Copyright © 2001–2020 Apache Cayenne. All rights reserved.