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 interfaceEntryIterable<ID,K extends PgxEntity<ID>,V>Marker interface for an iterable over map entries.classGraphEntityCollection<E extends PgxEntity<ID>,ID>A collection of vertices/edges.classProperty<ID,K extends PgxEntity<ID>,V>A property of aPgxGraph.Subclasses of PgxEntity in oracle.pgx.api Modifier and Type Class Description classPgxEdgeAn edge of aPgxGraph.classPgxVertex<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 voidGraphEntityCollection. addAll(PgxEntity[] elements)abstract voidPgxCollection. addAll(PgxEntity[] elements)Adds elements of aPgxEntityarray to this collection.voidScalarCollection. addAll(PgxEntity[] elements)
-