|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gbanga.api.EntitiesFromMemory
public class EntitiesFromMemory
Helper structure representing the entities resulting from a query to the memory DB.
For the JSON object serialization, the field names are used. Eg.
{
gbangoos: [
{ id: 2382 },
{ id: 2343 }
]
}
Fields annotated with PrimaryKey are used, if not the whole object is sent. HideIfNull indicates that the field is not sent at all, if the value is not set.
| Field Summary | |
|---|---|
Cell[] |
cells
List with Cells containing the key |
Gbangoo[] |
gbangoos
List with Gbangoos |
Infrastructure[] |
infrastructures
List of Infrastructures |
Player[] |
players
List of Players |
| Constructor Summary | |
|---|---|
EntitiesFromMemory()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@HideIfNull public Cell[] cells
Cells containing the key
@HideIfNull public Gbangoo[] gbangoos
Gbangoos
@HideIfNull public Infrastructure[] infrastructures
Infrastructures
@HideIfNull public Player[] players
Players
| Constructor Detail |
|---|
public EntitiesFromMemory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||