Uses of Class
org.chromattic.core.bean.SimpleValueInfo

Packages that use SimpleValueInfo
org.chromattic.core   
org.chromattic.core.mapper.nodeattribute   
org.chromattic.core.mapper.property   
 

Uses of SimpleValueInfo in org.chromattic.core
 

Methods in org.chromattic.core with parameters of type SimpleValueInfo
<V> V
EntityContext.getPropertyValue(String propertyName, SimpleValueInfo<V> type)
           
<V> List<V>
EntityContext.getPropertyValues(String propertyName, SimpleValueInfo<V> simpleType, ListType listType)
           
<V> void
EntityContext.setPropertyValue(String propertyName, SimpleValueInfo<V> type, V o)
           
<V> void
EntityContext.setPropertyValues(String propertyName, SimpleValueInfo<V> type, ListType listType, List<V> objects)
           
 

Uses of SimpleValueInfo in org.chromattic.core.mapper.nodeattribute
 

Constructor parameters in org.chromattic.core.mapper.nodeattribute with type arguments of type SimpleValueInfo
JCRNodeAttributePropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info, NodeAttributeType type)
           
 

Uses of SimpleValueInfo in org.chromattic.core.mapper.property
 

Constructor parameters in org.chromattic.core.mapper.property with type arguments of type SimpleValueInfo
JCRPropertyListPropertyMapper(MultiValuedPropertyInfo<SimpleValueInfo> info, String jcrPropertyName)
           
JCRPropertyMapPropertyMapper(MapPropertyInfo<SimpleValueInfo,SimpleValueInfo> info)
           
JCRPropertyMapPropertyMapper(MapPropertyInfo<SimpleValueInfo,SimpleValueInfo> info)
           
JCRPropertyPropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info, String jcrPropertyName)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.