Uses of Class
org.eclipse.persistence.oxm.XMLContext
Packages that use XMLContext
Package
Description
-
Uses of XMLContext in org.eclipse.persistence.internal.core.descriptors
Methods in org.eclipse.persistence.internal.core.descriptors with parameters of type XMLContextModifier and TypeMethodDescriptionabstract ABSTRACT_RECORD
CoreObjectBuilder.createRecordFromXMLContext
(XMLContext context) Create a new row/record from XMLContext. -
Uses of XMLContext in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type XMLContext -
Uses of XMLContext in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return XMLContextModifier and TypeMethodDescriptionstatic XMLContext
XMLEntityMappingsReader.getEclipseLinkOrmProject()
static XMLContext
XMLEntityMappingsReader.getOrm1_0Project()
static XMLContext
XMLEntityMappingsReader.getOrm2_0Project()
static XMLContext
XMLEntityMappingsReader.getOrm2_1Project()
static XMLContext
XMLEntityMappingsReader.getOrm2_2Project()
static XMLContext
XMLEntityMappingsReader.getOrm3_0Project()
static XMLContext
XMLEntityMappingsReader.getOrm3_1Project()
-
Uses of XMLContext in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm with parameters of type XMLContextModifier and TypeMethodDescriptionXPathObjectBuilder.createRecordFromXMLContext
(XMLContext context) -
Uses of XMLContext in org.eclipse.persistence.internal.xr
Fields in org.eclipse.persistence.internal.xr declared as XMLContextMethods in org.eclipse.persistence.internal.xr that return XMLContextMethods in org.eclipse.persistence.internal.xr with parameters of type XMLContext -
Uses of XMLContext in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb that return XMLContextModifier and TypeMethodDescriptionJAXBContext.getXMLContext()
Return the XMLContext associated with this JAXBContext.Methods in org.eclipse.persistence.jaxb with parameters of type XMLContextModifier and TypeMethodDescriptionvoid
JAXBContext.JAXBContextState.setXMLContext
(XMLContext xmlContext) void
JAXBContext.setXMLContext
(XMLContext xmlContext) Constructors in org.eclipse.persistence.jaxb with parameters of type XMLContextModifierConstructorDescriptionJAXBContext
(XMLContext context) Create a JAXBContext for a given XMLContext.JAXBContext
(XMLContext context, Generator generator, Type[] boundTypes) Create a JAXBContext.JAXBContext
(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) Create a JAXBContext.protected
JAXBContextState
(XMLContext context) protected
JAXBContextState
(XMLContext context, Generator generator, Type[] boundTypes, Map properties) protected
JAXBContextState
(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes, Map properties) JAXBIntrospector
(XMLContext context) -
Uses of XMLContext in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return XMLContextModifier and TypeMethodDescriptionXMLMarshaller.getXMLContext()
Return the instance of XMLContext that was used to create this instance of XMLMarshaller.XMLUnmarshaller.getXMLContext()
Return the instance of XMLContext that was used to create this instance of XMLUnmarshaller.Methods in org.eclipse.persistence.oxm with parameters of type XMLContextModifier and TypeMethodDescriptionvoid
XMLMarshaller.setXMLContext
(XMLContext value) Set the XMLContext used by this instance of XMLMarshaller.void
XMLUnmarshaller.setXMLContext
(XMLContext value) Set the XMLContext used by this instance of XMLUnmarshaller.Constructors in org.eclipse.persistence.oxm with parameters of type XMLContextModifierConstructorDescriptionXMLBinder
(XMLContext context) XMLBinder
(XMLContext context, XMLMarshaller marshaller, XMLUnmarshaller unmarshaller) XMLMarshaller
(XMLContext xmlContext) Create a new XMLMarshaller based on the specified sessionprotected
XMLUnmarshaller
(XMLContext xmlContext) protected
XMLUnmarshaller
(XMLContext xmlContext, Map<String, Boolean> parserFeatures) protected
XMLValidator
(XMLContext xmlContext) -
Uses of XMLContext in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper that return XMLContextMethods in org.eclipse.persistence.sdo.helper with parameters of type XMLContextModifier and TypeMethodDescriptionvoid
SDOXMLHelper.setXmlContext
(XMLContext xmlContext) INTERNAL: -
Uses of XMLContext in org.eclipse.persistence.sdo.helper.delegates
Methods in org.eclipse.persistence.sdo.helper.delegates that return XMLContextModifier and TypeMethodDescriptionSDOXMLHelperDelegate.getXmlContext()
SDOXMLHelperDelegator.getXmlContext()
Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type XMLContextModifier and TypeMethodDescriptionvoid
SDOXMLHelperDelegate.setXmlContext
(XMLContext xmlContext) void
SDOXMLHelperDelegator.setXmlContext
(XMLContext xmlContext)