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