Class DealDAO

java.lang.Object
com.JesacaLin.GrubGoblin_v13.daos.DealDAO

@Component public class DealDAO extends Object
Class is a Data Access Object (DAO) for dealing with the 'deal' table in the GrubGoblin v1.3 PostgreSQL database. Will also deal with view model: FullDealDetails Annotation means this class is a Spring Component, Spring will create the class if there is a need.