Uses of Class
org.apache.openjpa.jdbc.meta.StrategyInstaller
-
Packages that use StrategyInstaller Package Description org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata -
-
Uses of StrategyInstaller in org.apache.openjpa.jdbc.meta
Subclasses of StrategyInstaller in org.apache.openjpa.jdbc.meta Modifier and Type Class Description classMappingStrategyInstallerInstaller used during mapping that attempts to use the given mapping information (if any), and fails if it does not work.classNoneStrategyInstallerClears all mapping information from classes and installs none strategies.classRefreshStrategyInstallerAttempts to install using the given mapping information.classRuntimeStrategyInstallerInstaller that attempts to use the given mapping information, and fails if it does not work.Methods in org.apache.openjpa.jdbc.meta that return StrategyInstaller Modifier and Type Method Description StrategyInstallerMappingRepository. getStrategyInstaller()Installs mapping strategies on components.Methods in org.apache.openjpa.jdbc.meta with parameters of type StrategyInstaller Modifier and Type Method Description voidMappingRepository. setStrategyInstaller(StrategyInstaller installer)Installs mapping strategies on components.
-