Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa.jdbc » meta » [javadoc | source]
org.apache.openjpa.jdbc.meta
public class: RuntimeStrategyInstaller [javadoc | source]
java.lang.Object
   org.apache.openjpa.jdbc.meta.StrategyInstaller
      org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller

All Implemented Interfaces:
    Serializable

Installer that attempts to use the given mapping information, and fails if it does not work.
Fields inherited from org.apache.openjpa.jdbc.meta.StrategyInstaller:
repos
Constructor:
 public RuntimeStrategyInstaller(MappingRepository repos) 
    Constructor; supply configuration.
Method from org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller Summary:
installStrategy,   installStrategy,   installStrategy,   installStrategy
Methods from org.apache.openjpa.jdbc.meta.StrategyInstaller:
installStrategy,   installStrategy,   installStrategy,   installStrategy,   isAdapting
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller Detail:
 public  void installStrategy(ClassMapping cls) 
 public  void installStrategy(FieldMapping field) 
 public  void installStrategy(Version version) 
 public  void installStrategy(Discriminator discrim)