Class HibernateSidUserType
java.lang.Object
com.atlassian.bamboo.security.acegi.acls.HibernateSidUserType
- All Implemented Interfaces:
Serializable,org.hibernate.usertype.CompositeUserType
public class HibernateSidUserType
extends Object
implements org.hibernate.usertype.CompositeUserType, Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version. -
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) Class<org.acegisecurity.acls.sid.Sid> voidsetPropertyValue(Object object, int i, Object object1)
-
Field Details
-
SID_TYPE_PRINCIPAL
Deprecated, for removal: This API element is subject to removal in a future version. -
SID_TYPE_GROUP_PRINCIPAL
Deprecated, for removal: This API element is subject to removal in a future version. -
SID_TYPE_GRANTED_AUTHORITY
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
HibernateSidUserType
public HibernateSidUserType()
-
-
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
-
HibernateSidUserType.SidType