Uses of Enum Class
br.com.davinti.vitruvio.spi.impl.LiquibaseServiceImpl.DatabaseType
Packages that use LiquibaseServiceImpl.DatabaseType
-
Uses of LiquibaseServiceImpl.DatabaseType in br.com.davinti.vitruvio.spi
Methods in br.com.davinti.vitruvio.spi with parameters of type LiquibaseServiceImpl.DatabaseTypeModifier and TypeMethodDescriptionDatabaseChangeLogLiquibaseService.generateChangelog(String sigla, List<PadraoChangesetDTO> dtos, LiquibaseServiceImpl.DatabaseType databaseType) LiquibaseService.serializeChangelog(String sigla, List<PadraoChangesetDTO> dtos, LiquibaseServiceImpl.DatabaseType databaseType) -
Uses of LiquibaseServiceImpl.DatabaseType in br.com.davinti.vitruvio.spi.impl
Methods in br.com.davinti.vitruvio.spi.impl that return LiquibaseServiceImpl.DatabaseTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LiquibaseServiceImpl.DatabaseType[]LiquibaseServiceImpl.DatabaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in br.com.davinti.vitruvio.spi.impl with parameters of type LiquibaseServiceImpl.DatabaseTypeModifier and TypeMethodDescriptionDatabaseChangeLogLiquibaseServiceImpl.generateChangelog(String sigla, List<PadraoChangesetDTO> dtos, LiquibaseServiceImpl.DatabaseType databaseType) LiquibaseServiceImpl.serializeChangelog(String sigla, List<PadraoChangesetDTO> dtos, LiquibaseServiceImpl.DatabaseType databaseType)