Package | Description |
---|---|
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.
|
net.sf.mmm.util.transferobject.base |
Contains the basic implementation of the transfer-object API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchCriteria
This is the abstract base implementation of
SearchCriteria . |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
<TO extends AbstractTransferObject> |
TransferObjectUtilLimited.clone(TO template)
|
<TO extends AbstractTransferObject> |
TransferObjectUtilLimited.newInstance(TO template)
This method creates a new instance of the
AbstractTransferObject given as template . |
Modifier and Type | Method and Description |
---|---|
AbstractTransferObject |
AbstractTransferObject.clone()
ATTENTION:
For being type-safe please use TransferObjectUtilLimited.clone(AbstractTransferObject) instead. |
Modifier and Type | Method and Description |
---|---|
<TO extends AbstractTransferObject> |
TransferObjectUtilLimitedImpl.clone(TO template) |
<TO extends AbstractTransferObject> |
TransferObjectUtilLimitedImpl.newInstance(TO template) |
Copyright © 2001–2016 mmm-Team. All rights reserved.