Uses of Class
org.apache.openjpa.jdbc.meta.StrategyInstaller
Packages that use StrategyInstaller
- 
Uses of StrategyInstaller in org.apache.openjpa.jdbc.metaSubclasses of StrategyInstaller in org.apache.openjpa.jdbc.metaModifier and TypeClassDescriptionclassInstaller used during mapping that attempts to use the given mapping information (if any), and fails if it does not work.classClears all mapping information from classes and installs none strategies.classAttempts to install using the given mapping information.classInstaller that attempts to use the given mapping information, and fails if it does not work.Methods in org.apache.openjpa.jdbc.meta that return StrategyInstallerModifier and TypeMethodDescriptionMappingRepository.getStrategyInstaller()Installs mapping strategies on components.Methods in org.apache.openjpa.jdbc.meta with parameters of type StrategyInstallerModifier and TypeMethodDescriptionvoidMappingRepository.setStrategyInstaller(StrategyInstaller installer) Installs mapping strategies on components.