org.chromattic.core.mapper
Class JCRNodePropertyMapper<P extends PropertyInfo<V,ValueKind.Single>,V extends ValueInfo,O extends ObjectContext<O>>

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<P,V,O>
Direct Known Subclasses:
JCRChildNodePropertyMapper, JCREmbeddedPropertyMapper, JCRNamedChildParentPropertyMapper, JCRNamedReferentPropertyMapper

public abstract class JCRNodePropertyMapper<P extends PropertyInfo<V,ValueKind.Single>,V extends ValueInfo,O extends ObjectContext<O>>
extends RelatedPropertyMapper<P,V,O,ValueKind.Single>

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
contextType, info
 
Constructor Summary
protected JCRNodePropertyMapper(java.lang.Class<O> contextType, PropertyMapping<P,V,ValueKind.Single> info)
           
 
Method Summary
 java.lang.Class<?> getRelatedClass()
           
 
Methods inherited from class org.chromattic.core.mapper.RelatedPropertyMapper
toString
 
Methods inherited from class org.chromattic.core.mapper.PropertyMapper
get, getGetter, getInfo, getSetter, getType, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCRNodePropertyMapper

protected JCRNodePropertyMapper(java.lang.Class<O> contextType,
                                PropertyMapping<P,V,ValueKind.Single> info)
                         throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

getRelatedClass

public java.lang.Class<?> getRelatedClass()
Specified by:
getRelatedClass in class RelatedPropertyMapper<P extends PropertyInfo<V,ValueKind.Single>,V extends ValueInfo,O extends ObjectContext<O>,ValueKind.Single>


Copyright © 2012 eXo Platform SAS. All Rights Reserved.