Interface SchemaParser

    • Method Detail

      • getDelayConstraintResolve

        boolean getDelayConstraintResolve()
        Delay resolution of foreign key constraints until resolveConstraints() is called. This allows you to parse multiple resources where a foreign key in one resource might refer to a table in another.
      • setDelayConstraintResolve

        void setDelayConstraintResolve​(boolean delay)
        Delay resolution of foreign key constraints until resolveConstraints() is called. This allows you to parse multiple resources where a foreign key in one resource might refer to a table in another.
      • getSchemaGroup

        SchemaGroup getSchemaGroup()
        Return the current schema group.
      • setSchemaGroup

        void setSchemaGroup​(SchemaGroup group)
        Set the current schema group; this clears all state from the last group.
      • resolveConstraints

        void resolveConstraints()
        If this parser is in delayed resolve mode, resolve all constraints.