Class MetadataValueDAOImpl

  • All Implemented Interfaces:
    MetadataValueDAO, GenericDAO<MetadataValue>

    public class MetadataValueDAOImpl
    extends AbstractHibernateDAO<MetadataValue>
    implements MetadataValueDAO
    Hibernate implementation of the Database Access Object interface class for the MetadataValue object. This class is responsible for all database calls for the MetadataValue object and is autowired by spring This class should never be accessed directly.
    Author:
    kevinvandevelde at atmire.com