Uses of Interface
net.sf.beanlib.spi.replicator.CollectionReplicatorSpi

Packages that use CollectionReplicatorSpi
net.sf.beanlib.hibernate3 JavaBean Library for Hibernate 3.x 
net.sf.beanlib.provider Beanlib Servce Provider Implementations 
net.sf.beanlib.provider.replicator Replicator Servce Provider Implementations 
net.sf.beanlib.spi Beanlib Servce Provider Interface 
net.sf.beanlib.spi.replicator Replicator Servce Provider Interface 
 

Uses of CollectionReplicatorSpi in net.sf.beanlib.hibernate3
 

Classes in net.sf.beanlib.hibernate3 that implement CollectionReplicatorSpi
 class Hibernate3CollectionReplicator
          Hibernate 3 specific Collection Replicator.
 

Uses of CollectionReplicatorSpi in net.sf.beanlib.provider
 

Fields in net.sf.beanlib.provider declared as CollectionReplicatorSpi
private  CollectionReplicatorSpi BeanTransformer.collectionReplicatable
          Replicator for collections.
 

Methods in net.sf.beanlib.provider that return CollectionReplicatorSpi
 CollectionReplicatorSpi BeanTransformer.getCollectionReplicatable()
           
 

Uses of CollectionReplicatorSpi in net.sf.beanlib.provider.replicator
 

Classes in net.sf.beanlib.provider.replicator that implement CollectionReplicatorSpi
 class CollectionReplicator
          Default implementation of CollectionReplicatorSpi.
 

Uses of CollectionReplicatorSpi in net.sf.beanlib.spi
 

Methods in net.sf.beanlib.spi that return CollectionReplicatorSpi
 CollectionReplicatorSpi BeanTransformerSpi.getCollectionReplicatable()
          Returns the current replicator for collections.
 

Uses of CollectionReplicatorSpi in net.sf.beanlib.spi.replicator
 

Methods in net.sf.beanlib.spi.replicator that return CollectionReplicatorSpi
 CollectionReplicatorSpi CollectionReplicatorSpi.Factory.newCollectionReplicatable(BeanTransformerSpi beanTransformer)