Interface Dao

All Known Implementing Classes:
DefaultDao

public interface Dao
A simple DAO for the examples.
Author:
Fabrizio Giudici
  • Method Details

    • getSimpleEntities

      @Nonnull Collection<SimpleEntity> getSimpleEntities()
      Returns:
      {a collection of simple entities} that are POJOs.
    • getDciEntities

      @Nonnull Collection<SimpleDciEntity> getDciEntities()
      Returns:
      {a collection of entities} supporting DCI roles.
    • getFiles

      @Nonnull Collection<FileEntity> getFiles()
      Returns:
      {a collection of file entities}.