Package it.tidalwave.ui.example.model
Interface Dao
public interface Dao
A simple DAO for the examples.
- Author:
- Fabrizio Giudici
-
Method Summary
Modifier and TypeMethodDescriptionReturns a collection of entities.getFiles()
Returns a collection of file entities.Returns a collection of simple entities.
-
Method Details
-
getSimpleEntities
Returns a collection of simple entities. that are POJOs.- Returns:
- a collection of simple entities
-
getDciEntities
Returns a collection of entities. supporting DCI roles.- Returns:
- a collection of entities
-
getFiles
Returns a collection of file entities..- Returns:
- a collection of file entities
-