Interface SafeReadRepository<ID,E extends BaseDeleteEntity<ID>,F extends DeleteFilter>

All Superinterfaces:
com.rcore.domain.commons.port.ReadRepository<ID,E,F>
All Known Subinterfaces:
SafeDeleteCRUDRepository<ID,ENTITY,FILTERS>

public interface SafeReadRepository<ID,E extends BaseDeleteEntity<ID>,F extends DeleteFilter> extends com.rcore.domain.commons.port.ReadRepository<ID,E,F>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.rcore.domain.commons.port.ReadRepository

    count, exist, find, findById
  • Method Details