Package rs.data.api.dao

Provides the Data Access Object (DAO) interfaces.
  • Interface Summary 
    Interface Description
    IGeneralDAO<K extends java.io.Serializable,​B extends IGeneralBO<K>>
    Interface for Data Access Objects.
    ILongDAO<B extends ILongBO>
    Data Access Object interface for Long key-based DTOs and BOs.
    IStringDAO<B extends IStringBO>
    Data Access Object interface for String key-based DTOs and BOs.