E
- the generic type of the result
.public interface SingleQuery<E> extends Query<E>
Query
that can only match a single result.executeRequired()
Modifier and Type | Method and Description |
---|---|
E |
executeRequired() |
E executeRequired() throws ObjectNotFoundException
Query.execute()
but never null
.ObjectNotFoundException
- if the query had no match.Copyright © 2001–2016 mmm-Team. All rights reserved.