Uses of Interface
org.eclipse.persistence.platform.xml.XMLPlatform
-
Packages that use XMLPlatform Package Description org.eclipse.persistence.platform.xml -
-
Uses of XMLPlatform in org.eclipse.persistence.platform.xml
Fields in org.eclipse.persistence.platform.xml declared as XMLPlatform Modifier and Type Field Description protected XMLPlatformSAXDocumentBuilder. xmlPlatformMethods in org.eclipse.persistence.platform.xml that return XMLPlatform Modifier and Type Method Description XMLPlatformXMLPlatformFactory. 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 XMLPlatform Modifier and Type Method Description Class<? 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 XMLPlatform Modifier and Type Method Description voidXMLPlatformFactory. setXMLPlatformClass(Class<? extends XMLPlatform> xmlPlatformClass)PUBLIC: Set the implementation of XMLPlatform.
-