org.chromattic.core.mapper.onetomany.hierarchical
Class JCRAnyChildCollectionPropertyMapper

java.lang.Object
  extended by org.chromattic.core.mapper.PropertyMapper<P>
      extended by org.chromattic.core.mapper.RelatedPropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>>
          extended by org.chromattic.core.mapper.JCRNodePropertyMapper
              extended by org.chromattic.core.mapper.JCRChildNodePropertyMapper
                  extended by org.chromattic.core.mapper.onetomany.hierarchical.JCRAnyChildCollectionPropertyMapper
All Implemented Interfaces:
MethodInvoker

public class JCRAnyChildCollectionPropertyMapper
extends JCRChildNodePropertyMapper

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.RelatedPropertyMapper
relatedTypes
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
info
 
Constructor Summary
JCRAnyChildCollectionPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
           
 
Method Summary
 void set(EntityContext context, Object parent)
           
 
Methods inherited from class org.chromattic.core.mapper.JCRChildNodePropertyMapper
get
 
Methods inherited from class org.chromattic.core.mapper.JCRNodePropertyMapper
getRelatedClass
 
Methods inherited from class org.chromattic.core.mapper.RelatedPropertyMapper
getRelatedTypes, toString
 
Methods inherited from class org.chromattic.core.mapper.PropertyMapper
getInfo, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCRAnyChildCollectionPropertyMapper

public JCRAnyChildCollectionPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
                                    throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

set

public void set(EntityContext context,
                Object parent)
         throws Throwable
Overrides:
set in class PropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>>
Throws:
Throwable


Copyright © 2009 eXo Platform SAS. All Rights Reserved.