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.hibernatepackage- 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 booleanequals(Object o)Deprecated.StringgetClassName()Deprecated.longgetId()Deprecated.inthashCode()Deprecated.StringtoString()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:HandleThetoString()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
-
-