Uses of Class
org.springframework.orm.hibernate3.support.AbstractLobType

Packages that use AbstractLobType
org.springframework.orm.hibernate3.support Classes supporting the org.springframework.orm.hibernate3 package. 
 

Uses of AbstractLobType in org.springframework.orm.hibernate3.support
 

Subclasses of AbstractLobType in org.springframework.orm.hibernate3.support
 class BlobByteArrayType
          Hibernate UserType implementation for byte arrays that get mapped to BLOBs.
 class BlobSerializableType
          Hibernate UserType implementation for arbitrary objects that get serialized to BLOBs.
 class BlobStringType
          Hibernate UserType implementation for Strings that get mapped to BLOBs.
 class ClobStringType
          Hibernate UserType implementation for Strings that get mapped to CLOBs.
 



Copyright (c) 2002-2007 The Spring Framework Project.