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
 

Fields in org.apache.commons.betwixt declared as IdStoringStrategy
private  IdStoringStrategy BindingConfiguration.idStoringStrategy
          Strategy for storing and accessing ID values
 

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
          Default storage strategy