Uses of Class
oracle.pgx.api.PgxEntity
-
Packages that use PgxEntity Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of PgxEntity in oracle.pgx.api
Classes in oracle.pgx.api with type parameters of type PgxEntity Modifier and Type Interface Description interface
EntryIterable<ID,K extends PgxEntity<ID>,V>
Marker interface for an iterable over map entries.class
GraphEntityCollection<E extends PgxEntity<ID>,ID>
A collection of vertices/edges.class
Property<ID,K extends PgxEntity<ID>,V>
A property of aPgxGraph
.Subclasses of PgxEntity in oracle.pgx.api Modifier and Type Class Description class
PgxEdge
An edge of aPgxGraph
.class
PgxVertex<ID>
A vertex of aPgxGraph
.Methods in oracle.pgx.api that return types with arguments of type PgxEntity Modifier and Type Method Description java.util.Map<java.lang.String,PgxCollection<? extends PgxEntity<?>,?>>
PgxGraph. getCollections()
Blocking version ofPgxGraph.getCollectionsAsync()
.PgxFuture<java.util.Map<java.lang.String,PgxCollection<? extends PgxEntity<?>,?>>>
PgxGraph. getCollectionsAsync()
Retrieves all currently allocated collections associated with the graph.Methods in oracle.pgx.api with parameters of type PgxEntity Modifier and Type Method Description void
GraphEntityCollection. addAll(PgxEntity[] elements)
abstract void
PgxCollection. addAll(PgxEntity[] elements)
Adds elements of aPgxEntity
array to this collection.void
ScalarCollection. addAll(PgxEntity[] elements)
-