org.chromattic.core.mapper.onetoone.embedded
Class JCREmbeddedParentPropertyMapper
java.lang.Object
org.chromattic.core.mapper.PropertyMapper<P,C>
org.chromattic.core.mapper.RelatedPropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,EntityContext>
org.chromattic.core.mapper.onetoone.embedded.JCREmbeddedParentPropertyMapper
- All Implemented Interfaces:
- MethodInvoker<EntityContext>
public class JCREmbeddedParentPropertyMapper
- extends RelatedPropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,EntityContext>
- Version:
- $Revision$
- Author:
- Julien Viet
JCREmbeddedParentPropertyMapper
public JCREmbeddedParentPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getRelatedClass
public Class<?> getRelatedClass()
- Specified by:
getRelatedClass in class RelatedPropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,EntityContext>
get
public Object get(EntityContext context)
throws Throwable
- Overrides:
get in class PropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,EntityContext>
- Throws:
Throwable
set
public void set(EntityContext context,
Object value)
throws Throwable
- Overrides:
set in class PropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,EntityContext>
- Throws:
Throwable
Copyright © 2010 eXo Platform SAS. All Rights Reserved.