|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsf.qof.mapping.AbstractBaseMapping
sf.qof.mapping.AdapterMapping
public class AdapterMapping
| Field Summary |
|---|
| Fields inherited from class sf.qof.mapping.AbstractBaseMapping |
|---|
adapter, beanType, collectionType, constructor, constructorParameter, index, mapKeyType, method, sqlColumns, sqlIndexes, type, usesArray |
| Constructor Summary | |
|---|---|
AdapterMapping()
|
|
| Method Summary | |
|---|---|
void |
accept(Mapper mapper,
MappingVisitor visitor)
Implements visitor pattern. |
| 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 |
|---|
public AdapterMapping()
| Method Detail |
|---|
public void accept(Mapper mapper,
MappingVisitor visitor)
Mapping
accept in interface Mappingmapper - the query defintion mappervisitor - a mapping visitor
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||