Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
Modifier and Type | Method and Description |
---|---|
Compatibility |
Specification.getCompatibility()
Return the compatibility object associated with this Specification instance.
|
Compatibility |
OpenJPAConfiguration.getCompatibilityInstance()
Backwards compatibility options.
|
Compatibility |
OpenJPAConfigurationImpl.getCompatibilityInstance()
If a Compatibility instance is associated with the Specification,
we will configure this Compatibility instance instead of instantiating a
new one so that the compatibility flags set in compliance with the
Specification can be preserved.
|
Modifier and Type | Method and Description |
---|---|
void |
Specification.setCompatibility(Compatibility compatibility)
Associate a compatibility object with this Specification instance
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.