FlatPlate

Simple representation

Querying over database columns in Daobab, is extremely easy.

However Plate, which is a wrapper for many columns resulted, might have some issues during JSON conversion.

So, if you want to easily expose your query result directly through REST, and make the data easy to access by frontend, you have to make Plate Flat.

The only thing you have to remember about is to have columns set unique.

FlatPlate, has the same structure as normal Entity. The only difference is that there is no table pointer (since there is no table related).

Also, getters and setters are available in a different way.

Of course, FlatPlate is not an Entity, so cannot have PrimaryKey as well.

© Copyright 2018-2023 Elephant Software Klaudiusz Wojtkowiak 
e-mail: contact@daobab.io