Uses of Class
org.eclipse.persistence.sdo.types.SDOWrapperType
-
Packages that use SDOWrapperType Package Description org.eclipse.persistence.sdo.helper -
-
Uses of SDOWrapperType in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper that return types with arguments of type SDOWrapperType 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 SDOWrapperType 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
-