Annotation Type DataSourceURIMethod


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface DataSourceURIMethod
    If using an externally started / running DB instance, create a method to get the JDBC URI to connect to the DB.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value  
    • Element Detail

      • value

        String value
        Returns:
        Name of non-static public method returning the JDBC URI string value.