Class DelegatorFactoryImpl

java.lang.Object
org.apache.ofbiz.entity.DelegatorFactory
org.apache.ofbiz.entity.DelegatorFactoryImpl
All Implemented Interfaces:
Factory<Delegator,String>

public class DelegatorFactoryImpl extends DelegatorFactory
A DelegatorFactory implementation that returns an instance of GenericDelegator.
  • Constructor Details

    • DelegatorFactoryImpl

      public DelegatorFactoryImpl()
  • Method Details

    • getInstance

      public Delegator getInstance(String delegatorName)
      Description copied from interface: Factory
      Returns an instance of R. This is a basic factory interface that is meant to be extended. Sub-interfaces declare types for A (the getInstance argument), and R (the type returned by getInstance).
      Parameters:
      delegatorName - Optional object to be used in R's construction, or to be used as a selector key
      Returns:
      An instance of R