QueryContainer

Hello,

I am trying to migrate from Vaadin 6 to 7 and many methods in my database class are using QueryContainer. What component should I use? SQLContainer, LazyQueryContainer?

Thanks

SQLContainer is the closest equivalent of the old QueryContainer.

Depending on your use cases, you might also want to consider some other containers for additional features, but SQLContainer is probably a good option at least to get the migration done with the current feature set.

Thank you.

I will try SQLContainer in migration to Vaadin 7.