Uses of Interface
org.apache.portals.graffito.jcr.persistence.collectionconverter.CollectionConverter

Packages that use CollectionConverter
org.apache.portals.graffito.jcr.persistence.collectionconverter.impl   
org.apache.portals.graffito.jcr.persistence.objectconverter.impl   
 

Uses of CollectionConverter in org.apache.portals.graffito.jcr.persistence.collectionconverter.impl
 

Classes in org.apache.portals.graffito.jcr.persistence.collectionconverter.impl that implement CollectionConverter
 class AbstractCollectionConverterImpl
          Abstract class used for all CollectionConverter
 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.
 

Uses of CollectionConverter in org.apache.portals.graffito.jcr.persistence.objectconverter.impl
 

Methods in org.apache.portals.graffito.jcr.persistence.objectconverter.impl with parameters of type CollectionConverter
 java.lang.Object ProxyManager.createCollectionProxy(javax.jcr.Session session, CollectionConverter collectionConverter, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
 

Constructors in org.apache.portals.graffito.jcr.persistence.objectconverter.impl with parameters of type CollectionConverter
CollectionLazyLoader(CollectionConverter collectionConverter, javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
 



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