| Interface | Description |
|---|---|
| DependencyInclusionResolver |
Implementations of this interface can tell the EntityRelationshipFilter
whether to traverse the entity dependency graph down a particular relationship.
|
| Class | Description |
|---|---|
| Annotations | |
| ColumnValues |
Represents a number of columns along with their values.
|
| ColumnValues.Column |
Presents a single column-value pair.
|
| ConfigurableDependencyInclusionResolver |
An implementation of
DependencyInclusionResolver interface that can be configured
to include/exclude relationships by being provided a dependency graph in the form of ExportConfiguration instance. |
| EagerMappingInclusionResolver |
A
DependencyInclusionResolver implementation that consideres an edge valid
if the JPA defines the fetch type as FetchType.EAGER. |
| Edge |
Represents an edge in the
EntityDependencyGraph. |
| EntityDependencyGraph | |
| JPAUtil |
A set of utility methods to work with JPA annotated classes.
|
| Node |
Represents a node in the entity dependency graph.
|
| Enum | Description |
|---|---|
| DependencyType |
Names the possible JPA dependency types.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.