Interface Dao
- All Known Implementing Classes:
DefaultDao
public interface Dao
A simple DAO for the examples.
- Author:
- Fabrizio Giudici
-
Method Summary
-
Method Details
-
getSimpleEntities
- Returns:
- {a collection of simple entities} that are POJOs.
-
getDciEntities
- Returns:
- {a collection of entities} supporting DCI roles.
-
getFiles
- Returns:
- {a collection of file entities}.
-