Uses of Interface
org.eclipse.persistence.platform.xml.XMLPlatform
Packages that use XMLPlatform
Package
Description
-
Uses of XMLPlatform in org.eclipse.persistence.internal.xr
Fields in org.eclipse.persistence.internal.xr declared as XMLPlatform -
Uses of XMLPlatform in org.eclipse.persistence.platform.xml
Fields in org.eclipse.persistence.platform.xml declared as XMLPlatformMethods in org.eclipse.persistence.platform.xml that return XMLPlatformModifier and TypeMethodDescriptionXMLPlatformFactory.getXMLPlatform()INTERNAL: Return the XMLPlatform based on the toplink.xml.platform System property.Methods in org.eclipse.persistence.platform.xml that return types with arguments of type XMLPlatformModifier and TypeMethodDescriptionClass<? extends XMLPlatform> XMLPlatformFactory.getXMLPlatformClass()INTERNAL: Return the implementation class for the XMLPlatform.Method parameters in org.eclipse.persistence.platform.xml with type arguments of type XMLPlatformModifier and TypeMethodDescriptionvoidXMLPlatformFactory.setXMLPlatformClass(Class<? extends XMLPlatform> xmlPlatformClass) PUBLIC: Set the implementation of XMLPlatform. -
Uses of XMLPlatform in org.eclipse.persistence.platform.xml.jaxp
Classes in org.eclipse.persistence.platform.xml.jaxp that implement XMLPlatformModifier and TypeClassDescriptionclassPurpose: An implementation of XMLPlatform using JAXP 1.3 APIs. -
Uses of XMLPlatform in org.eclipse.persistence.platform.xml.xdk
Classes in org.eclipse.persistence.platform.xml.xdk that implement XMLPlatformModifier and TypeClassDescriptionclassPurpose: An implementation of XMLPlatform using Oracle XDK APIs.