org.qi4j.api.entity.association
Class ManyAssociationMixin

java.lang.Object
  extended by org.qi4j.api.entity.association.ManyAssociationMixin
All Implemented Interfaces:
InvocationHandler

@AppliesTo(value=ManyAssociationMixin.AssociationFilter.class)
public final class ManyAssociationMixin
extends Object
implements InvocationHandler

Generic mixin for associations.


Nested Class Summary
static class ManyAssociationMixin.AssociationFilter
           
 
Constructor Summary
ManyAssociationMixin()
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManyAssociationMixin

public ManyAssociationMixin()
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable