Uses of Class
com.cosium.spring.data.jpa.entity.graph.domain2.DynamicEntityGraph.Builder
Packages that use DynamicEntityGraph.Builder
-
Uses of DynamicEntityGraph.Builder in com.cosium.spring.data.jpa.entity.graph.domain2
Methods in com.cosium.spring.data.jpa.entity.graph.domain2 that return DynamicEntityGraph.BuilderModifier and TypeMethodDescriptionstatic DynamicEntityGraph.BuilderDynamicEntityGraph.builder(EntityGraphType type) static DynamicEntityGraph.BuilderDynamicEntityGraph.fetching()When 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 DynamicEntityGraph.BuilderDynamicEntityGraph.loading()When 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.