Java javax.persistence EntityGraph fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence EntityGraph fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence EntityGraph.

The text is from its open source code.

Method

voidaddAttributeNodes(String... attributeName)
Add one or more attribute nodes to the entity graph.
voidaddAttributeNodes(Attribute... attribute)
Add one or more attribute nodes to the entity graph.
SubgraphaddSubgraph(Attribute attribute)
Add a node to the graph that corresponds to a managed type.
SubgraphaddSubgraph(String attributeName)
Add a node to the graph that corresponds to a managed type.