Annotation Type DataSourceSchema


  • @Retention(RUNTIME)
    public @interface DataSourceSchema
    Specify SQL schemas to be loaded on startup of the DB, before starting the test. Does not require use of the H2 DB.
    • Required Element Summary

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

      • value

        String[] value
        Returns:
        Resources with SQL to run in DB startup. In order of execution. If defined on multiple levels will be in order of (super-class, class, method) and in declared order within each group.