Class HibernateObjectIdentityUserType
java.lang.Object
com.atlassian.bamboo.security.acegi.acls.HibernateObjectIdentityUserType
- All Implemented Interfaces:
Serializable,org.hibernate.usertype.CompositeUserType
public class HibernateObjectIdentityUserType
extends Object
implements org.hibernate.usertype.CompositeUserType, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble(Serializable serializable, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object) disassemble(Object object, org.hibernate.engine.spi.SharedSessionContractImplementor session) booleanString[]org.hibernate.type.Type[]getPropertyValue(Object object, int i) intbooleannullSafeGet(ResultSet resultSet, String[] strings, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object) voidnullSafeSet(PreparedStatement preparedStatement, Object object, int i, org.hibernate.engine.spi.SharedSessionContractImplementor session) replace(Object original, Object target, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) voidsetPropertyValue(Object object, int i, Object object1)
-
Constructor Details
-
HibernateObjectIdentityUserType
public HibernateObjectIdentityUserType()
-
-
Method Details
-
getPropertyNames
- Specified by:
getPropertyNamesin interfaceorg.hibernate.usertype.CompositeUserType
-
getPropertyTypes
public org.hibernate.type.Type[] getPropertyTypes()- Specified by:
getPropertyTypesin interfaceorg.hibernate.usertype.CompositeUserType
-
getPropertyValue
- Specified by:
getPropertyValuein interfaceorg.hibernate.usertype.CompositeUserType- Throws:
org.hibernate.HibernateException
-
setPropertyValue
public void setPropertyValue(Object object, int i, Object object1) throws org.hibernate.HibernateException - Specified by:
setPropertyValuein interfaceorg.hibernate.usertype.CompositeUserType- Throws:
org.hibernate.HibernateException
-
returnedClass
- Specified by:
returnedClassin interfaceorg.hibernate.usertype.CompositeUserType
-
equals
- Specified by:
equalsin interfaceorg.hibernate.usertype.CompositeUserType- Throws:
org.hibernate.HibernateException
-
deepCopy
- Specified by:
deepCopyin interfaceorg.hibernate.usertype.CompositeUserType- Throws:
org.hibernate.HibernateException
-
isMutable
public boolean isMutable()- Specified by:
isMutablein interfaceorg.hibernate.usertype.CompositeUserType
-
hashCode
- Specified by:
hashCodein interfaceorg.hibernate.usertype.CompositeUserType- Throws:
org.hibernate.HibernateException
-