Class AbstractPropertyValueDAOImpl

  • All Implemented Interfaces:
    PropertyValueDAO
    Direct Known Subclasses:
    PropertyValueDAOImpl

    public abstract class AbstractPropertyValueDAOImpl
    extends Object
    implements PropertyValueDAO
    Abstract implementation for Property Value DAO.

    This provides basic services such as caching, but defers to the underlying implementation for CRUD operations.

    Since:
    3.2
    Author:
    Derek Hulley