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.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 |
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 |
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 | Interface and Description |
---|---|
interface |
TransferObject
This is the interface for a transfer-object.
|
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.