Interface Group2GroupCacheDAO

  • All Superinterfaces:
    GenericDAO<Group2GroupCache>
    All Known Implementing Classes:
    Group2GroupCacheDAOImpl

    public interface Group2GroupCacheDAO
    extends GenericDAO<Group2GroupCache>
    Database Access Object interface class for the Group2GroupCache object. The implementation of this class is responsible for all database calls for the Group2GroupCache object and is autowired by spring This class should only be accessed from a single service and should never be exposed outside of the API
    Author:
    kevinvandevelde at atmire.com