You mean something like this?

/**
 * @spring.bean
 *  id="machineDao"
 *
 * @spring.property
 *  name="sessionFactory"
 *  ref="sessionFactory"
 */
public class MachineDao extends MasterDao {
...
}

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to