public interface DocumentQueryMapperBuilder
| Modifier and Type | Method and Description |
|---|---|
<T> org.jnosql.diana.api.document.query.DocumentDeleteFrom |
deleteFrom(Class<T> entityClass)
Returns a
DocumentDeleteFrom implementation that does the object mapper API. |
<T> org.jnosql.diana.api.document.query.DocumentFrom |
selectFrom(Class<T> entityClass)
Returns a
DocumentFrom implementation that does the object mapper API. |
<T> org.jnosql.diana.api.document.query.DocumentFrom selectFrom(Class<T> entityClass)
DocumentFrom implementation that does the object mapper API.T - the entity typeentityClass - the entity classDocumentFrom instanceNullPointerException - when entityClass is null<T> org.jnosql.diana.api.document.query.DocumentDeleteFrom deleteFrom(Class<T> entityClass)
DocumentDeleteFrom implementation that does the object mapper API.T - the entity typeentityClass - the entity classDocumentDeleteFrom instanceNullPointerException - when entityClass is nullCopyright © 2018. All rights reserved.