How to use non-persistent entities.

Hello and sorry i’m newbie with cuba-platform.
I have a postgres database and i need to read a table over a non-persistent entity, but i don’t know how to do this.
Thank you.

Hi Javier,

Thanks for joining CUBA community!

Could you please explain what exactly you want to achieve in more details? Do you want to display data on UI (e.g. in a table), or you need to load and process data on middleware?

Regards.

Rigth now all we need is displaying data on UI, but in the future we will need to process this data on middlewre too.
Thanks.

I would propose to start with our Quick Start guide. It will cover most of the questions you have right now.