Interface ProtocolDao

All Superinterfaces:
BaseDao<Protocol>
All Known Implementing Classes:
ProtocolDaoImpl

@Repository public interface ProtocolDao extends BaseDao<Protocol>
See Also:
  • Method Details

    • findByName

      @Nullable Protocol findByName(String protocolName)
    • loadAllUniqueByName

      List<Protocol> loadAllUniqueByName()
      Load all protocols that are unique by name.