| Interface | Description |
|---|---|
| BatchingDAO |
Interface for DAOs that offer batching.
|
| RetryingCallbackHelper.RetryingCallback<Result> |
Callback interface
|
| Class | Description |
|---|---|
| ByteArrayTypeHandler |
MyBatis 3.x TypeHandler for _byte[] to BLOB types.
|
| HierarchicalSqlSessionFactoryBean |
Extends the MyBatis-Spring support by allowing a choice of
ResourceLoader. |
| 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 |
|---|---|
| ByteArrayTypeHandler.DeserializationException |
Marker exception to allow deserialization issues to be dealt with by calling code.
|
| ByteArrayTypeHandler.SerializationException |
Marker exception to allow serialization issues to be dealt with by calling code.
|
| 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–2018 Alfresco Software. All rights reserved.