Interface Query<E extends AbstractEntity>

All Known Implementing Classes:
AbstractQuery

public interface Query<E extends AbstractEntity>
  • Method Summary

    Modifier and Type Method Description
    List<E> query​(Long idBucket)  
  • Method Details