public abstract static class Factory.SingleQuery<T> extends Factory.Query<T>
| Modifier | Constructor and Description |
|---|---|
protected |
SingleQuery(Factory factory,
boolean mandatory) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<NamedComponent<T>> |
doFind() |
boolean |
isMultiple() |
bind, byClass, byName, checkSatisfy, doFindOne, factory, factoryQuery, find, findAsComponents, findNames, findOne, findOneAsComponent, getComponentClass, isMandatory, mandatory, mayGetFactory, optionalprotected SingleQuery(Factory factory, boolean mandatory)
public boolean isMultiple()
isMultiple in class Factory.Query<T>protected Set<NamedComponent<T>> doFind()
doFind in class Factory.Query<T>Copyright © 2017. All Rights Reserved.