public class Association extends StructuredValue
Used to serialize and deserialize the JSON with the following structure:
{ "rows": [{ "key": "value" }] }
| Constructor and Description |
|---|
Association() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getRows() |
void |
setRows(List<Object> rows) |
toStringCopyright © 2010–2016 Hibernate. All rights reserved.