This Java class defines data access object methods for the Sales entity. It extends the GenericDao class and contains methods to add, remove, and update Sales objects by calling corresponding save, remove, and update methods from the parent class. These methods take a Sales object as a parameter and perform the relevant persistence operation.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
14 views1 page
Hibernate&struts 2
This Java class defines data access object methods for the Sales entity. It extends the GenericDao class and contains methods to add, remove, and update Sales objects by calling corresponding save, remove, and update methods from the parent class. These methods take a Sales object as a parameter and perform the relevant persistence operation.