SUMMARY:
java.lang.Object
org.hibernate.type.AbstractType
org.hibernate.type.NullableType
org.hibernate.type.MutableType
org.hibernate.type.AbstractBynaryType
org.jboss.portal.cms.hibernate.MaterializedBlobType
- All Implemented Interfaces:
- java.io.Serializable, java.util.Comparator, org.hibernate.type.Type, org.hibernate.type.VersionType
public class MaterializedBlobType
- extends org.hibernate.type.AbstractBynaryType
- Version:
- $Revision$
- Author:
- Thomas Heute
- See Also:
- Serialized Form
MaterializedBlobType
public MaterializedBlobType()
sqlType
public int sqlType()
- Overrides:
sqlType in class org.hibernate.type.AbstractBynaryType
getName
public java.lang.String getName()
- Specified by:
getName in interface org.hibernate.type.Type- Specified by:
getName in class org.hibernate.type.AbstractBynaryType
getReturnedClass
public java.lang.Class getReturnedClass()
toExternalFormat
protected java.lang.Object toExternalFormat(byte[] bytes)
- Specified by:
toExternalFormat in class org.hibernate.type.AbstractBynaryType
toInternalFormat
protected byte[] toInternalFormat(java.lang.Object bytes)
- Specified by:
toInternalFormat in class org.hibernate.type.AbstractBynaryType
Copyright © 2008. All Rights Reserved.