Uses of Class
redis.clients.jedis.graph.entities.GraphEntity
Packages that use GraphEntity
Package
Description
This package contains the classes and interfaces related to RedisGraph module.
This package contains the classes representing the entities of RedisGraph module.
-
Uses of GraphEntity in redis.clients.jedis.graph
Methods in redis.clients.jedis.graph with parameters of type GraphEntityModifier and TypeMethodDescriptionprivate voidResultSetBuilder.deserializeGraphEntityId(GraphEntity graphEntity, long id) private voidResultSetBuilder.deserializeGraphEntityProperties(GraphEntity entity, List<List<Object>> rawProperties) -
Uses of GraphEntity in redis.clients.jedis.graph.entities
Subclasses of GraphEntity in redis.clients.jedis.graph.entities