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

public class IOR extends Object
String reference of a managed object.
Author:
Pinaki Poddar
  • Field Details

  • Constructor Details

    • IOR

      public IOR()
  • Method Details

    • 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.