| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MappingRepository | |
|---|---|
| org.apache.openjpa.jdbc.conf | OpenJPA-JDBC Configuration | 
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel | 
| org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata | 
| Uses of MappingRepository in org.apache.openjpa.jdbc.conf | 
|---|
| Methods in org.apache.openjpa.jdbc.conf that return MappingRepository | |
|---|---|
|  MappingRepository | JDBCConfigurationImpl.getMappingRepositoryInstance() | 
|  MappingRepository | JDBCConfiguration.getMappingRepositoryInstance()Return the mapping repository. | 
|  MappingRepository | JDBCConfigurationImpl.newMappingRepositoryInstance() | 
|  MappingRepository | JDBCConfiguration.newMappingRepositoryInstance()Return a new empty mapping repository of the configured type. | 
| Uses of MappingRepository in org.apache.openjpa.jdbc.kernel | 
|---|
| Methods in org.apache.openjpa.jdbc.kernel with parameters of type MappingRepository | |
|---|---|
| static boolean | ClassTableJDBCSeq.run(JDBCConfiguration conf,
    String[] args,
    String action,
    MappingRepository repos,
    ClassLoader loader)Run the tool. | 
| static boolean | ValueTableJDBCSeq.run(JDBCConfiguration conf,
    String[] args,
    String action,
    MappingRepository repos,
    ClassLoader loader)Run the tool. | 
| Uses of MappingRepository in org.apache.openjpa.jdbc.meta | 
|---|
| Fields in org.apache.openjpa.jdbc.meta declared as MappingRepository | |
|---|---|
| protected  MappingRepository | StrategyInstaller.repos | 
| Methods in org.apache.openjpa.jdbc.meta that return MappingRepository | |
|---|---|
|  MappingRepository | ValueMapping.getMappingRepository()Convenience method to perform cast from MetaDataContext.getRepository(). | 
|  MappingRepository | FieldMapping.getMappingRepository()Convenience method to perform cast from FieldMetaData.getRepository() | 
|  MappingRepository | ValueMappingImpl.getMappingRepository() | 
|  MappingRepository | ClassMapping.getMappingRepository()Convenience method to perform cast from ClassMetaData.getRepository(). | 
|  MappingRepository | Version.getMappingRepository() | 
|  MappingRepository | Discriminator.getMappingRepository() | 
|  MappingRepository | MappingTool.getRepository()Return the repository to use to access mapping information. | 
|  MappingRepository | ReverseMappingTool.getRepository()Return the mapping repository used to hold generated mappings. | 
| Methods in org.apache.openjpa.jdbc.meta with parameters of type MappingRepository | |
|---|---|
|  void | MappingTool.setRepository(MappingRepository repos)Set the repository to use to access mapping information. | 
|  void | ReverseMappingTool.setRepository(MappingRepository repos)Set the repository to use. | 
| Constructors in org.apache.openjpa.jdbc.meta with parameters of type MappingRepository | |
|---|---|
| ClassMapping(Class type,
             MappingRepository repos)Constructor. | |
| MappingStrategyInstaller(MappingRepository repos)Constructor; supply configuration. | |
| NoneStrategyInstaller(MappingRepository repos)Constructor; supply configuration. | |
| RefreshStrategyInstaller(MappingRepository repos)Constructor; supply configuration. | |
| RuntimeStrategyInstaller(MappingRepository repos)Constructor; supply configuration. | |
| SequenceMapping(String name,
                MappingRepository repos) | |
| StrategyInstaller(MappingRepository repos)Constructor; supply repository. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||