Package | Description |
---|---|
net.sf.mmm.util.search.api |
Provides the API for a search.
|
net.sf.mmm.util.search.base |
Provides the basic implementation of the Search API.
|
net.sf.mmm.util.transferobject.api |
Provides the API for transfer-objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SearchCriteria
This is the interface for a transfer-object with the criteria for a
search query . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchCriteria
This is the abstract base implementation of
SearchCriteria . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransferObject
This is the abstract base class for a
TransferObject . |
class |
CompositeTo
This is the abstract base class for a composite
TransferObject . |
class |
DataTo
This is the abstract base class for an
TransferObject that only contains data without relations. |
class |
EntityTo<ID>
This is the abstract base class for an
DTO corresponding to a
PersistenceEntity . |
Copyright © 2001–2016 mmm-Team. All rights reserved.