Java example of JPAContainerFactory.makeBatchable()

I need to persist table data by using JPAContainerFactory.makeBatchable().
Please provide me working code for the same.
Thanks,

Hi Sarit,

If you are new to Vaadin, I’d really suggest to re-consider if you want to use JPAContainer at all in your applicaiton. It is rarely a good solution for your application. I’d suggest to look into the
JPA best practices webinar
.

cheers,
matti