Class LazySchemaFactory

All Implemented Interfaces:
Serializable, Cloneable, SchemaFactory, Configurable

public class LazySchemaFactory extends SchemaGroup implements SchemaFactory, Configurable
Factory that uses database metadata to construct the system schema. The lazy schema factory only loads table data as it is requested. It does not properly support operations that require knowledge of the entire schema.
Author:
Abe White
See Also:
  • Constructor Details

    • LazySchemaFactory

      public LazySchemaFactory()
  • Method Details