Class HibernateHandle
- java.lang.Object
-
- bucket.core.persistence.hibernate.HibernateHandle
-
- All Implemented Interfaces:
com.atlassian.bonnie.Handle,Serializable
public class HibernateHandle extends Object implements com.atlassian.bonnie.Handle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HibernateHandle(com.atlassian.bonnie.Searchable searchable)HibernateHandle(String handleString)HibernateHandle(String className, long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClassName()longgetId()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
HibernateHandle
public HibernateHandle(String handleString) throws ParseException
- Throws:
ParseException
-
HibernateHandle
public HibernateHandle(com.atlassian.bonnie.Searchable searchable)
-
HibernateHandle
public HibernateHandle(String className, long id)
-
-