The Spring Framework

Uses of Class
org.springframework.orm.ibatis.support.AbstractLobTypeHandler

Packages that use AbstractLobTypeHandler
org.springframework.orm.ibatis.support Classes supporting the org.springframework.orm.ibatis package. 
 

Uses of AbstractLobTypeHandler in org.springframework.orm.ibatis.support
 

Subclasses of AbstractLobTypeHandler in org.springframework.orm.ibatis.support
 class BlobByteArrayTypeHandler
          iBATIS TypeHandler implementation for byte arrays that get mapped to BLOBs.
 class BlobSerializableTypeHandler
          iBATIS TypeHandler implementation for arbitrary objects that get serialized to BLOBs.
 class ClobStringTypeHandler
          iBATIS TypeHandler implementation for Strings that get mapped to CLOBs.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.