Class NamedEntityGraph
java.lang.Object
com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
com.cosium.spring.data.jpa.entity.graph.domain.NamedEntityGraph
- All Implemented Interfaces:
EntityGraph,EntityGraph
Deprecated.
Created on 22/11/16.
- Author:
- Reda.Housni-Alaoui
-
Field Summary
Fields inherited from class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
DEFAULT_ENTITY_GRAPH_TYPEFields inherited from interface com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraph
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionNamedEntityGraph(EntityGraphType type, boolean optional, String name) Deprecated.NamedEntityGraph(EntityGraphType type, String name) Deprecated.NamedEntityGraph(String name) Deprecated. -
Method Summary
Methods inherited from class com.cosium.spring.data.jpa.entity.graph.domain.AbstractEntityGraph
getEntityGraphType, isOptional, setEntityGraphType, setOptionalMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.cosium.spring.data.jpa.entity.graph.domain.EntityGraph
buildQueryHintMethods inherited from interface com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraph
execute
-
Constructor Details
-
NamedEntityGraph
Deprecated. -
NamedEntityGraph
Deprecated. -
NamedEntityGraph
Deprecated.
-
-
Method Details
-
getEntityGraphName
Deprecated.- Returns:
- The name to use to retrieve the EntityGraph. May be null.
-
getEntityGraphAttributePaths
Deprecated.- Returns:
- The attribute paths. May be null.
-
toString
Deprecated.- Overrides:
toStringin classAbstractEntityGraph
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
NamedEntityGraphinstead.