Class IOR
java.lang.Object
org.apache.openjpa.persistence.jest.IOR
String reference of a managed object.
- Author:
- Pinaki Poddar
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Stringified representation of a managed instance identity.
-
Field Details
-
DASH
public static final char DASH- See Also:
-
-
Constructor Details
-
IOR
public IOR()
-
-
Method Details
-
toString
Stringified representation of a managed instance identity. The simple Java type name and the persistent identity separated by adash
.- Parameters:
sm
- a managed instance.
-