| EagerRelation<S,T> |
|
| IdWithScore |
|
| InternalAccess |
Exposes internal APIs to tests and code in other packages.
|
| LazyList<E> |
A thread-safe, unmodifiable List that gets Objects from their Box not until they are accessed.
|
| LogicQueryCondition<T> |
|
| LogicQueryCondition.AndCondition<T> |
Combines the left condition using AND with the right condition.
|
| LogicQueryCondition.OrCondition<T> |
Combines the left condition using OR with the right condition.
|
| ObjectWithScore<T> |
|
| OrderFlags |
Not really an enum, but binary flags to use across languages
|
| PropertyQuery |
|
| PropertyQueryConditionImpl<T> |
|
| PropertyQueryConditionImpl.ByteArrayCondition<T> |
|
| PropertyQueryConditionImpl.DoubleCondition<T> |
|
| PropertyQueryConditionImpl.DoubleDoubleCondition<T> |
|
| PropertyQueryConditionImpl.IntArrayCondition<T> |
|
| PropertyQueryConditionImpl.LongArrayCondition<T> |
|
| PropertyQueryConditionImpl.LongCondition<T> |
|
| PropertyQueryConditionImpl.LongLongCondition<T> |
|
| PropertyQueryConditionImpl.NearestNeighborCondition<T> |
|
| PropertyQueryConditionImpl.NullCondition<T> |
|
| PropertyQueryConditionImpl.StringArrayCondition<T> |
|
| PropertyQueryConditionImpl.StringCondition<T> |
|
| PropertyQueryConditionImpl.StringStringCondition<T> |
|
| Query<T> |
A repeatable Query returning the latest matching objects.
|
| QueryBuilder<T> |
Builds a Query using conditions which can then be used to return a list of matching Objects.
|
| QueryConditionImpl<T> |
|
| QueryPublisher<T> |
A DataPublisher that subscribes to an ObjectClassPublisher if there is at least one observer.
|
| QueryPublisher.SubscribedObservers<T> |
|
| QueryThreadLocal<T> |
A ThreadLocal that, given an original Query object,
returns a copy, for each thread.
|
| RelationCountCondition<T> |
|