Class QueryableStore.IdQueryField<T>

Type Parameters:
T - The type of the objects this condition is used for.
All Implemented Interfaces:
QueryableStore.AggregatableQueryField<T,String>, QueryableStore.QueryField<T,String>
Enclosing interface:
QueryableStore<T>

public static class QueryableStore.IdQueryField<T> extends QueryableStore.StringQueryField<T>
This class is used to create conditions for queries. Instances of this class will be created by the annotation processor for a class annotated with QueryableType.
This is not meant to be instantiated by users of the API!