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

Packages that use CollectionReplicatorSpi.Factory
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 
 

Uses of CollectionReplicatorSpi.Factory in net.sf.beanlib.hibernate3
 

Classes in net.sf.beanlib.hibernate3 that implement CollectionReplicatorSpi.Factory
static class Hibernate3CollectionReplicator.Factory
          Factory for Hibernate3CollectionReplicator
 

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

Methods in net.sf.beanlib.provider with parameters of type CollectionReplicatorSpi.Factory
 BeanTransformer BeanTransformer.initCollectionReplicatable(CollectionReplicatorSpi.Factory factory)
           
 

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

Classes in net.sf.beanlib.provider.replicator that implement CollectionReplicatorSpi.Factory
private static class CollectionReplicator.Factory
          Factory for CollectionReplicator
 

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

Methods in net.sf.beanlib.spi with parameters of type CollectionReplicatorSpi.Factory
 BeanTransformerSpi BeanTransformerSpi.initCollectionReplicatable(CollectionReplicatorSpi.Factory collectionReplicatableFactory)