Holger's
Java API

Uses of Interface
com.antelmann.db.SortedGroupable

Packages that use SortedGroupable
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
 

Uses of SortedGroupable in com.antelmann.db
 

Classes in com.antelmann.db that implement SortedGroupable
static class SortedGroupable.Adapter<T extends Tag>
           
 

Uses of SortedGroupable in com.antelmann.sql
 

Classes in com.antelmann.sql with type parameters of type SortedGroupable
 class SortedGroupableSQLStore<T extends DBEntry & SortedGroupable<G>,G extends Keyword>
          a special store that supports SortedGroupable DBEntry instances
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads