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 CompatibilitySpecification. getCompatibility()Return the compatibility object associated with this Specification instance.CompatibilityOpenJPAConfiguration. getCompatibilityInstance()Backwards compatibility options.CompatibilityOpenJPAConfigurationImpl. 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 voidSpecification. setCompatibility(Compatibility compatibility)Associate a compatibility object with this Specification instance
-