| AlfrescoDefaultSqlSessionFactory |
|
| AlfrescoSqlSessionFactoryBuilder |
|
| 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.
|
| SqlSessionMetricsWrapper |
Wrapper around the SqlSession object that allows us to report on the DB executed queries
|