Interface Selectable

  • All Superinterfaces:
    Sql

    public interface Selectable
    extends Sql
    • Method Detail

      • getGroupBy

        String getGroupBy()
      • getGroupByAsList

        List<String> getGroupByAsList()
      • addOneToMany

        void addOneToMany​(OneToMany oneToMany)
      • hasCache

        boolean hasCache()
      • getCacheName

        String getCacheName()
      • getCache

        <K,​V> net.sf.jkniv.cache.Cacheable<K,​V> getCache()