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

Packages that use PropertyInfo
org.chromattic.core.bean   
org.chromattic.core.mapper   
org.chromattic.core.mapping   
 

Uses of PropertyInfo in org.chromattic.core.bean
 

Subclasses of PropertyInfo in org.chromattic.core.bean
 class ArrayPropertyInfo<E extends ValueInfo>
           
 class CollectionPropertyInfo<E extends ValueInfo>
           
 class ListPropertyInfo<E extends ValueInfo>
           
 class MapPropertyInfo<K extends ValueInfo,E extends ValueInfo>
           
 class MultiValuedPropertyInfo<E extends ValueInfo>
           
 class SingleValuedPropertyInfo<V extends ValueInfo>
           
 

Methods in org.chromattic.core.bean that return PropertyInfo
 PropertyInfo BeanInfo.getProperty(String propertyName)
           
 

Methods in org.chromattic.core.bean that return types with arguments of type PropertyInfo
 Collection<PropertyInfo> BeanInfo.getProperties()
           
<A extends Annotation>
Collection<PropertyInfo>
BeanInfo.getProperties(Class<A> annotationClass)
           
 

Uses of PropertyInfo in org.chromattic.core.mapper
 

Classes in org.chromattic.core.mapper with type parameters of type PropertyInfo
 class PropertyMapper<P extends PropertyInfo,O extends ObjectContext>
           
 class RelatedPropertyMapper<P extends PropertyInfo,C extends ObjectContext>
           
 

Fields in org.chromattic.core.mapper declared as PropertyInfo
protected  P PropertyMapper.info
          .
 

Uses of PropertyInfo in org.chromattic.core.mapping
 

Methods in org.chromattic.core.mapping that return PropertyInfo
 PropertyInfo PropertyMapping.getInfo()
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.