sf logo

sf.qof.mapping
Class AbstractNumberMapping

java.lang.Object
  extended by sf.qof.mapping.AbstractBaseMapping
      extended by sf.qof.mapping.AbstractNumberMapping
All Implemented Interfaces:
Mapping, ParameterMapping, ResultMapping
Direct Known Subclasses:
AbstractNumberMapping.BooleanMapping, AbstractNumberMapping.ByteMapping, AbstractNumberMapping.DoubleMapping, AbstractNumberMapping.FloatMapping, AbstractNumberMapping.IntegerMapping, AbstractNumberMapping.LongMapping, AbstractNumberMapping.ShortMapping

public abstract class AbstractNumberMapping
extends AbstractBaseMapping
implements Mapping, ParameterMapping, ResultMapping


Nested Class Summary
static class AbstractNumberMapping.BooleanMapping
           
static class AbstractNumberMapping.ByteMapping
           
static class AbstractNumberMapping.DoubleMapping
           
static class AbstractNumberMapping.FloatMapping
           
static class AbstractNumberMapping.IntegerMapping
           
static class AbstractNumberMapping.LongMapping
           
static class AbstractNumberMapping.ShortMapping
           
 
Field Summary
 
Fields inherited from class sf.qof.mapping.AbstractBaseMapping
adapter, beanType, collectionType, constructor, constructorParameter, index, mapKeyType, method, sqlColumns, sqlIndexes, type, usesArray
 
Constructor Summary
AbstractNumberMapping()
           
 
Method Summary
 void accept(Mapper mapper, MappingVisitor visitor)
          Implements visitor pattern.
abstract  void accept(Mapper mapper, NumberMappingVisitor visitor)
           
 
Methods inherited from class sf.qof.mapping.AbstractBaseMapping
getAdapter, getBeanType, getCollectionType, getConstructor, getConstructorParameter, getGetter, getIndex, getMapKeyType, getSetter, getSqlColumns, getSqlIndexes, getType, isMapKey, parameterMappingInfo, resultMappingInfo, setParameters, setParameters, usesArray, usesAtomic, usesCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface sf.qof.mapping.ParameterMapping
getAdapter, getBeanType, getCollectionType, getGetter, getIndex, getSqlColumns, getSqlIndexes, getType, setParameters, usesArray, usesAtomic, usesCollection
 
Methods inherited from interface sf.qof.mapping.ResultMapping
getAdapter, getBeanType, getCollectionType, getConstructor, getConstructorParameter, getMapKeyType, getSetter, getSqlColumns, getSqlIndexes, getType, isMapKey, setParameters, usesAtomic, usesCollection
 
Methods inherited from interface sf.qof.mapping.Mapping
parameterMappingInfo, resultMappingInfo
 

Constructor Detail

AbstractNumberMapping

public AbstractNumberMapping()
Method Detail

accept

public void accept(Mapper mapper,
                   MappingVisitor visitor)
Description copied from interface: Mapping
Implements visitor pattern.

Specified by:
accept in interface Mapping
Parameters:
mapper - the query defintion mapper
visitor - a mapping visitor

accept

public abstract void accept(Mapper mapper,
                            NumberMappingVisitor visitor)

sf logo

Copyright © 2007 brunella ltd. All Rights Reserved.