Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IOR

        public IOR()
    • 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 a dash.
        Parameters:
        sm - a managed instance.