Is it possible to implement the Criteria pattern using Spring Data Neo4j?

How can I make an example of a Criteria API using Spring Data Neo4j? Is it possible to provide an example, and can someone give some code snippets on how to achieve it?

SDN supports Cypher DSL.

https://neo4j-contrib.github.io/cypher-dsl/current/

https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/#sdn-mixins.dynamic-conditions

The Hibernate/JPA Criteria API is specific to JPA.

Ongoing discussion for reference: Is it possible to implement the Criteria pattern using Spring Data Neo4j? · Issue #2670 · spring-projects/spring-data-neo4j · GitHub