org.chromattic.core.mapper.onetomany.hierarchical
Class JCRAnyChildParentPropertyMapper<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<PropertyInfo<BeanValueInfo,K>,O,K>
              extended by org.chromattic.core.mapper.onetomany.hierarchical.JCRAnyChildParentPropertyMapper<O,K>

public class JCRAnyChildParentPropertyMapper<O extends ObjectContext<O>,K extends ValueKind.Multi>
extends JCRNodeCollectionPropertyMapper<PropertyInfo<BeanValueInfo,K>,O,K>

Version:
$Revision$
Author:
Julien Viet

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

Constructor Detail

JCRAnyChildParentPropertyMapper

public JCRAnyChildParentPropertyMapper(java.lang.Class<O> contextType,
                                       RelationshipMapping.OneToMany.Hierarchic<K> info,
                                       AnyChildMultiValueMapper<K> valueMapper)
                                throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

get

public java.lang.Object get(O context)
                     throws java.lang.Throwable
Overrides:
get in class PropertyMapper<PropertyInfo<BeanValueInfo,K extends ValueKind.Multi>,BeanValueInfo,O extends ObjectContext<O>,K extends ValueKind.Multi>
Throws:
java.lang.Throwable


Copyright © 2013 eXo Platform SAS. All Rights Reserved.