seewebwork.action.ActionSupport#doExecute() Session s = getHibernateSession( ); try { _item = ( Item ) s.load( Item.class, _itemId ); return SUCCESS; } finally { s.close( ); }
Session s = getHibernateSession( ); try { _item = ( Item ) s.load( Item.class, _itemId ); return SUCCESS; } finally { s.close( ); }
returnItem return _item;
return _item;
returnString return _itemId;
return _itemId;
Sets the item.paramitem The item to set _item = item;
_item = item;
Sets the itemId.paramitemId The itemId to set _itemId = itemId;
_itemId = itemId;