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
    Transaction status role that can be passed to the repository method.
  • Field Details

    • PARAMETER_TX_STATUS_ROLE

      static final String PARAMETER_TX_STATUS_ROLE
      Transaction status role that can be passed to the repository method.
      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"