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
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    Transaction status key needs to be created using the data source name to allow propagating of multiple data source transactions
  • 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"