Example usage for org.springframework.data.domain Example getProbe

List of usage examples for org.springframework.data.domain Example getProbe

Introduction

In this page you can find the example usage for org.springframework.data.domain Example getProbe.

Prototype

T getProbe();

Source Link

Document

Get the example used.

Usage

From source file:com._4dconcept.springframework.data.marklogic.core.query.QueryBuilder.java

@Nullable
private Criteria prepareCriteria(Example example) {
    return buildCriteria(example.getProbe(), retrievePersistentEntity(example.getProbeType()));
}