Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    
SUMMARY: 
java.lang.Object
  extended by org.hibernate.type.AbstractType
      extended by org.hibernate.type.NullableType
          extended by org.hibernate.type.MutableType
              extended by org.hibernate.type.AbstractBynaryType
                  extended by 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

Constructor Detail

MaterializedBlobType

public MaterializedBlobType()
Method Detail

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

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2008. All Rights Reserved.