Uses of Class
org.apache.openjpa.conf.Compatibility
-
Uses of Compatibility in org.apache.openjpa.conf
Modifier and TypeMethodDescriptionSpecification.getCompatibility()
Return the compatibility object associated with this Specification instance.OpenJPAConfiguration.getCompatibilityInstance()
Backwards compatibility options.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 TypeMethodDescriptionvoid
Specification.setCompatibility
(Compatibility compatibility) Associate a compatibility object with this Specification instance