Annotation Interface R2dbcRepository


Stereotype repository that configures a Repository as a R2dbcRepository using raw SQL encoding and R2dbcRepositoryOperations as the runtime engine.
Since:
1.0.0
Author:
graemerocher
  • Field Details

    • PARAMETER_TX_STATUS

      @Deprecated static final String PARAMETER_TX_STATUS
      Deprecated.
      Transaction status key needs to be created using the data source name to allow propagating of multiple data source transactions
      See Also:
  • Element Details

    • value

      @AliasFor(annotation=Repository.class, member="value") String value
      Returns:
      The datasource name.
      Default:
      "default"
    • dataSource

      @AliasFor(annotation=Repository.class, member="value") String dataSource
      Returns:
      The datasource name.
      Default:
      "default"
    • dialect

      @AliasFor(annotation=Repository.class, member="dialect") Dialect dialect
      Returns:
      The dialect to use.
      Default:
      ANSI
    • dialectName

      @AliasFor(annotation=Repository.class,member="dialect") @AliasFor(member="dialect") String dialectName
      Returns:
      The dialect to use.
      Default:
      "ANSI"