Interface PreferenceDao

All Known Implementing Classes:
XMLPreferenceDaoImpl

public interface PreferenceDao
A PreferenceDao offers basic functionality to find and retrieve GenericPreferences.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    Find all entities and return them as a List.
  • Method Details