org.chromattic.core.mapper.onetoone.hierarchical
Class JCRNamedChildPropertyMapper

java.lang.Object
  extended by org.chromattic.core.mapper.PropertyMapper<P,V,C>
      extended by org.chromattic.core.mapper.RelatedPropertyMapper<P,V,O>
          extended by org.chromattic.core.mapper.JCRNodePropertyMapper<P,BeanValueInfo,EntityContext>
              extended by org.chromattic.core.mapper.JCRChildNodePropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>>
                  extended by org.chromattic.core.mapper.onetoone.hierarchical.JCRNamedChildPropertyMapper

public class JCRNamedChildPropertyMapper
extends JCRChildNodePropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>>

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
contextType, info
 
Constructor Summary
JCRNamedChildPropertyMapper(RelationshipMapping.OneToOne.Hierarchic info)
           
 
Method Summary
 java.lang.Object get(EntityContext context)
           
 void set(EntityContext context, java.lang.Object parent)
           
 
Methods inherited from class org.chromattic.core.mapper.JCRNodePropertyMapper
getRelatedClass
 
Methods inherited from class org.chromattic.core.mapper.RelatedPropertyMapper
toString
 
Methods inherited from class org.chromattic.core.mapper.PropertyMapper
getGetter, getInfo, getSetter, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCRNamedChildPropertyMapper

public JCRNamedChildPropertyMapper(RelationshipMapping.OneToOne.Hierarchic info)
                            throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

get

public java.lang.Object get(EntityContext context)
                     throws java.lang.Throwable
Overrides:
get in class PropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,BeanValueInfo,EntityContext>
Throws:
java.lang.Throwable

set

public void set(EntityContext context,
                java.lang.Object parent)
         throws java.lang.Throwable
Overrides:
set in class PropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,BeanValueInfo,EntityContext>
Throws:
java.lang.Throwable


Copyright © 2011 eXo Platform SAS. All Rights Reserved.