public interface EntityIndex
An index to look up entities by attribute value.
EntityIndexBuilder
List<Entity>
getEntities(Object value)
@Nonnull List<Entity> getEntities(@Nonnull Object value)
Get the entities with the associated attribute value.
value