T - the class typepublic abstract class AbstractDocumentRepositoryAsyncProxy<T> extends Object implements InvocationHandler
RepositoryAsync to Document| Constructor and Description |
|---|
AbstractDocumentRepositoryAsyncProxy() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ClassRepresentation |
getClassRepresentation() |
protected abstract Converters |
getConverters() |
protected abstract DocumentQueryDeleteParser |
getDeleteParser() |
protected abstract DocumentQueryParser |
getQueryParser() |
protected abstract RepositoryAsync |
getRepository() |
protected abstract DocumentTemplateAsync |
getTemplate() |
Object |
invoke(Object instance,
Method method,
Object[] args) |
public AbstractDocumentRepositoryAsyncProxy()
protected abstract RepositoryAsync getRepository()
protected abstract DocumentQueryParser getQueryParser()
protected abstract DocumentTemplateAsync getTemplate()
protected abstract DocumentQueryDeleteParser getDeleteParser()
protected abstract ClassRepresentation getClassRepresentation()
protected abstract Converters getConverters()
Copyright © 2018. All rights reserved.