| Interface | Description |
|---|---|
| BatchingDAO |
Interface for DAOs that offer batching.
|
| RetryingCallbackHelper.RetryingCallback |
Callback interface
|
| Class | Description |
|---|---|
| HierarchicalSqlSessionFactoryBean |
Extends the MyBatis-Spring support by allowing a choice of
ResourceLoader. |
| HierarchicalSqlSessionFactoryBeanTest | |
| HierarchicalSqlSessionFactoryBeanTest.TestDAO |
Helper class that iBatis will use in the test mappings
|
| HierarchicalXMLConfigBuilder |
Extends the MyBatis XMLConfigBuilder to allow the selection of a
ResourceLoader
that will be used to load the resources specified in the mapper's resource. |
| IdsEntity |
Entity bean to carry ID-style information
|
| RetryingCallbackHelper |
A helper that runs a unit of work, transparently retrying the unit of work if
an error occurs.
|
| RollupResultHandler |
A
ResultHandler that collapses multiple rows based on a set of properties. |
| SerializableTypeHandler |
MyBatis 3.x TypeHandler for java.io.Serializable to BLOB types.
|
| Exception | Description |
|---|---|
| SerializableTypeHandler.DeserializationException |
Marker exception to allow deserialization issues to be dealt with by calling code.
|
| SerializableTypeHandler.SerializationException |
Marker exception to allow serialization issues to be dealt with by calling code.
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.