public interface AssociationVisitationStrategy
void start()
void finish()
void startingEntity(EntityDefinition entityDefinition)
void finishingEntity(EntityDefinition entityDefinition)
void startingEntityIdentifier(EntityIdentifierDefinition entityIdentifierDefinition)
void finishingEntityIdentifier(EntityIdentifierDefinition entityIdentifierDefinition)
void startingCollection(CollectionDefinition collectionDefinition)
void finishingCollection(CollectionDefinition collectionDefinition)
void startingCollectionIndex(CollectionIndexDefinition collectionIndexDefinition)
void finishingCollectionIndex(CollectionIndexDefinition collectionIndexDefinition)
void startingCollectionElements(CollectionElementDefinition elementDefinition)
void finishingCollectionElements(CollectionElementDefinition elementDefinition)
void startingComposite(CompositionDefinition compositionDefinition)
void finishingComposite(CompositionDefinition compositionDefinition)
void startingCompositeCollectionElement(CompositeCollectionElementDefinition compositionElementDefinition)
void finishingCompositeCollectionElement(CompositeCollectionElementDefinition compositionElementDefinition)
boolean startingAttribute(AttributeDefinition attributeDefinition)
void finishingAttribute(AttributeDefinition attributeDefinition)
Copyright © 2013. All rights reserved.