org.qi4j.api.entity.association
Interface EntityStateHolder.EntityStateVisitor<ThrowableType extends Throwable>

All Superinterfaces:
StateHolder.StateVisitor<ThrowableType>
Enclosing interface:
EntityStateHolder

public static interface EntityStateHolder.EntityStateVisitor<ThrowableType extends Throwable>
extends StateHolder.StateVisitor<ThrowableType>


Method Summary
 void visitAssociation(QualifiedName name, Object association)
           
 void visitManyAssociation(QualifiedName name, ManyAssociation association)
           
 
Methods inherited from interface org.qi4j.api.property.StateHolder.StateVisitor
visitProperty
 

Method Detail

visitAssociation

void visitAssociation(QualifiedName name,
                      Object association)
                      throws ThrowableType extends Throwable
Throws:
ThrowableType extends Throwable

visitManyAssociation

void visitManyAssociation(QualifiedName name,
                          ManyAssociation association)
                          throws ThrowableType extends Throwable
Throws:
ThrowableType extends Throwable