org.chromattic.core.mapper.onetomany.reference
Class JCRNamedReferentPropertyMapper<O extends ObjectContext<O>>
java.lang.Object
org.chromattic.core.mapper.PropertyMapper<P,V,C,K>
org.chromattic.core.mapper.RelatedPropertyMapper<P,V,O,ValueKind.Single>
org.chromattic.core.mapper.JCRNodePropertyMapper<PropertyInfo<BeanValueInfo,ValueKind.Single>,BeanValueInfo,O>
org.chromattic.core.mapper.onetomany.reference.JCRNamedReferentPropertyMapper<O>
public class JCRNamedReferentPropertyMapper<O extends ObjectContext<O>>
- extends JCRNodePropertyMapper<PropertyInfo<BeanValueInfo,ValueKind.Single>,BeanValueInfo,O>
- Version:
- $Revision$
- Author:
- Julien Viet
|
Method Summary |
java.lang.Object |
get(O context)
|
void |
set(O ctx,
java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JCRNamedReferentPropertyMapper
public JCRNamedReferentPropertyMapper(java.lang.Class<O> contextType,
RelationshipMapping.ManyToOne.Reference info)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
get
public java.lang.Object get(O context)
throws java.lang.Throwable
- Overrides:
get in class PropertyMapper<PropertyInfo<BeanValueInfo,ValueKind.Single>,BeanValueInfo,O extends ObjectContext<O>,ValueKind.Single>
- Throws:
java.lang.Throwable
set
public void set(O ctx,
java.lang.Object value)
throws java.lang.Throwable
- Overrides:
set in class PropertyMapper<PropertyInfo<BeanValueInfo,ValueKind.Single>,BeanValueInfo,O extends ObjectContext<O>,ValueKind.Single>
- Throws:
java.lang.Throwable
Copyright © 2013 eXo Platform SAS. All Rights Reserved.