public class EagerMappingInclusionResolver extends Object implements DependencyInclusionResolver
DependencyInclusionResolver implementation that consideres an edge valid
if the JPA defines the fetch type as FetchType.EAGER.
Note that this is just an example implementation of the interface with no practical use because of the lack of flexibility of this simple rule.
| Constructor and Description |
|---|
EagerMappingInclusionResolver() |
public boolean isValid(Edge edge)
isValid in interface DependencyInclusionResolverCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.