Class BookstoreSchema


  • public final class BookstoreSchema
    extends java.lang.Object
    A Schema representing a bookstore.

    It contains a single table with various levels/types of nesting, and is used mainly for testing parts of code that rely on nested structures.

    New authors can be added but attention should be made to update appropriately tests that might fail.

    The Schema is meant to be used with ReflectiveSchema thus all fields, and methods, should be public.

    • Constructor Detail

      • BookstoreSchema

        public BookstoreSchema()