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 DatabaseTypestatic 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) (package private) ResourceDatabaseSchemaLocator.getSchemaResource(DatabaseType databaseType) Loads theResourcecontaining the schema for the givenDatabaseTypefrom the classpath.(package private) JdbcEventPublicationRepositoryJdbcEventPublicationAutoConfiguration.jdbcEventPublicationRepository(JdbcTemplate jdbcTemplate, org.springframework.modulith.events.core.EventSerializer serializer, DatabaseType databaseType) Constructors in org.springframework.modulith.events.jdbc with parameters of type DatabaseTypeModifierConstructorDescriptionJdbcEventPublicationRepository(JdbcOperations operations, org.springframework.modulith.events.core.EventSerializer serializer, DatabaseType databaseType) Creates a newJdbcEventPublicationRepositoryfor the givenJdbcOperations,EventSerializerandDatabaseType.