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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
Install a strategy on the given mapping.abstract void
installStrategy
(Discriminator discrim) Install a strategy on the given mapping.abstract void
Install a strategy on the given mapping.abstract void
installStrategy
(Version version) Install a strategy on the given mapping.boolean
Return 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.
-