Uses of Interface
io.ciera.runtime.instanceloading.IPopulationLoader
-
Packages that use IPopulationLoader Package Description io.ciera.runtime.instanceloading.sql io.ciera.runtime.summit.components -
-
Uses of IPopulationLoader in io.ciera.runtime.instanceloading.sql
Subinterfaces of IPopulationLoader in io.ciera.runtime.instanceloading.sql Modifier and Type Interface Description interfaceISqlLoaderClasses in io.ciera.runtime.instanceloading.sql that implement IPopulationLoader Modifier and Type Class Description classSqlLoader -
Uses of IPopulationLoader in io.ciera.runtime.summit.components
Methods in io.ciera.runtime.summit.components that return IPopulationLoader Modifier and Type Method Description IPopulationLoaderComponent. getDefaultLoader()IPopulationLoaderIComponent. getDefaultLoader()IPopulationLoaderComponent. getLoader(String key)IPopulationLoaderIComponent. getLoader(String key)Methods in io.ciera.runtime.summit.components with parameters of type IPopulationLoader Modifier and Type Method Description voidComponent. addLoader(String key, IPopulationLoader loader)voidIComponent. addLoader(String key, IPopulationLoader loader)
-