Compartilhar via


Query Interface

Implements

public interface Query
implements Annotation

Annotation to declare finder queries directly on repository methods.

Method Summary

Modifier and Type Method and Description
abstract String value()

value of the query

Method Details

value

public abstract String value()

value of the query

Returns:

the value

Applies to