Class JdbcRepositorySettings

java.lang.Object
org.springframework.modulith.events.jdbc.JdbcRepositorySettings

public class JdbcRepositorySettings extends Object
Internal abstraction of customization options for JdbcEventPublicationRepository.
Since:
1.3
Author:
Oliver Drotbohm
  • Constructor Details

  • Method Details

    • getDatabaseType

      public DatabaseType getDatabaseType()
      Returns the DatabaseType.
      Returns:
      will never be null.
    • getSchema

      @Nullable public String getSchema()
      Return the schema to be used.
      Returns:
      can be null.
    • isDeleteCompletion

      public boolean isDeleteCompletion()
      Returns whether we use the deleting completion mode.
    • isArchiveCompletion

      public boolean isArchiveCompletion()
      Returns whether we use the archiving completion mode.
    • isUpdateCompletion

      public boolean isUpdateCompletion()
      Returns whether we use the updating completion mode.