Uses of Class
com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph
Packages that use DynamicEntityGraph
-
Uses of DynamicEntityGraph in com.cosium.spring.data.jpa.entity.graph.domain2
Methods in com.cosium.spring.data.jpa.entity.graph.domain2 that return DynamicEntityGraphModifier and TypeMethodDescriptionDynamicEntityGraph.Builder.build()static DynamicEntityGraphWhen 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 DynamicEntityGraphWhen 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.