Closed vladmihalcea closed 1 year ago
Some users may want to disable the banner, and they can use the setBannerPrintingEnabled configuration for that:
setBannerPrintingEnabled
new HypersistenceOptimizer( new JpaConfig(entityManagerFactory()) .setBannerPrintingEnabled(false) );
This should be documented in the User Guide.
Fixed.
Some users may want to disable the banner, and they can use the
setBannerPrintingEnabled
configuration for that:This should be documented in the User Guide.