@Target({})
@Retention(RUNTIME)
public @interface NamedSubgraph
NamedSubgraph
is a member element of a
NamedEntityGraph
. The NamedSubgraph
is
only referenced from within a NamedEntityGraph and can not be
referenced independently. It is referenced by its name
from a NamedAttributeNode
element of the
NamedEntityGraph
.NamedEntityGraph
,
NamedAttributeNode
Modifier and Type | Required Element | Description |
---|---|---|
NamedAttributeNode[] |
attributeNodes |
(Required) The list of the attributes of the class that must
be included.
|
java.lang.String |
name |
(Required) The name of the subgraph as referenced from a
NamedAttributeNode element.
|
Modifier and Type | Optional Element | Description |
---|---|---|
java.lang.Class |
type |
(Optional) The type represented by this subgraph.
|
java.lang.String name
NamedAttributeNode[] attributeNodes
Copyright © 2018. All rights reserved.