|
|||||||||
Home >> All >> org >> springframework >> orm >> ibatis >> [ support overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.springframework.orm.ibatis.support
Package providing integration of iBATIS Database Layer with Spring concepts.
See:
Description
Class Summary | |
AbstractLobTypeHandler | Abstract base class for iBATIS TypeHandler implementations that map to LOBs. |
AbstractLobTypeHandler.LobCreatorSynchronization | Callback for resource cleanup at the end of a Spring transaction. |
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. |
SqlMapDaoSupport | Convenient super class for iBATIS SqlMap data access objects. |
Package org.springframework.orm.ibatis.support Description
Package providing integration of iBATIS Database Layer with Spring concepts.
Contains resource helper classes and template classes for data access, for both the SqlMap API (of iBATIS SQL Maps 1.x) and the SqlMapClient API (of SQL Maps 2).
|
|||||||||
Home >> All >> org >> springframework >> orm >> ibatis >> [ support overview ] | PREV PACKAGE NEXT PACKAGE |