Package org.springframework.orm.ibatis.support

Classes supporting the org.springframework.orm.ibatis package.

See:
          Description

Class Summary
AbstractLobTypeHandler Abstract base class for iBATIS TypeHandler implementations that map to LOBs.
BlobByteArrayTypeHandler iBATIS TypeHandler implementation for byte arrays that get mapped to BLOBs.
BlobSerializableTypeHandler iBATIS TypeHandler implementation for arbitrary objects that get serialized to BLOBs.
ClobStringTypeHandler iBATIS TypeHandler implementation for Strings that get mapped to CLOBs.
SqlMapClientDaoSupport Convenient super class for iBATIS SqlMapClient data access objects.
 

Package org.springframework.orm.ibatis.support Description

Classes supporting the org.springframework.orm.ibatis package. Contains a DAO base class for SqlMapClientTemplate usage.



Copyright © 2002-2008 The Spring Framework.