|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultObjectFactory | |
com.ibatis.sqlmap.engine.impl | |
com.ibatis.sqlmap.engine.mapping.result |
Uses of ResultObjectFactory in com.ibatis.sqlmap.engine.impl |
Methods in com.ibatis.sqlmap.engine.impl that return ResultObjectFactory | |
ResultObjectFactory |
SqlMapExecutorDelegate.getResultObjectFactory()
|
ResultObjectFactory |
SqlMapClientImpl.getResultObjectFactory()
|
ResultObjectFactory |
ExtendedSqlMapClient.getResultObjectFactory()
|
Methods in com.ibatis.sqlmap.engine.impl with parameters of type ResultObjectFactory | |
void |
SqlMapExecutorDelegate.setResultObjectFactory(ResultObjectFactory resultObjectFactory)
|
Uses of ResultObjectFactory in com.ibatis.sqlmap.engine.mapping.result |
Methods in com.ibatis.sqlmap.engine.mapping.result with parameters of type ResultObjectFactory | |
static java.lang.Object |
ResultObjectFactoryUtil.createObjectThroughFactory(ResultObjectFactory factory,
java.lang.String statementId,
java.lang.Class clazz)
Algorithm: If factory is null, then create object internally() Otherwise try to create object through factory If null returned from factory, then create object internally This allows the factory to selectively create objects, also allows for the common possibility that a factory is not configured. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |