Uses of Class
tech.ailef.dbadmin.external.DbAdminProperties
Packages that use DbAdminProperties
Package
Description
Root package of Spring Boot Database Admin.
Controllers registered for the web UI
-
Uses of DbAdminProperties in tech.ailef.dbadmin.external
Constructors in tech.ailef.dbadmin.external with parameters of type DbAdminPropertiesModifierConstructorDescriptionDbAdmin
(jakarta.persistence.EntityManager entityManager, DbAdminProperties properties) Builds the DbAdmin instance by scanning the `@Entity` beans and loading the schemas. -
Uses of DbAdminProperties in tech.ailef.dbadmin.external.controller
Methods in tech.ailef.dbadmin.external.controller that return DbAdminProperties