Holger's
Java API

Uses of Interface
com.antelmann.sql.TaggableMapping

Packages that use TaggableMapping
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of TaggableMapping in com.antelmann.sql
 

Classes in com.antelmann.sql that implement TaggableMapping
 class SortedGroupableSQLStore<T extends DBEntry & SortedGroupable<G>,G extends Keyword>
          a special store that supports SortedGroupable DBEntry instances
 class TaggableHeaderStore<T extends EntryHeader<?>>
          useful for mapping EntryHeader objects transparently to support the TaggableMapping interface on the header store (for filtering purposes)
 class TaggableMappingImpl
          a default implementation that allows to easily adopt a mapping based on JDBC information
 class TaggableSQLStore<T extends Taggable<G> & DBEntry,G extends Keyword>
          provides a store that can wrap any given store to provide persistence for its grouping capacity based on Keyword objects.
 

Methods in com.antelmann.sql with parameters of type TaggableMapping
static SubSelectCondition SubSelectCondition.createGroupConstraint(MappingInfo mi, TaggableMapping gm, String... groups)
          creates a constraint to be used with an SQLMapFilter that limits the result to entries that are part of one of the given groups.
 

Constructors in com.antelmann.sql with parameters of type TaggableMapping
TaggableHeaderStore(DBClassStore<T> headerStore, TaggableMapping gm, MappingInfo groupableMappingInfo)
           
 

Uses of TaggableMapping in com.antelmann.util.gui
 

Constructors in com.antelmann.util.gui with parameters of type TaggableMapping
JTagEditor(String title, TaggableMapping mapping, boolean allowNewGroups, Object... selected)
           
JTagsField(String title, TaggableMapping mapping)
           
JTagsField(String title, TaggableMapping mapping, Collection<G> selectedGroups)
           
JTagsField(String title, TaggableMapping mapping, Taggable<G> entry)
           
 



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