Uses of Class
org.apache.openjpa.jdbc.meta.MappingRepository
Package
Description
OpenJPA-JDBC Configuration
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC ORM Metadata
-
Uses of MappingRepository in org.apache.openjpa.jdbc.conf
Modifier 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
Modifier and TypeMethodDescriptionstatic 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
Modifier 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.Modifier and TypeMethodDescriptionvoid
MappingTool.setRepository
(MappingRepository repos) Set the repository to use to access mapping information.void
ReverseMappingTool.setRepository
(MappingRepository repos) Set the repository to use.ModifierConstructorDescriptionprotected
ClassMapping
(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.