org.chromattic.core.mapper.onetoone.hierarchical
Class JCRNamedChildParentPropertyMapper<O extends ObjectContext<O>>
java.lang.Object
org.chromattic.core.mapper.PropertyMapper<P,V,C>
org.chromattic.core.mapper.RelatedPropertyMapper<P,V,O>
org.chromattic.core.mapper.JCRNodePropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,BeanValueInfo,O>
org.chromattic.core.mapper.onetoone.hierarchical.JCRNamedChildParentPropertyMapper<O>
public class JCRNamedChildParentPropertyMapper<O extends ObjectContext<O>>
- extends JCRNodePropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,BeanValueInfo,O>
- Version:
- $Revision$
- Author:
- Julien Viet
|
Method Summary |
java.lang.Object |
get(O ctx)
|
void |
set(O context,
java.lang.Object child)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JCRNamedChildParentPropertyMapper
public JCRNamedChildParentPropertyMapper(java.lang.Class<O> contextType,
RelationshipMapping.OneToOne.Hierarchic info)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
get
public java.lang.Object get(O ctx)
throws java.lang.Throwable
- Overrides:
get in class PropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,BeanValueInfo,O extends ObjectContext<O>>
- Throws:
java.lang.Throwable
set
public void set(O context,
java.lang.Object child)
throws java.lang.Throwable
- Overrides:
set in class PropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,BeanValueInfo,O extends ObjectContext<O>>
- Throws:
java.lang.Throwable
Copyright © 2011 eXo Platform SAS. All Rights Reserved.