Uses of Interface
commonj.sdo.helper.HelperContext
Packages that use HelperContext
Package
Description
-
Uses of HelperContext in commonj.sdo.impl
Methods in commonj.sdo.impl that return HelperContextModifier and TypeMethodDescriptionstatic HelperContextHelperProvider.getDefaultContext()Gets the default HelperContext -
Uses of HelperContext in org.eclipse.persistence.sdo
Fields in org.eclipse.persistence.sdo declared as HelperContextModifier and TypeFieldDescriptionprotected HelperContextSDOType.aHelperContextstatic final HelperContextSDOConstants.globalHelperContextMethods in org.eclipse.persistence.sdo that return HelperContextModifier and TypeMethodDescriptionSDOResolvable.getHelperContext()SDOType.getHelperContext()Return the HelperContext object associated with this type.Methods in org.eclipse.persistence.sdo with parameters of type HelperContextModifier and TypeMethodDescriptionvoidSDODataObject._setHelperContext(HelperContext aContext) INTERNAL: Set the HelperContext that will be associated with this DataObject.static SDOHelperContextSDOHelper.getHelperContext(HelperContext helperContext) Return the EclipseLink implementation of HelperContext.voidSDOChangeSummary.setHelperContext(HelperContext helperContext) INTERNAL: Set the helperContext if the default SDOChangeSummary constructor was usedvoidSDOResolvable.setHelperContext(HelperContext helperContext) static <T> TSDOHelper.unwrap(HelperContext helperContext, Class<T> clazz) Unwraps a given HelperContext resulting in an EclipseLink SDOHelperContext.Constructors in org.eclipse.persistence.sdo with parameters of type HelperContextModifierConstructorDescriptionSDOChangeSummary(SDODataGraph dataGraph, HelperContext aContext) SDOChangeSummary(SDODataObject dataObject, HelperContext aContext) SDODataGraph(HelperContext helperContext) SDOExternalizableDelegator(Object target, HelperContext aContext) SDOProperty(HelperContext aContext) SDOProperty(HelperContext aContext, String aName) SDOProperty(HelperContext aContext, String aUri, String aName, SDOType aType) SDOProperty(HelperContext aContext, String aName, SDOType aType) SDOProperty(HelperContext aContext, String aName, SDOType aType, boolean hasMany) SDOResolvable(HelperContext aContext) Default constructor for deserializationSDOResolvable(Object target, HelperContext aContext) Constructor for serializationSDOType(HelperContext helperContext) -
Uses of HelperContext in org.eclipse.persistence.sdo.helper
Classes in org.eclipse.persistence.sdo.helper that implement HelperContextModifier and TypeClassDescriptionclassPurpose: This class represents a local HelperContext.Fields in org.eclipse.persistence.sdo.helper declared as HelperContextModifier and TypeFieldDescriptionprotected HelperContextSDOCSUnmarshalListener.aHelperContextVisibility reduced from [public] in 2.1.0.protected HelperContextSDOFragmentMappingAttributeAccessor.helperContextMethods in org.eclipse.persistence.sdo.helper that return HelperContextModifier and TypeMethodDescriptionDataObjectInputStream.getHelperContext()SDOCopyHelper.getHelperContext()INTERNAL: Return the helperContext containing this copyHelper.SDODataFactory.getHelperContext()INTERNAL: Return the helperContext that this instance is associated with.SDODataHelper.getHelperContext()INTERNAL:SDOEqualityHelper.getHelperContext()INTERNAL: Return the helperContext containing this equalityHelper.static HelperContextSDOHelperContext.getHelperContext()INTERNAL: Return the helper context for a given key.static HelperContextSDOHelperContext.getHelperContext(String identifier) Return the local helper context associated with the given identifier, or create one if it does not already exist.static HelperContextSDOHelperContext.getHelperContext(String identifier, ClassLoader classLoader) Return the local helper context with the given identifier, or create one if it does not already exist.SDOHelperContext.HelperContextResolver.getHelperContext(String id, ClassLoader classLoader) Should return instance ofHelperContext.SDOTypeHelper.getHelperContext()INTERNAL: Return the helperContext that this instance is associated with.SDOXMLHelper.getHelperContext()INTERNAL: Return the helperContext that this instance is associated with.SDOXSDHelper.getHelperContext()INTERNAL: Return the helperContext that this instance is associated with.Methods in org.eclipse.persistence.sdo.helper with parameters of type HelperContextModifier and TypeMethodDescriptionstatic voidSDOHelperContext.putHelperContext(HelperContext ctx) Replaces the provided helper context in the map of identifiers to helper contexts for this application.static voidSDOHelperContext.putHelperContext(ClassLoader key, HelperContext value) INTERNAL: Put a ClassLoader/HelperContext key/value pair in the Thread HelperContext map.voidDataObjectInputStream.setHelperContext(HelperContext helperContext) voidSDOCopyHelper.setHelperContext(HelperContext helperContext) INTERNAL: Set the helperContext if this copyHelper was created using the default constructor.voidSDODataFactory.setHelperContext(HelperContext helperContext) INTERNAL: Set the helperContext that this instance is associated with.voidSDODataHelper.setHelperContext(HelperContext helperContext) INTERNAL:voidSDOEqualityHelper.setHelperContext(HelperContext helperContext) INTERNAL: Set the helperContext if this equalityHelper was created using the default constructor.voidSDOTypeHelper.setHelperContext(HelperContext helperContext) INTERNAL: Set the helperContext that this instance is associated with.voidSDOXMLHelper.setHelperContext(HelperContext helperContext) INTERNAL: Set the helperContext that this instance is associated with.voidSDOXSDHelper.setHelperContext(HelperContext helperContext) INTERNAL: Set the helperContext that this instance is associated with.Constructors in org.eclipse.persistence.sdo.helper with parameters of type HelperContextModifierConstructorDescriptionDataObjectInputStream(InputStream in, HelperContext aContext) Constructor for general use by multi-threaded clientsDynamicClassWriter(String className, SDOType type, HelperContext aContext) SDOClassGenerator(HelperContext aContext) SDOClassLoader(ClassLoader delegateLoader, HelperContext aContext) SDOCopyHelper(HelperContext aContext) Constructor that takes in a HelperContext instance that contains this copyHelper.
This is the recommended constructor.SDOCSUnmarshalListener(HelperContext aContext) SDOCSUnmarshalListener(HelperContext aContext, boolean bIsCSUnmarshalListener) SDODataHelper(HelperContext aContext) SDOEqualityHelper(HelperContext aContext) Constructor that takes in a HelperContext instance that contains this equalityHelper.
This is the recommended constructor.SDOFragmentMappingAttributeAccessor(SDOProperty property, HelperContext helper) SDOSchemaGenerator(HelperContext aContext) SDOTypesGenerator(HelperContext aContext) SDOUnmarshalListener(HelperContext aContext) -
Uses of HelperContext in org.eclipse.persistence.sdo.helper.delegates
Fields in org.eclipse.persistence.sdo.helper.delegates declared as HelperContextMethods in org.eclipse.persistence.sdo.helper.delegates that return HelperContextModifier and TypeMethodDescriptionAbstractHelperDelegator.getHelperContext()Return the helperContext that this instance is associated with.SDODataFactoryDelegate.getHelperContext()INTERNAL: Return the current helperContext associated with this delegate.SDOTypeHelperDelegate.getHelperContext()INTERNAL: Return the current helperContext associated with this delegate.SDOXMLHelperDelegate.getHelperContext()SDOXSDHelperDelegate.getHelperContext()Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type HelperContextModifier and TypeMethodDescriptionvoidAbstractHelperDelegator.setHelperContext(HelperContext helperContext) INTERNAL: Set the helperContext that this instance is associated with.voidSDODataFactoryDelegate.setHelperContext(HelperContext helperContext) INTERNAL: Set the current helperContext to be associated with this delegatevoidSDOTypeHelperDelegate.setHelperContext(HelperContext helperContext) INTERNAL: Set the current helperContext to be associated with this delegatevoidSDOXMLHelperDelegate.setHelperContext(HelperContext helperContext) voidSDOXSDHelperDelegate.setHelperContext(HelperContext helperContext) Constructors in org.eclipse.persistence.sdo.helper.delegates with parameters of type HelperContextModifierConstructorDescriptionSDODataFactoryDelegate(HelperContext aContext) SDODataFactoryDelegator(HelperContext aContext) SDOTypeHelperDelegate(HelperContext aContext) SDOTypeHelperDelegator(HelperContext aContext) SDOXMLHelperDelegate(HelperContext aContext) SDOXMLHelperDelegate(HelperContext aContext, ClassLoader aClassLoader) SDOXMLHelperDelegator(HelperContext aContext) SDOXSDHelperDelegate(HelperContext aContext) SDOXSDHelperDelegator(HelperContext aContext) -
Uses of HelperContext in org.eclipse.persistence.sdo.helper.jaxb
Classes in org.eclipse.persistence.sdo.helper.jaxb that implement HelperContextModifier and TypeClassDescriptionclassThe JAXBHelperContext is a bridge between POJOs and SDO DataObjects.Constructors in org.eclipse.persistence.sdo.helper.jaxb with parameters of type HelperContextModifierConstructorDescriptionJAXBDataFactory(HelperContext helperContext) JAXBXMLHelper(HelperContext helperContext) Create a new instance of JAXBXMLHelperJAXBXMLHelper(HelperContext helperContext, ClassLoader classLoader) Create a new instance of JAXBXMLHelper