EclipseLink 2.3.2, build 'v20111125-r10461' API Reference

org.eclipse.persistence.oxm
Class XMLContext.XMLContextState

java.lang.Object
  extended by org.eclipse.persistence.oxm.XMLContext.XMLContextState
Enclosing class:
XMLContext

public static class XMLContext.XMLContextState
extends java.lang.Object


Method Summary
 org.eclipse.persistence.internal.sessions.AbstractSession getSession(java.lang.Object object)
          INTERNAL: Return the session corresponding to this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSession

public org.eclipse.persistence.internal.sessions.AbstractSession getSession(java.lang.Object object)
INTERNAL: Return the session corresponding to this object. Since the object may be mapped by more that one of the projects used to create the XML Context, this method will return the first match.


EclipseLink 2.3.2, build 'v20111125-r10461' API Reference