org.chromattic.core.mapper
Class JCRNodeCollectionPropertyMapper<P extends PropertyInfo<BeanValueInfo,K>,O extends ObjectContext<O>,K extends ValueKind.Multi>

java.lang.Object
  extended by org.chromattic.core.mapper.PropertyMapper<P,V,C,K>
      extended by org.chromattic.core.mapper.RelatedPropertyMapper<P,BeanValueInfo,O,K>
          extended by org.chromattic.core.mapper.JCRNodeCollectionPropertyMapper<P,O,K>
Direct Known Subclasses:
JCRAnyChildParentPropertyMapper, JCRReferentCollectionPropertyMapper

public abstract class JCRNodeCollectionPropertyMapper<P extends PropertyInfo<BeanValueInfo,K>,O extends ObjectContext<O>,K extends ValueKind.Multi>
extends RelatedPropertyMapper<P,BeanValueInfo,O,K>

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
contextType, info
 
Constructor Summary
JCRNodeCollectionPropertyMapper(java.lang.Class<O> contextType, PropertyMapping<P,BeanValueInfo,K> info)
           
 
Method Summary
 java.lang.Class<?> getRelatedClass()
           
 
Methods inherited from class org.chromattic.core.mapper.RelatedPropertyMapper
toString
 
Methods inherited from class org.chromattic.core.mapper.PropertyMapper
get, getGetter, getInfo, getSetter, getType, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCRNodeCollectionPropertyMapper

public JCRNodeCollectionPropertyMapper(java.lang.Class<O> contextType,
                                       PropertyMapping<P,BeanValueInfo,K> info)
                                throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

getRelatedClass

public java.lang.Class<?> getRelatedClass()
Specified by:
getRelatedClass in class RelatedPropertyMapper<P extends PropertyInfo<BeanValueInfo,K>,BeanValueInfo,O extends ObjectContext<O>,K extends ValueKind.Multi>


Copyright © 2012 eXo Platform SAS. All Rights Reserved.