Class HibernateHandle

    • Constructor Detail

      • HibernateHandle

        public HibernateHandle​(Searchable searchable)
        Deprecated.
      • HibernateHandle

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

      • 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