Class StrategyInstaller

    • Constructor Detail

      • StrategyInstaller

        public StrategyInstaller​(MappingRepository repos)
        Constructor; supply repository.
    • Method Detail

      • isAdapting

        public boolean isAdapting()
        Return whether this installer adapts the given mapping data and schema, vs requiring that all information be supplied correctly.
      • installStrategy

        public abstract void installStrategy​(ClassMapping cls)
        Install a strategy on the given mapping.
      • installStrategy

        public abstract void installStrategy​(FieldMapping fm)
        Install a strategy on the given mapping.
      • installStrategy

        public abstract void installStrategy​(Version version)
        Install a strategy on the given mapping.
      • installStrategy

        public abstract void installStrategy​(Discriminator discrim)
        Install a strategy on the given mapping.