Annotation Type DataSourceDriverClass


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface DataSourceDriverClass
    Specify the driver class to load for using the database. Only needed if the driver class is not available using service lookup /
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends Driver> value  
    • Element Detail

      • value

        Class<? extends Driver> value
        Returns:
        Name of non-static public method returning the JDBC URI string value.