org.chromattic.core.mapper.onetoone.embedded
Class JCREmbeddedPropertyMapper

java.lang.Object
  extended by org.chromattic.core.mapper.PropertyMapper<P,V,C,K>
      extended by org.chromattic.core.mapper.RelatedPropertyMapper<P,V,O,ValueKind.Single>
          extended by org.chromattic.core.mapper.JCRNodePropertyMapper<PropertyInfo<BeanValueInfo,ValueKind.Single>,BeanValueInfo,EmbeddedContext>
              extended by org.chromattic.core.mapper.onetoone.embedded.JCREmbeddedPropertyMapper

public class JCREmbeddedPropertyMapper
extends JCRNodePropertyMapper<PropertyInfo<BeanValueInfo,ValueKind.Single>,BeanValueInfo,EmbeddedContext>

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
contextType, info
 
Constructor Summary
JCREmbeddedPropertyMapper(RelationshipMapping.OneToOne.Embedded info)
           
 
Method Summary
 java.lang.Object get(EmbeddedContext context)
           
 void set(EmbeddedContext context, java.lang.Object value)
           
 
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

JCREmbeddedPropertyMapper

public JCREmbeddedPropertyMapper(RelationshipMapping.OneToOne.Embedded info)
                          throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

get

public java.lang.Object get(EmbeddedContext context)
                     throws java.lang.Throwable
Overrides:
get in class PropertyMapper<PropertyInfo<BeanValueInfo,ValueKind.Single>,BeanValueInfo,EmbeddedContext,ValueKind.Single>
Throws:
java.lang.Throwable

set

public void set(EmbeddedContext context,
                java.lang.Object value)
         throws java.lang.Throwable
Overrides:
set in class PropertyMapper<PropertyInfo<BeanValueInfo,ValueKind.Single>,BeanValueInfo,EmbeddedContext,ValueKind.Single>
Throws:
java.lang.Throwable


Copyright © 2014 eXo Platform SAS. All Rights Reserved.