Uses of Class
org.apache.openjpa.conf.Compatibility
-
Packages that use Compatibility Package Description org.apache.openjpa.conf OpenJPA Configuration -
-
Uses of Compatibility in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return Compatibility Modifier and Type Method 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.Methods in org.apache.openjpa.conf with parameters of type Compatibility Modifier and Type Method Description void
Specification. setCompatibility(Compatibility compatibility)
Associate a compatibility object with this Specification instance
-