Class HibernateHandle
java.lang.Object
bucket.core.persistence.hibernate.HibernateHandle
- All Implemented Interfaces:
Handle
,Serializable
- Direct Known Subclasses:
HibernateHandle
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHibernateHandle
(Searchable searchable) Deprecated.HibernateHandle
(String handleString) Deprecated.HibernateHandle
(String className, long id) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.long
getId()
Deprecated.int
hashCode()
Deprecated.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 Details
-
HibernateHandle
Deprecated.- Throws:
ParseException
-
HibernateHandle
Deprecated. -
HibernateHandle
Deprecated.
-
-
Method Details
-
getClassName
Deprecated. -
getId
public long getId()Deprecated. -
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 -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
com.atlassian.confluence.core.persistence.hibernate
package