org.chromattic.core.mapper
Class JCRNodePropertyMapper<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<O>
All Implemented Interfaces:
MethodInvoker<O>
Direct Known Subclasses:
JCRChildNodePropertyMapper, JCREmbeddedPropertyMapper, JCRNamedChildParentPropertyMapper, JCRNamedReferentPropertyMapper

public abstract class JCRNodePropertyMapper<O extends ObjectContext>
extends RelatedPropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,O>

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

Constructor Detail

JCRNodePropertyMapper

protected JCRNodePropertyMapper(Class<O> contextType,
                                SingleValuedPropertyInfo<BeanValueInfo> info)
                         throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

getRelatedClass

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.