Interface Dao


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.
      Returns:
      a collection of simple entities
    • getDciEntities

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

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