Uses of Class
org.apache.commons.betwixt.strategy.IdStoringStrategy

Packages that use IdStoringStrategy
org.apache.commons.betwixt This package contains the main betwixt introspection code. 
org.apache.commons.betwixt.expression This package contains the system which extracts values from beans. 
org.apache.commons.betwixt.strategy This package contains a variety of plugin Strategy patterns that can be used to customize the default behaviours. 
 

Uses of IdStoringStrategy in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return IdStoringStrategy
 IdStoringStrategy BindingConfiguration.getIdMappingStrategy()
          Gets the strategy used to manage storage and retrieval of id's.
 

Methods in org.apache.commons.betwixt with parameters of type IdStoringStrategy
 void BindingConfiguration.setIdMappingStrategy(IdStoringStrategy idMappingStrategy)
          Sets the strategy used to manage storage and retrieval of id's.
 

Uses of IdStoringStrategy in org.apache.commons.betwixt.expression
 

Methods in org.apache.commons.betwixt.expression that return IdStoringStrategy
 IdStoringStrategy Context.getIdMappingStrategy()
          Gets the strategy used to manage storage and retrieval of id's.
 

Uses of IdStoringStrategy in org.apache.commons.betwixt.strategy
 

Subclasses of IdStoringStrategy in org.apache.commons.betwixt.strategy
 class DefaultIdStoringStrategy
          Stores every ID that given to it into an internal HashMap and returns it on request.
 

Fields in org.apache.commons.betwixt.strategy declared as IdStoringStrategy
static IdStoringStrategy IdStoringStrategy.DEFAULT
          Deprecated. do not use this singleton since it creates a static Map of all objects ever written. Use createDefault() instead
 

Methods in org.apache.commons.betwixt.strategy that return IdStoringStrategy
static IdStoringStrategy IdStoringStrategy.createDefault()
          Factory method creates the default Betwixt implementation.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.