Class IOR
- java.lang.Object
-
- org.apache.openjpa.persistence.jest.IOR
-
public class IOR extends java.lang.Object
String reference of a managed object.- Author:
- Pinaki Poddar
-
-
Field Summary
Fields Modifier and Type Field Description static char
DASH
-
Constructor Summary
Constructors Constructor Description IOR()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
toString(OpenJPAStateManager sm)
Stringified representation of a managed instance identity.
-
-
-
Field Detail
-
DASH
public static final char DASH
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public static java.lang.String toString(OpenJPAStateManager sm)
Stringified representation of a managed instance identity. The simple Java type name and the persistent identity separated by adash
.- Parameters:
sm
- a managed instance.
-
-