| Package | Description |
|---|---|
| org.hibernate.graph.spi | |
| org.hibernate.jpa.graph.internal |
| Modifier and Type | Method and Description |
|---|---|
EntityGraphImplementor<T> |
EntityGraphImplementor.makeImmutableCopy(java.lang.String name)
Make an immutable copy of this entity graph, using the given name.
|
EntityGraphImplementor<T> |
EntityGraphImplementor.makeMutableCopy()
Make a mutable copy of this entity graph
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityGraphImpl<T>
The Hibernate implementation of the JPA EntityGraph contract.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.