org.compass.core.mapping.osem
Interface OsemMappingUtils.ClassMappingCallback
- All Known Implementing Classes:
- OsemMappingUtils.ClassPropertyAndResourcePropertyGatherer, OsemMappingUtils.ClassPropertyAndResourcePropertyGathererAndPathBuilder
- Enclosing class:
- OsemMappingUtils
public static interface OsemMappingUtils.ClassMappingCallback
onBeginMultipleMapping
void onBeginMultipleMapping(Mapping mapping)
onEndMultiplMapping
void onEndMultiplMapping(Mapping mapping)
onBeginCollectionMapping
void onBeginCollectionMapping(AbstractCollectionMapping collectionMapping)
onEndCollectionMapping
void onEndCollectionMapping(AbstractCollectionMapping collectionMapping)
onClassPropertyMapping
void onClassPropertyMapping(ClassPropertyMapping classPropertyMapping)
onComponentMapping
void onComponentMapping(ComponentMapping componentMapping)
onReferenceMapping
void onReferenceMapping(ReferenceMapping referenceMapping)
onConstantMetaDataMappaing
void onConstantMetaDataMappaing(ConstantMetaDataMapping constantMetaDataMapping)
onResourcePropertyMapping
void onResourcePropertyMapping(ResourcePropertyMapping resourcePropertyMapping)
Copyright (c) 2004-2006 The Compass Project.