org.apache.openjpa.persistence.jest
Class IOR

java.lang.Object
  extended by org.apache.openjpa.persistence.jest.IOR

public class IOR
extends Object

String reference of a managed object.

Author:
Pinaki Poddar

Field Summary
static char DASH
           
 
Constructor Summary
IOR()
           
 
Method Summary
static String toString(OpenJPAStateManager sm)
          Stringified representation of a managed instance identity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DASH

public static final char DASH
See Also:
Constant Field Values
Constructor Detail

IOR

public IOR()
Method Detail

toString

public static String toString(OpenJPAStateManager sm)
Stringified representation of a managed instance identity. The simple Java type name and the persistent identity separated by a dash.

Parameters:
sm - a managed instance.
Returns:


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.