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 tocom.atlassian.confluence.core.persistence.hibernate
package- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HibernateHandle(Searchable searchable)
Deprecated.HibernateHandle(String handleString)
Deprecated.HibernateHandle(String className, long id)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.String
getClassName()
Deprecated.long
getId()
Deprecated.int
hashCode()
Deprecated.String
toString()
Deprecated.ThetoString()
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
-
-
-
Constructor Detail
-
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 Detail
-
getClassName
public String getClassName()
Deprecated.
-
getId
public long getId()
Deprecated.
-
toString
public String toString()
Deprecated.Description copied from interface:Handle
ThetoString()
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
-
-