org.apache.openjpa.persistence.jest
Class IOR
java.lang.Object
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DASH
public static final char DASH
- See Also:
- Constant Field Values
IOR
public IOR()
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.