Class BaseDao<T extends Entity<T>>

    • Field Detail

      • APPLICATION_JSON_PATCH

        public static final org.apache.http.entity.ContentType APPLICATION_JSON_PATCH
    • Constructor Detail

      • BaseDao

        public BaseDao​(SensorThingsService service,
                       Class<T> entityClass)
        Constructor.
        Parameters:
        service - the service to operate on
        entityClass - the class of the entity's type