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 |
MutableGenericEntity<ID>
This is the interface for a mutable
GenericEntity adding setter methods. |
interface |
MutableRevisionedEntity<ID>
This is the interface for a mutable
RevisionedEntity . |
interface |
PersistenceEntity<ID>
This is the interface to mark a
RevisionedEntity that represents an entity of the persistence. |
interface |
RevisionedEntity<ID>
This is the interface for a
GenericEntity that is (potentially) revision-controlled. |
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 . |
Modifier and Type | Field and Description |
---|---|
private GenericEntity<ID> |
EntityTo.persistentEntity |
Copyright © 2001–2016 mmm-Team. All rights reserved.