org.chromattic.core.mapper
Class JCRNodeCollectionPropertyMapper

java.lang.Object
  extended by org.chromattic.core.mapper.PropertyMapper<P>
      extended by org.chromattic.core.mapper.RelatedPropertyMapper<MultiValuedPropertyInfo<BeanValueInfo>>
          extended by org.chromattic.core.mapper.JCRNodeCollectionPropertyMapper
All Implemented Interfaces:
MethodInvoker
Direct Known Subclasses:
JCRAnyChildParentPropertyMapper, JCRReferentCollectionPropertyMapper

public abstract class JCRNodeCollectionPropertyMapper
extends RelatedPropertyMapper<MultiValuedPropertyInfo<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
JCRNodeCollectionPropertyMapper(MultiValuedPropertyInfo<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

JCRNodeCollectionPropertyMapper

public JCRNodeCollectionPropertyMapper(MultiValuedPropertyInfo<BeanValueInfo> info)
                                throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

getRelatedClass

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


Copyright © 2009 eXo Platform SAS. All Rights Reserved.