Skip navigation links
D E F G J K P Q T 

D

delete(K) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Removes an entity from key
delete(Iterable<K>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Removes entities from keys

E

EntityKeyValuePostPersist - Interface in jakarta.nosql.mapping.keyvalue
When an entity is either saved or updated it's the first event to fire
EntityKeyValuePrePersist - Interface in jakarta.nosql.mapping.keyvalue
When an entity is either saved or updated it's the first event to fire

F

firePostEntity(T) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
Fire an event after convert the KeyValueEntity, from database response, to Entity.
firePostKeyValue(KeyValueEntity) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
Fire an event after the response from communication layer
firePostKeyValueEntity(T) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
Fire the last event
firePreEntity(T) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
Fire an event once the method is called
firePreKeyValue(KeyValueEntity) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
Fire an event after the conversion of the entity to communication API model.
firePreKeyValueEntity(T) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
fire an event after the firePostEntity
flow(T, UnaryOperator<KeyValueEntity>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueWorkflow
Executes the workflow to do an interaction on a database key-value.

G

get(Class<R>, BucketManager) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueRepositoryProducer
Produces a Repository class from repository class and BucketManager
get(Class<R>, KeyValueTemplate) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueRepositoryProducer
Produces a Repository class from repository class and KeyValueTemplate
get(K, Class<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Finds the Value from a key
get(Iterable<K>, Class<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Finds a list of values from keys
get(BucketManager) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplateProducer
getEntity() - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEntityPostPersist
The KeyValueEntity after be saved
getEntity() - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEntityPrePersist
The KeyValueEntity after be saved
getSingleResult(String, Class<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Executes query in the database then returns as single result
getValue() - Method in interface jakarta.nosql.mapping.keyvalue.EntityKeyValuePostPersist
Return the entity whose gonna be either saved or updated
getValue() - Method in interface jakarta.nosql.mapping.keyvalue.EntityKeyValuePrePersist
Return the entity whose gonna be either saved or updated

J

jakarta.nosql.mapping.keyvalue - package jakarta.nosql.mapping.keyvalue
This package contains all Id-value domain API.

K

KeyValueEntityConverter - Interface in jakarta.nosql.mapping.keyvalue
This interface represents the converter between an entity and the KeyValueEntity
KeyValueEntityPostPersist - Interface in jakarta.nosql.mapping.keyvalue
 
KeyValueEntityPrePersist - Interface in jakarta.nosql.mapping.keyvalue
 
KeyValueEventPersistManager - Interface in jakarta.nosql.mapping.keyvalue
This interface represent the manager of events.
KeyValueRepositoryProducer - Interface in jakarta.nosql.mapping.keyvalue
The producer of Repository
KeyValueTemplate - Interface in jakarta.nosql.mapping.keyvalue
This interface that represents the common operation between an entity and KeyValueEntity
KeyValueTemplateProducer - Interface in jakarta.nosql.mapping.keyvalue
The producer of KeyValueTemplate
KeyValueWorkflow - Interface in jakarta.nosql.mapping.keyvalue
This implementation defines the workflow to insert an Entity on KeyValueTemplate.

P

prepare(String, Class<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Executes query with PreparedStatement
put(T) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Saves the entity
put(T, Duration) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Saves the entity with time to live
put(Iterable<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Saves the Iterable of entities
put(Iterable<T>, Duration) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Saves the Iterable of entities with a defined time to live

Q

query(String, Class<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Executes query in the database
query(String) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Executes query in the database and don't return result, e.g.: when the query is either remove or put

T

toEntity(Class<T>, KeyValueEntity) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEntityConverter
Converts a KeyValueEntity to entity
toKeyValue(Object) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEntityConverter
Converts the instance entity to KeyValueEntity
D E F G J K P Q T 
Skip navigation links

Copyright © 2017–2020 Eclipse Foundation. All rights reserved.