Annotation Interface JdbcRepository


Stereotype repository that configures a Repository as a JdbcRepository using raw SQL encoding and JdbcRepositoryOperations 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
     
     
  • 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"