Annotation Type R2dbcRepository

    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.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
    • Field Detail

      • PARAMETER_TX_STATUS

        @Deprecated
        static final java.lang.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
    • Element Detail

      • value

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

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

        @AliasFor(annotation=Repository.class,
                  member="dialect")
        Dialect dialect
        Returns:
        The dialect to use.
        Default:
        io.micronaut.data.model.query.builder.sql.Dialect.ANSI
      • dialectName

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