Uses of Class
com.cosium.spring.data.jpa.entity.graph.domain2.NamedEntityGraph
Packages that use NamedEntityGraph
-
Uses of NamedEntityGraph in com.cosium.spring.data.jpa.entity.graph.domain2
Methods in com.cosium.spring.data.jpa.entity.graph.domain2 that return NamedEntityGraphModifier and TypeMethodDescriptionstatic NamedEntityGraphWhen the javax.persistence.fetchgraph property is used to specify an entity graph, attributes that are specified by attribute nodes of the entity graph are treated as FetchType.EAGER and attributes that are not specified are treated as FetchType.LAZYstatic NamedEntityGraphWhen the javax.persistence.loadgraph property is used to specify an entity graph, attributes that are specified by attribute nodes of the entity graph are treated as FetchType.EAGER and attributes that are not specified are treated according to their specified or default FetchType.