org.chromattic.core.mapper
Class JCRNodePropertyMapper

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
All Implemented Interfaces:
MethodInvoker
Direct Known Subclasses:
JCRChildNodePropertyMapper, JCRNamedChildParentPropertyMapper, JCRNamedReferentPropertyMapper

public abstract class JCRNodePropertyMapper
extends RelatedPropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>>

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
protected JCRNodePropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
           
 
Method Summary
 Class<?> getRelatedClass()
           
 
Methods inherited from class org.chromattic.core.mapper.RelatedPropertyMapper
getRelatedTypes, toString
 
Methods inherited from class org.chromattic.core.mapper.PropertyMapper
get, getInfo, invoke, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCRNodePropertyMapper

protected JCRNodePropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
                         throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

getRelatedClass

public Class<?> getRelatedClass()
Specified by:
getRelatedClass in class RelatedPropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>>


Copyright © 2009 eXo Platform SAS. All Rights Reserved.