Interface | Description |
---|---|
SearchCriteria |
This is the interface for a transfer-object with the criteria for a
search query . |
SearchQuery<HIT> |
This interface represents a search query that is supposed to be created from particular
SearchCriteria . |
SearchResult<HIT> |
This is the interface for the result of a query for
SearchCriteria . |
Exception | Description |
---|---|
SearchTimeoutException |
This is the exception thrown if an operation (typically a query) in the persistence exceeded a configured timeout.
|
SearchCriteria
and SearchResult
). It aims to
standardize the API without requiring specific dependencies (e.g. to JPA or Lucene). The advanced support is
therefore located in separate modules like mmm-persistence
. Instead, this API here may also be used by
transfer objects for clients and other stuff where the technology specific dependency should be avoided.Copyright © 2001–2016 mmm-Team. All rights reserved.