Class CascadingDataFactory

  • All Implemented Interfaces:
    Serializable, Cloneable, CompoundDataFactorySupport, DataFactory, DataFactoryDesignTimeSupport, DataFactoryMetaProvider

    public class CascadingDataFactory
    extends CompoundDataFactory
    The cascading data factory is a collection of data-factories. Each of the child datafactories is queried in the order of their addition to the collection. This is like the CompoundDataFactory but without deriving the datafactories on addition and without forwarding the open and close calls.

    Implementation note: This is a purely internal class. Any attempt to use this class as a general datafactory implementation will give you a lot of fun and happy exceptions. Just dont do it.

    Author:
    Thomas Morgner
    See Also:
    Serialized Form