Package org.apache.openjpa.jdbc.meta
Class StrategyInstaller
java.lang.Object
org.apache.openjpa.jdbc.meta.StrategyInstaller
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MappingStrategyInstaller,NoneStrategyInstaller,RefreshStrategyInstaller,RuntimeStrategyInstaller
Installs mapping strategies.
- Since:
- 0.4.0
- Author:
- Abe White
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidInstall a strategy on the given mapping.abstract voidinstallStrategy(Discriminator discrim) Install a strategy on the given mapping.abstract voidInstall a strategy on the given mapping.abstract voidinstallStrategy(Version version) Install a strategy on the given mapping.booleanReturn whether this installer adapts the given mapping data and schema, vs requiring that all information be supplied correctly.
-
Field Details
-
repos
-
-
Constructor Details
-
StrategyInstaller
Constructor; supply repository.
-
-
Method Details
-
isAdapting
public boolean isAdapting()Return whether this installer adapts the given mapping data and schema, vs requiring that all information be supplied correctly. -
installStrategy
Install a strategy on the given mapping. -
installStrategy
Install a strategy on the given mapping. -
installStrategy
Install a strategy on the given mapping. -
installStrategy
Install a strategy on the given mapping.
-