/* 100 */ return this.metadata.getMethod();
/* */ }
/* */
/* */ public Object execute(Object[] args) throws FinderException
/* */ {
/* 105 */ JDBCStoreManager2 manager = this.command.getStoreManager();
/* 106 */ GenericEntityObjectFactory factory = this.metadata.isResultTypeMappingLocal() ? manager.getContainer().getLocalProxyFactory() : manager.getContainer().getProxyFactory();
/* */ Object result;
/* 110 */ switch (this.returnType)
/* */ {
/* */ case 0:
/* 113 */ result = this.command.fetchOne(this.schema, factory, args);