Uses of Interface
org.apache.commons.scaffold.util.ProcessBean

Packages that use ProcessBean
org.apache.commons.scaffold.sql   
org.apache.commons.scaffold.util   
 

Uses of ProcessBean in org.apache.commons.scaffold.sql
 

Classes in org.apache.commons.scaffold.sql that implement ProcessBean
 class ScrollerBeanBase
          Base class for scrolling searches.
 class StorageBeanBase
          Implements StorageBean interface using StatementUtils and ResultSetUtils in this package.
 

Uses of ProcessBean in org.apache.commons.scaffold.util
 

Subinterfaces of ProcessBean in org.apache.commons.scaffold.util
 interface StorageBean
          Describes an implementation of standard Store, Retrieve, and Delete operations using the command pattern.
 

Classes in org.apache.commons.scaffold.util that implement ProcessBean
 class ProcessBeanBase
          Base implementation of ProcessBean with default functionality.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.