Uses of Class
org.apache.openjpa.jdbc.meta.StrategyInstaller
-
Uses of StrategyInstaller in org.apache.openjpa.jdbc.meta
Modifier and TypeClassDescriptionclass
Installer used during mapping that attempts to use the given mapping information (if any), and fails if it does not work.class
Clears all mapping information from classes and installs none strategies.class
Attempts to install using the given mapping information.class
Installer that attempts to use the given mapping information, and fails if it does not work.Modifier and TypeMethodDescriptionMappingRepository.getStrategyInstaller()
Installs mapping strategies on components.Modifier and TypeMethodDescriptionvoid
MappingRepository.setStrategyInstaller
(StrategyInstaller installer) Installs mapping strategies on components.