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