Interface EntityGraphImplementor<T>

    • Method Detail

      • appliesTo

        boolean appliesTo​(java.lang.String entityName)
      • appliesTo

        boolean appliesTo​(EntityType<? super T> entityType)
      • makeMutableCopy

        EntityGraphImplementor<T> makeMutableCopy()
        Make a mutable copy of this entity graph
        Returns:
        The immutable copy
      • makeImmutableCopy

        EntityGraphImplementor<T> makeImmutableCopy​(java.lang.String name)
        Make an immutable copy of this entity graph, using the given name.
        Parameters:
        name - The name to apply to the immutable copy
        Returns:
        The immutable copy