org.rhq.helpers.perftest.support.jpa
Interface DependencyInclusionResolver

All Known Implementing Classes:
ConfigurableDependencyInclusionResolver, EagerMappingInclusionResolver

public interface DependencyInclusionResolver

Implementations of this interface can tell the EntityRelationshipFilter whether to traverse the entity dependency graph down a particular relationship. This is used in the EntityRelationshipFilter when determining the tables to include in the output.

Author:
Lukas Krejci

Method Summary
 boolean isValid(Edge edge)
           
 

Method Detail

isValid

boolean isValid(Edge edge)
Parameters:
edge -
Returns:
true if the edge should be traversed, false otherwise


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.