Uses of Class
com.c8db.entity.C8EventEntity
-
Packages that use C8EventEntity Package Description com.c8db com.c8db.internal -
-
Uses of C8EventEntity in com.c8db
Methods in com.c8db that return C8EventEntity Modifier and Type Method Description C8EventEntityC8Event. getEvent(String key)Retrieves the document with the givenkeyfrom the collection.C8EventEntityC8Event. getEvent(String key, DocumentReadOptions options)Retrieves the document with the givenkeyfrom the collection.<T> C8EventEntityC8Event. insertEvent(T value)Creates a new document from the given document, unless there is already a document with the _key given.<T> C8EventEntityC8Event. insertEvent(T value, EventCreateOptions options)Creates a new document from the given document, unless there is already a document with the _key given.Methods in com.c8db that return types with arguments of type C8EventEntity Modifier and Type Method Description Collection<C8EventEntity>C8Event. getEvents(Collection<String> keys)Retrieves multiple documents with the given_keyfrom the collection. -
Uses of C8EventEntity in com.c8db.internal
Methods in com.c8db.internal that return C8EventEntity Modifier and Type Method Description C8EventEntityC8EventImpl. getEvent(String key)C8EventEntityC8EventImpl. getEvent(String key, DocumentReadOptions options)<T> C8EventEntityC8EventImpl. insertEvent(T value)<T> C8EventEntityC8EventImpl. insertEvent(T value, EventCreateOptions options)Methods in com.c8db.internal that return types with arguments of type C8EventEntity Modifier and Type Method Description Collection<C8EventEntity>C8EventImpl. getEvents(Collection<String> keys)protected C8Executor.ResponseDeserializer<Collection<C8EventEntity>>InternalC8Event. getEventsResponseDeserializer()protected <T> C8Executor.ResponseDeserializer<C8EventEntity>InternalC8Event. insertEventResponseDeserializer(T value, EventCreateOptions options)
-