Uses of Enum Class
com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphType
Packages that use EntityGraphType
-
Uses of EntityGraphType in com.cosium.spring.data.jpa.entity.graph.domain
Fields in com.cosium.spring.data.jpa.entity.graph.domain declared as EntityGraphTypeModifier and TypeFieldDescriptionprotected static final EntityGraphTypeAbstractEntityGraph.DEFAULT_ENTITY_GRAPH_TYPEDeprecated.Methods in com.cosium.spring.data.jpa.entity.graph.domain that return EntityGraphTypeModifier and TypeMethodDescriptionAbstractEntityGraph.getEntityGraphType()Deprecated.EntityGraph.getEntityGraphType()Deprecated.static EntityGraphTypeDeprecated.Returns the enum constant of this class with the specified name.static EntityGraphType[]EntityGraphType.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cosium.spring.data.jpa.entity.graph.domain with parameters of type EntityGraphTypeModifier and TypeMethodDescriptionstatic EntityGraphEntityGraphUtils.fromAttributePaths(EntityGraphType type, String... attributePaths) Deprecated.voidAbstractEntityGraph.setEntityGraphType(EntityGraphType entityGraphType) Deprecated.Constructors in com.cosium.spring.data.jpa.entity.graph.domain with parameters of type EntityGraphTypeModifierConstructorDescriptionAbstractEntityGraph(EntityGraphType entityGraphType) Deprecated.AbstractEntityGraph(EntityGraphType entityGraphType, boolean optional) Deprecated.DynamicEntityGraph(EntityGraphType type, List<String> attributePaths) Deprecated.NamedEntityGraph(EntityGraphType type, boolean optional, String name) Deprecated.NamedEntityGraph(EntityGraphType type, String name) Deprecated.