T - Type of the record to query.public class Query<T extends BaseRecord>
extends java.lang.Object
| Constructor | Description |
|---|---|
Query(T part) |
Create a query to search for a partial record.
|
| Modifier and Type | Method | Description |
|---|---|---|
T |
getPartial() |
Get the partial record used to query.
|
boolean |
matches(T other) |
Check if a record matches the primary keys or the partial record.
|
java.lang.String |
toString() |
public Query(T part)
part - It defines the attributes to search.public T getPartial()
public boolean matches(T other)
other - Record to check.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.