Class QueryByEntityId
- java.lang.Object
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.query.QueryByEntityId
-
- Direct Known Subclasses:
QueryByRootId
public class QueryByEntityId extends java.lang.Object implements BaseQuery
-
-
Constructor Summary
Constructors Constructor Description QueryByEntityId(Identity id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<EntityCondition>getEntityCondition()java.util.Optional<Identity>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
getKnownDocument, getRootCondition, getRootId, getUniqueRootCondition, isDocumentInstantiation, isKnownThereIsNoResult
-
-
-
-
Constructor Detail
-
QueryByEntityId
public QueryByEntityId(Identity id)
-
-
Method Detail
-
getEntityId
public java.util.Optional<Identity> getEntityId()
- Specified by:
getEntityIdin interfaceBaseQuery
-
getEntityCondition
public java.util.Optional<EntityCondition> getEntityCondition()
- Specified by:
getEntityConditionin interfaceBaseQuery
-
-