Package | Description |
---|---|
net.sf.mmm.util.entity.api |
Provides the API for a entities.
|
net.sf.mmm.util.entity.base |
Provides the basic implementation of the entity API.
|
net.sf.mmm.util.transferobject.api |
Provides the API for transfer-objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutableRevisionedEntity<ID>
This is the interface for a mutable
RevisionedEntity . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenericEntity<ID>
This is the abstract base-class that implementations of
MutableGenericEntity should inherit from (if
possible). |
class |
AbstractRevisionedEntity<ID>
This is the abstract base-class that implementations of
MutableRevisionedEntity should inherit from (if
possible). |
Modifier and Type | Class and Description |
---|---|
class |
EntityTo<ID>
This is the abstract base class for an
DTO corresponding to a
PersistenceEntity . |
Copyright © 2001–2016 mmm-Team. All rights reserved.