org.chromattic.core.mapper
Class JCRChildNodePropertyMapper

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

public abstract class JCRChildNodePropertyMapper
extends JCRNodePropertyMapper

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
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
getRelatedTypes, toString
 
Methods inherited from class org.chromattic.core.mapper.PropertyMapper
getInfo, 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>>
Throws:
Throwable


Copyright © 2009 eXo Platform SAS. All Rights Reserved.