All Classes and Interfaces
Classes
Class
Description
The JDBC/H2 stack that backs
DatabaseView is deliberately confined to
the db-demo Spring profile (see DbDemoConfig); Boot's
DataSourceAutoConfiguration is excluded so that, outside that
profile, no DataSource exists at all.View that issues real JDBC queries through the (proxied)
DataSource
so the vaadin.db.fetch.rows summary is recorded under route
db.Simple landing view; opening it drives a real Vaadin session, UI and
navigation through the framework so the Micrometer binders fire.
Seeds the embedded H2 database with 1000 rows so
DatabaseView can issue both a small and a large fetch against real
JDBC, driving the vaadin.db.fetch.rows summary.