Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

 

Leere Table (nicht typisiert, kein Entity zugewiesen)

ProductsDAO daoProduct = new ProductsDAO();
List<Products> productList = daoProduct.findAll();

XdevBeanItemContainer<Products> productsContainer = new XdevBeanItemContainer<Products>(Products.class); 
productsContainer.addAll(productList);
  • No labels