Uses of Class
org.apache.openjpa.lib.util.JavaVendors
-
Packages that use JavaVendors Package Description org.apache.openjpa.lib.util General Utilities -
-
Uses of JavaVendors in org.apache.openjpa.lib.util
Methods in org.apache.openjpa.lib.util that return JavaVendors Modifier and Type Method Description static JavaVendorsJavaVendors. getCurrentVendor()This static worker method returns the current Vendor.static JavaVendorsJavaVendors. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaVendors[]JavaVendors. values()Returns an array containing the constants of this enum type, in the order they are declared.
-