Uses of Enum Class
org.springframework.modulith.events.jdbc.DatabaseType
-
Uses of DatabaseType in org.springframework.modulith.events.jdbc
Methods in org.springframework.modulith.events.jdbc that return DatabaseTypeModifier and TypeMethodDescription(package private) DatabaseTypeJdbcEventPublicationAutoConfiguration.databaseType(DataSource dataSource) (package private) static DatabaseTypeJdbcRepositorySettings.getDatabaseType()Returns theDatabaseType.static 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.Methods in org.springframework.modulith.events.jdbc with parameters of type DatabaseTypeModifier and TypeMethodDescription(package private) DatabaseSchemaInitializerJdbcEventPublicationAutoConfiguration.databaseSchemaInitializer(DataSource dataSource, ResourceLoader resourceLoader, DatabaseType databaseType, JdbcTemplate jdbcTemplate, JdbcRepositorySettings settings) (package private) JdbcRepositorySettingsJdbcEventPublicationAutoConfiguration.jdbcEventPublicationRepositorySettings(DatabaseType databaseType, JdbcConfigurationProperties properties) (package private) voidJdbcConfigurationProperties.verify(DatabaseType databaseType) Constructors in org.springframework.modulith.events.jdbc with parameters of type DatabaseTypeModifierConstructorDescription(package private)JdbcRepositorySettings(DatabaseType databaseType, org.springframework.modulith.events.support.CompletionMode completionMode, JdbcConfigurationProperties properties)