Uses of Class
org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
-
Packages that use DatabaseType.DatabaseTypeHelper Package Description org.eclipse.persistence.internal.helper -
-
Uses of DatabaseType.DatabaseTypeHelper in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper that return DatabaseType.DatabaseTypeHelper Modifier and Type Method Description static DatabaseType.DatabaseTypeHelperDatabaseType.DatabaseTypeHelper. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseType.DatabaseTypeHelper[]DatabaseType.DatabaseTypeHelper. values()Returns an array containing the constants of this enum type, in the order they are declared.
-