32333435363738
* We create the {@link JpaWidgetDao} */ @PostConstruct @SuppressWarnings("unused") private void initialize() { widgetDao = new JpaWidgetDao(em); }