Class FindByExternalLinkQuery
- java.lang.Object
-
- io.foodtechlab.common.mongo.query.FindByExternalLinkQuery
-
- All Implemented Interfaces:
com.rcore.database.mongo.commons.query.ExampleQuery
public abstract class FindByExternalLinkQuery extends Object implements com.rcore.database.mongo.commons.query.ExampleQuery
-
-
Constructor Summary
Constructors Constructor Description FindByExternalLinkQuery()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.springframework.data.mongodb.core.query.CriteriagetCriteria()protected abstract StringgetField()
-
-
-
Method Detail
-
getField
protected abstract String getField()
-
getCriteria
public org.springframework.data.mongodb.core.query.Criteria getCriteria()
- Specified by:
getCriteriain interfacecom.rcore.database.mongo.commons.query.ExampleQuery
-
-