Uses of Interface
org.hibernate.graph.spi.EntityGraphImplementor
-
Packages that use EntityGraphImplementor Package Description org.hibernate.graph.spi -
-
Uses of EntityGraphImplementor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return EntityGraphImplementor Modifier and Type Method 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
-