Package org.alfresco.ibatis
-
Interface Summary Interface Description BatchingDAO Interface for DAOs that offer batching.RetryingCallbackHelper.RetryingCallback<Result> Callback interface -
Class Summary Class Description ByteArrayTypeHandler MyBatis 3.x TypeHandler for _byte[] to BLOB types.HierarchicalSqlSessionFactoryBean Extends the MyBatis-Spring support by allowing a choice ofResourceLoader
.HierarchicalXMLConfigBuilder Extends the MyBatis XMLConfigBuilder to allow the selection of aResourceLoader
that will be used to load the resources specified in the mapper's resource.IdsEntity Entity bean to carry ID-style informationRetryingCallbackHelper A helper that runs a unit of work, transparently retrying the unit of work if an error occurs.RollupResultHandler AResultHandler
that collapses multiple rows based on a set of properties.SerializableTypeHandler MyBatis 3.x TypeHandler for java.io.Serializable to BLOB types. -
Exception Summary 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.