Uses of Class
org.faktorips.runtime.internal.AbstractRuntimeRepository

Packages that use AbstractRuntimeRepository
org.faktorips.runtime   
org.faktorips.runtime.internal   
org.faktorips.runtime.productdataprovider   
 

Uses of AbstractRuntimeRepository in org.faktorips.runtime
 

Subclasses of AbstractRuntimeRepository in org.faktorips.runtime
 class ClassloaderRuntimeRepository
          A runtime repository that loads the resources by calling ClassLoader.getResourceAsStream(String)
 class InMemoryRuntimeRepository
          A runtime repository that keeps it's data in memory.
 

Uses of AbstractRuntimeRepository in org.faktorips.runtime.internal
 

Subclasses of AbstractRuntimeRepository in org.faktorips.runtime.internal
 class AbstractCachingRuntimeRepository
          This abstract runtime repository handles the caching for already loaded instances.
 class AbstractClassLoadingRuntimeRepository
          An abstract repository that handles the common stuff between the AbstractTocBasedRuntimeRepository and the concrete runtime repositories.
 class AbstractTocBasedRuntimeRepository
          Abstract base implementation of runtime repository that uses a table of contents to lazily load the product data.
 

Uses of AbstractRuntimeRepository in org.faktorips.runtime.productdataprovider
 

Subclasses of AbstractRuntimeRepository in org.faktorips.runtime.productdataprovider
 class DetachedContentRuntimeRepository
          /** The DetachedContentRuntimeRepository is a runtime repository that is able to parse the product data provided from a IProductDataProvider and instantiates the necessary objects.
 



Copyright © 2015. All rights reserved.