org.chromattic.core.mapper
Class JCRChildNodePropertyMapper

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
All Implemented Interfaces:
MethodInvoker<EntityContext>
Direct Known Subclasses:
JCRAnyChildCollectionPropertyMapper, JCRNamedChildPropertyMapper

public abstract class JCRChildNodePropertyMapper
extends JCRNodePropertyMapper<EntityContext>

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
JCRChildNodePropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
           
 
Method Summary
 Object get(EntityContext context)
           
 
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, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCRChildNodePropertyMapper

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

get

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.