Package sonia.scm.store
Class QueryableStore.IdQueryField<T>
java.lang.Object
sonia.scm.store.QueryableStore.BaseQueryField<T,String>
sonia.scm.store.QueryableStore.StringQueryField<T>
sonia.scm.store.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>
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
This is not meant to be instantiated by users of the API!
QueryableType
.
This is not meant to be instantiated by users of the API!
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class sonia.scm.store.QueryableStore.StringQueryField
contains, eq, getFieldType, in, in
Methods inherited from class sonia.scm.store.QueryableStore.BaseQueryField
getName, isNull
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface sonia.scm.store.QueryableStore.QueryField
getName
-
Constructor Details
-
IdQueryField
-
IdQueryField
public IdQueryField()
-
-
Method Details
-
isIdField
public boolean isIdField()- Specified by:
isIdField
in interfaceQueryableStore.QueryField<T,
String> - Overrides:
isIdField
in classQueryableStore.BaseQueryField<T,
String>
-