Uses of Interface
org.apache.jackrabbit.ocm.manager.collectionconverter.CollectionConverter

Packages that use CollectionConverter
org.apache.jackrabbit.ocm.manager.collectionconverter.impl   
org.apache.jackrabbit.ocm.manager.objectconverter   
org.apache.jackrabbit.ocm.manager.objectconverter.impl   
 

Uses of CollectionConverter in org.apache.jackrabbit.ocm.manager.collectionconverter.impl
 

Classes in org.apache.jackrabbit.ocm.manager.collectionconverter.impl that implement CollectionConverter
 class AbstractCollectionConverterImpl
          Abstract class used for all CollectionConverter
 class BeanReferenceCollectionConverterImpl
          Collection Mapping used to map a reference/uuid property list into a java bean collection (readonly).
 class BeanReferenceMapConverterImpl
          Map converter used to map reference/uuid property by key into a java.util.Map.
 class DefaultCollectionConverterImpl
          Default Collection Mapping/convertion implementation.
 class MultiValueCollectionConverterImpl
          Collection Mapping/convertion implementation used for multi values properties This collection mapping strategy maps a collection into a JCR multi value property
 class NTCollectionConverterImpl
          Collection Mapping/convertion based on node type.
 class ReferenceCollectionConverterImpl
          This collection mapping strategy maps a collection of String into a JCR multi value property based on the reference type
 class ResidualNodesCollectionConverterImpl
          The ResidualNodesCollectionConverterImpl is a collection converter for multiple child nodes accessed through Node.getNodes(String pattern).
 class ResidualPropertiesCollectionConverterImpl
          The ResidualPropertiesCollectionConverterImpl is a collection converter for multiple properties accessed through Node.getProperties(String pattern).
 

Uses of CollectionConverter in org.apache.jackrabbit.ocm.manager.objectconverter
 

Methods in org.apache.jackrabbit.ocm.manager.objectconverter with parameters of type CollectionConverter
 Object ProxyManager.createCollectionProxy(Session session, CollectionConverter collectionConverter, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
 

Uses of CollectionConverter in org.apache.jackrabbit.ocm.manager.objectconverter.impl
 

Methods in org.apache.jackrabbit.ocm.manager.objectconverter.impl with parameters of type CollectionConverter
 Object ProxyManagerImpl.createCollectionProxy(Session session, CollectionConverter collectionConverter, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
 

Constructors in org.apache.jackrabbit.ocm.manager.objectconverter.impl with parameters of type CollectionConverter
CollectionLazyLoader(CollectionConverter collectionConverter, Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class<?> collectionFieldClass)
           
 



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