package com.mossle.report.persistence.manager; import com.mossle.core.hibernate.HibernateEntityDao; import com.mossle.report.persistence.domain.ReportSubject; import org.springframework.stereotype.Service; @Service public class ReportSubjectManager extends HibernateEntityDao<ReportSubject> { }