Class HibernateHandle

java.lang.Object
bucket.core.persistence.hibernate.HibernateHandle
All Implemented Interfaces:
Handle, Serializable
Direct Known Subclasses:
HibernateHandle

@Deprecated public class HibernateHandle extends Object implements Handle
Deprecated.
since 7.20. Will be relocated to com.atlassian.confluence.core.persistence.hibernate package
See Also:
  • Constructor Details

    • HibernateHandle

      public HibernateHandle(String handleString) throws ParseException
      Deprecated.
      Throws:
      ParseException
    • HibernateHandle

      public HibernateHandle(Searchable searchable)
      Deprecated.
    • HibernateHandle

      public HibernateHandle(String className, long id)
      Deprecated.
  • Method Details

    • getClassName

      public String getClassName()
      Deprecated.
    • getId

      public long getId()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Description copied from interface: Handle
      The toString() method of a Handle must be written so that the AnyTypeObjectDao (for example) can resolve the String representation of a Handle back to a Handle object, and thus find the referenced object
      Specified by:
      toString in interface Handle
      Overrides:
      toString in class Object
      Returns:
      a String representation of this Handle that can be resolved back to the same object.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object