Package | Description |
---|---|
org.apache.openjpa.jdbc.meta |
OpenJPA-JDBC ORM Metadata
This package extends the standard persistence metadata with
object-relational mapping information.
|
Modifier and Type | Class and Description |
---|---|
class |
MappingStrategyInstaller
Installer used during mapping that attempts to use the given mapping
information (if any), and fails if it does not work.
|
class |
NoneStrategyInstaller
Clears all mapping information from classes and installs none strategies.
|
class |
RefreshStrategyInstaller
Attempts to install using the given mapping information.
|
class |
RuntimeStrategyInstaller
Installer that attempts to use the given mapping information, and
fails if it does not work.
|
Modifier and Type | Method and Description |
---|---|
StrategyInstaller |
MappingRepository.getStrategyInstaller()
Installs mapping strategies on components.
|
Modifier and Type | Method and Description |
---|---|
void |
MappingRepository.setStrategyInstaller(StrategyInstaller installer)
Installs mapping strategies on components.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.