Uses of Class
org.apache.openjpa.jdbc.meta.MappingRepository
Packages that use MappingRepository
Package
Description
OpenJPA-JDBC Configuration
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC ORM Metadata
-
Uses of MappingRepository in org.apache.openjpa.jdbc.conf
Methods in org.apache.openjpa.jdbc.conf that return MappingRepositoryModifier and TypeMethodDescriptionJDBCConfiguration.getMappingRepositoryInstance()Return the mapping repository.JDBCConfigurationImpl.getMappingRepositoryInstance()JDBCConfiguration.newMappingRepositoryInstance()Return a new empty mapping repository of the configured type.JDBCConfigurationImpl.newMappingRepositoryInstance() -
Uses of MappingRepository in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel with parameters of type MappingRepositoryModifier and TypeMethodDescriptionstatic booleanClassTableJDBCSeq.run(JDBCConfiguration conf, String[] args, String action, MappingRepository repos, ClassLoader loader) Run the tool.static booleanValueTableJDBCSeq.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 MappingRepositoryMethods in org.apache.openjpa.jdbc.meta that return MappingRepositoryModifier and TypeMethodDescriptionClassMapping.getMappingRepository()Convenience method to perform cast fromClassMetaData.getRepository().Discriminator.getMappingRepository()FieldMapping.getMappingRepository()Convenience method to perform cast fromFieldMetaData.getRepository()ValueMapping.getMappingRepository()Convenience method to perform cast fromMetaDataContext.getRepository().ValueMappingImpl.getMappingRepository()Version.getMappingRepository()MappingTool.getRepository()Return the repository to use to access mapping information.ReverseMappingTool.getRepository()Return the mapping repository used to hold generated mappings.Methods in org.apache.openjpa.jdbc.meta with parameters of type MappingRepositoryModifier and TypeMethodDescriptionvoidMappingTool.setRepository(MappingRepository repos) Set the repository to use to access mapping information.voidReverseMappingTool.setRepository(MappingRepository repos) Set the repository to use.Constructors in org.apache.openjpa.jdbc.meta with parameters of type MappingRepositoryModifierConstructorDescriptionprotectedClassMapping(Class type, MappingRepository repos) Constructor.Constructor; supply configuration.Constructor; supply configuration.Constructor; supply configuration.Constructor; supply configuration.SequenceMapping(String name, MappingRepository repos) Deprecated.SequenceMapping(DBIdentifier name, MappingRepository repos) Sequence names are a kernel object so DBIdentifiers must be converted to stringsConstructor; supply repository.