Class QueryWithKnownDocument
- java.lang.Object
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.query.QueryByEntityId
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.query.QueryByRootId
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.query.QueryWithKnownDocument
-
public class QueryWithKnownDocument extends QueryByRootId
-
-
Constructor Summary
Constructors Constructor Description QueryWithKnownDocument(Document document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<Document>getKnownDocument()-
Methods inherited from class ydocumentcartpackage.persistence.polyglot.repository.documentcart.query.QueryByRootId
getRootCondition, getRootId, getUniqueRootCondition
-
Methods inherited from class ydocumentcartpackage.persistence.polyglot.repository.documentcart.query.QueryByEntityId
getEntityCondition, getEntityId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ydocumentcartpackage.persistence.polyglot.repository.documentcart.query.BaseQuery
isDocumentInstantiation, isKnownThereIsNoResult
-
-