Uses of Class
org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate.SDOWrapperTypeId
-
Packages that use SDOTypeHelperDelegate.SDOWrapperTypeId Package Description org.eclipse.persistence.sdo.helper org.eclipse.persistence.sdo.helper.delegates -
-
Uses of SDOTypeHelperDelegate.SDOWrapperTypeId in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper that return types with arguments of type SDOTypeHelperDelegate.SDOWrapperTypeId Modifier and Type Method Description static Map<SDOTypeHelperDelegate.SDOWrapperTypeId,SDOWrapperType>SDOHelperContext. getWrapperTypes()Returns theSDOWrapperTypeinstances for current applicationstatic Map<SDOTypeHelperDelegate.SDOWrapperTypeId,SDOWrapperType>SDOHelperContext. putWrapperTypes(Map<SDOTypeHelperDelegate.SDOWrapperTypeId,SDOWrapperType> wrapperTypes)Replaces theSDOWrapperTypeinstances for current application with the ones passed as an argumentMethod parameters in org.eclipse.persistence.sdo.helper with type arguments of type SDOTypeHelperDelegate.SDOWrapperTypeId Modifier and Type Method Description static Map<SDOTypeHelperDelegate.SDOWrapperTypeId,SDOWrapperType>SDOHelperContext. putWrapperTypes(Map<SDOTypeHelperDelegate.SDOWrapperTypeId,SDOWrapperType> wrapperTypes)Replaces theSDOWrapperTypeinstances for current application with the ones passed as an argument -
Uses of SDOTypeHelperDelegate.SDOWrapperTypeId in org.eclipse.persistence.sdo.helper.delegates
Methods in org.eclipse.persistence.sdo.helper.delegates that return SDOTypeHelperDelegate.SDOWrapperTypeId Modifier and Type Method Description static SDOTypeHelperDelegate.SDOWrapperTypeIdSDOTypeHelperDelegate.SDOWrapperTypeId. valueOf(String name)Returns the enum constant of this type with the specified name.static SDOTypeHelperDelegate.SDOWrapperTypeId[]SDOTypeHelperDelegate.SDOWrapperTypeId. values()Returns an array containing the constants of this enum type, in the order they are declared.
-