Holger's
Java API

Uses of Class
com.antelmann.db.Category.Entry

Packages that use Category.Entry
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 Category.Entry in com.antelmann.db
 

Subclasses of Category.Entry in com.antelmann.db
static class MutableCategory.Entry
           
 

Uses of Category.Entry in com.antelmann.sql
 

Methods in com.antelmann.sql with type parameters of type Category.Entry
static
<T extends Category.Entry>
BaseRowMapper<T>
CategoryStore.createDefaultMapper(Database<Connection> db, String table, String idColumn, String nameColumn, String parentColumn, IDFactory factory, Class<T> type)
           
 



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