A B D G H I R U 
All Classes All Packages

A

AbstractDocumentDatabase<T> - Class in io.dialob.db.spi.spring
 
AbstractDocumentDatabase(Class<? extends T>) - Constructor for class io.dialob.db.spi.spring.AbstractDocumentDatabase
 

B

buildResponse(HttpStatus, String) - Method in class io.dialob.db.spi.spring.DatabaseExceptionMapper
 

D

DatabaseExceptionMapper - Class in io.dialob.db.spi.spring
 
DatabaseExceptionMapper() - Constructor for class io.dialob.db.spi.spring.DatabaseExceptionMapper
 

G

getDocumentClass() - Method in class io.dialob.db.spi.spring.AbstractDocumentDatabase
 
getId(Object) - Method in class io.dialob.db.spi.spring.ReflectionEntityInformation
 
getIdType() - Method in class io.dialob.db.spi.spring.ReflectionEntityInformation
 

H

handleDatabaseException(DatabaseException) - Method in class io.dialob.db.spi.spring.DatabaseExceptionMapper
 
handleDatabaseServiceDownException(DatabaseServiceDownException) - Method in class io.dialob.db.spi.spring.DatabaseExceptionMapper
 
handleDatabaseUnauthorizedException(DatabaseUnauthorizedException) - Method in class io.dialob.db.spi.spring.DatabaseExceptionMapper
 
handleDocumentConflictException(DocumentConflictException) - Method in class io.dialob.db.spi.spring.DatabaseExceptionMapper
 
handleDocumentCorruptedException(DocumentCorruptedException) - Method in class io.dialob.db.spi.spring.DatabaseExceptionMapper
 
handleDocumentForbiddenException(DocumentForbiddenException) - Method in class io.dialob.db.spi.spring.DatabaseExceptionMapper
 
handleDocumentLockedException(DocumentLockedException) - Method in class io.dialob.db.spi.spring.DatabaseExceptionMapper
 
handleDocumentNotFoundException(DocumentNotFoundException) - Method in class io.dialob.db.spi.spring.DatabaseExceptionMapper
 
handleTenantContextRequiredException(TenantContextRequiredException) - Method in class io.dialob.db.spi.spring.DatabaseExceptionMapper
 

I

id(T) - Method in class io.dialob.db.spi.spring.AbstractDocumentDatabase
 
invalidDefinitionException(InvalidDefinitionException) - Method in class io.dialob.db.spi.spring.DatabaseExceptionMapper
 
io.dialob.db.spi.spring - package io.dialob.db.spi.spring
 

R

ReflectionEntityInformation<T,​ID extends Serializable> - Class in io.dialob.db.spi.spring
EntityInformation implementation that inspects fields for an annotation and looks up this field's value to retrieve the id.
ReflectionEntityInformation(Class<T>) - Constructor for class io.dialob.db.spi.spring.ReflectionEntityInformation
Creates a new ReflectionEntityInformation inspecting the given domain class for a field carrying the Id annotation.
ReflectionEntityInformation(Class<T>, Class<? extends Annotation>) - Constructor for class io.dialob.db.spi.spring.ReflectionEntityInformation
Creates a new ReflectionEntityInformation inspecting the given domain class for a field carrying the given annotation.
rev(T) - Method in class io.dialob.db.spi.spring.AbstractDocumentDatabase
 

U

updateDocumentId(T, String) - Method in class io.dialob.db.spi.spring.AbstractDocumentDatabase
 
updateDocumentRev(T, String) - Method in class io.dialob.db.spi.spring.AbstractDocumentDatabase
 
A B D G H I R U 
All Classes All Packages