Uses of Enum Class
tech.jhipster.lite.generator.server.springboot.database.common.domain.DatabaseType
Packages that use DatabaseType
Package
Description
-
Uses of DatabaseType in tech.jhipster.lite.generator.server.springboot.database.common.domain
Methods in tech.jhipster.lite.generator.server.springboot.database.common.domain that return DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseTypeReturns the enum constant of this class with the specified name.static DatabaseType[]DatabaseType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DatabaseType in tech.jhipster.lite.generator.server.springboot.database.sqlcommon.domain
Methods in tech.jhipster.lite.generator.server.springboot.database.sqlcommon.domain with parameters of type DatabaseTypeModifier and TypeMethodDescriptionSQLCommonModuleBuilder.sqlCommonModuleBuilder(JHipsterModuleProperties properties, DatabaseType databaseType, DockerImageVersion dockerImage, DocumentationTitle documentationTitle, ArtifactId testContainerArtifactId)