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 classExpCompiler.FactoryTheExpCompiler.Factoryis used to accessExpCompilerimplementations. -
Uses of ObjectFactory in mondrian.rolap
Subclasses of ObjectFactory in mondrian.rolap Modifier and Type Class Description static classRolapMemberBase.PropertyValueMapFactoryFactoryCreates 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 classMemoryMonitorFactoryTheMemoryMonitorFactoryis used to get the application'sMemoryMonitor.static classObjectFactory.Singleton<T>Implementation of ObjectFactory that returns only a single instance of the Object.
-