Uses of Class
mondrian.util.ObjectFactory
-
Packages that use ObjectFactory Package Description mondrian.calc Provides compiled expressions.mondrian.rolap Implements the data access layer for the olap package.mondrian.util Mondrian utilities. -
-
Uses of ObjectFactory in mondrian.calc
Subclasses of ObjectFactory in mondrian.calc Modifier and Type Class Description static class
ExpCompiler.Factory
TheExpCompiler.Factory
is used to accessExpCompiler
implementations. -
Uses of ObjectFactory in mondrian.rolap
Subclasses of ObjectFactory in mondrian.rolap Modifier and Type Class Description static class
RolapMemberBase.PropertyValueMapFactoryFactory
Creates the PropertyValueMapFactory which is in turn used to create property-value maps for member properties. -
Uses of ObjectFactory in mondrian.util
Subclasses of ObjectFactory in mondrian.util Modifier and Type Class Description class
MemoryMonitorFactory
TheMemoryMonitorFactory
is used to get the application'sMemoryMonitor
.static class
ObjectFactory.Singleton<T>
Implementation of ObjectFactory that returns only a single instance of the Object.
-