org.chromattic.core.mapper.onetomany.hierarchical
Class JCRAnyChildCollectionPropertyMapper<O extends ObjectContext>

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

public class JCRAnyChildCollectionPropertyMapper<O extends ObjectContext>
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
contextType, info
 
Constructor Summary
JCRAnyChildCollectionPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
           
 
Method Summary
 java.lang.Object get(EntityContext context)
           
 void set(EntityContext context, java.lang.Object parent)
           
 
Methods inherited from class org.chromattic.core.mapper.JCRNodePropertyMapper
getRelatedClass
 
Methods inherited from class org.chromattic.core.mapper.RelatedPropertyMapper
toString
 
Methods inherited from class org.chromattic.core.mapper.PropertyMapper
getInfo, getType, 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 java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

get

public java.lang.Object get(EntityContext context)
                     throws java.lang.Throwable
Overrides:
get in class PropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,EntityContext>
Throws:
java.lang.Throwable

set

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


Copyright © 2011 eXo Platform SAS. All Rights Reserved.