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 JavaVendors
JavaVendors. getCurrentVendor()
This static worker method returns the current Vendor.static JavaVendors
JavaVendors. valueOf(java.lang.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.
-