Uses of Interface
org.compass.core.accessor.Getter

Packages that use Getter
org.compass.core.accessor   
org.compass.core.converter.mapping.osem   
org.compass.core.mapping.osem   
org.compass.core.mapping.osem.internal   
 

Uses of Getter in org.compass.core.accessor
 

Classes in org.compass.core.accessor that implement Getter
static class BasicPropertyAccessor.BasicGetter
           
static class DirectPropertyAccessor.DirectGetter
           
 

Methods in org.compass.core.accessor that return Getter
 Getter BasicPropertyAccessor.createGetter(Class theClass, String propertyName)
           
 Getter PropertyAccessor.getGetter(Class theClass, String propertyName)
          Create a "getter" for the named attribute
 Getter DirectPropertyAccessor.getGetter(Class theClass, String propertyName)
           
 Getter BasicPropertyAccessor.getGetter(Class theClass, String propertyName)
           
 

Methods in org.compass.core.accessor with parameters of type Getter
static Class AccessorUtils.getCollectionParameter(Getter getter)
          Returns the Java 5 generics collection parameter.
 

Uses of Getter in org.compass.core.converter.mapping.osem
 

Methods in org.compass.core.converter.mapping.osem with parameters of type Getter
protected  Object CollectionMappingConverter.createColObject(Getter getter, AbstractCollectionMapping.CollectionType collectionType, int size, AbstractCollectionMapping mapping, MarshallingContext context)
           
protected  Object ArrayMappingConverter.createColObject(Getter getter, AbstractCollectionMapping.CollectionType collectionType, int size, AbstractCollectionMapping mapping, MarshallingContext context)
           
protected abstract  Object AbstractCollectionMappingConverter.createColObject(Getter getter, AbstractCollectionMapping.CollectionType collectionType, int size, AbstractCollectionMapping mapping, MarshallingContext context)
           
 

Uses of Getter in org.compass.core.mapping.osem
 

Methods in org.compass.core.mapping.osem that return Getter
 Getter ObjectMapping.getGetter()
          Returns the getter of the property.
 Getter ClassPropertyMetaDataMapping.getGetter()
           
 Getter AbstractAccessorMultipleMapping.getGetter()
           
 Getter AbstractAccessorMapping.getGetter()
           
 

Methods in org.compass.core.mapping.osem with parameters of type Getter
 void ClassPropertyMetaDataMapping.setGetter(Getter getter)
           
 void AbstractAccessorMultipleMapping.setGetter(Getter getter)
           
 void AbstractAccessorMapping.setGetter(Getter getter)
           
 

Uses of Getter in org.compass.core.mapping.osem.internal
 

Methods in org.compass.core.mapping.osem.internal with parameters of type Getter
 void InternalObjectMapping.setGetter(Getter getter)
          Sests the getter for the property.
 



Copyright (c) 2004-2008 The Compass Project.