| 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.lang.api.attribute |
Contains abstract interfaces for common attributes of objects.
|
| net.sf.mmm.util.lang.base.attribute |
Contains base-implementation of the attributes API.
|
| net.sf.mmm.util.transferobject.api |
Provides the API for transfer-objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericEntity<ID>
This is the interface for a (persistent) entity, which is an object that is potentially stored in a
persistent store (typically a database and via JPA).
|
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 | Interface and Description |
|---|---|
interface |
AttributeWriteId<ID>
This interface gives read and write access to the
ID of an object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeReadId<T>
This is the abstract base implementation of the
AttributeReadId interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityTo<ID>
This is the abstract base class for an
DTO corresponding to a
PersistenceEntity. |
Copyright © 2001–2015 mmm-Team. All rights reserved.