seewebwork.action.ActionSupport#doExecute() //~ Methods ---------------------------------------------------------------- Session s = getHibernateSession( ); try { _customer = ( Customer ) s.load( Customer.class, getUserId( ) ); return SUCCESS; } finally { s.close( ); }
//~ Methods ---------------------------------------------------------------- Session s = getHibernateSession( ); try { _customer = ( Customer ) s.load( Customer.class, getUserId( ) ); return SUCCESS; } finally { s.close( ); }
returnCustomer return _customer;
return _customer;
Sets the customer.paramcustomer The customer to set _customer = customer;
_customer = customer;