Skip navigation links
A C D E G H I L M N O P R S T U V W 

A

AbstractEntityId - Class in net.sf.mmm.util.entity.base
This is the abstract base implementation of EntityId.
AbstractEntityId() - Constructor for class net.sf.mmm.util.entity.base.AbstractEntityId
The constructor.
AbstractGenericEntity<ID> - Class in net.sf.mmm.util.entity.base
This is the abstract base-class that implementations of MutableGenericEntity should inherit from (if possible).
AbstractGenericEntity() - Constructor for class net.sf.mmm.util.entity.base.AbstractGenericEntity
The constructor.
AbstractRevisionedEntity<ID> - Class in net.sf.mmm.util.entity.base
This is the abstract base-class that implementations of MutableRevisionedEntity should inherit from (if possible).
AbstractRevisionedEntity() - Constructor for class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
The constructor.
AbstractTransferObject - Class in net.sf.mmm.util.transferobject.api
This is the abstract base class for a TransferObject.
AbstractTransferObject() - Constructor for class net.sf.mmm.util.transferobject.api.AbstractTransferObject
The constructor.

C

clone() - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
 
clone(TO) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtilLimited
Deprecated.
This method creates a clone of the AbstractTransferObject given as template.
clone(TO) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilLimitedImpl
Deprecated.
 
composedValueConverter - Variable in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
CompositeTo - Class in net.sf.mmm.util.transferobject.api
This is the abstract base class for a composite TransferObject.
CompositeTo() - Constructor for class net.sf.mmm.util.transferobject.api.CompositeTo
The constructor.
convert(PersistenceEntity, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterEntityToEto
 
convertFromEntity(ENTITY, Class<TO>) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtil
Deprecated.
This method converts the given PersistenceEntity to the corresponding transfer-object identified by the given Class.
convertFromEntity(ENTITY, Class<TO>) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
convertFromEntityList(List<ENTITY>, Class<TO>) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtil
Deprecated.
convertFromEntityList(List<ENTITY>, Class<TO>) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
convertFromEntitySet(Set<ENTITY>, Class<TO>) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtil
Deprecated.
convertFromEntitySet(Set<ENTITY>, Class<TO>) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
convertToEntity(TO, Class<ENTITY>) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtil
Deprecated.
This method converts the given ETO to the corresponding PersistenceEntity identified by the given Class.
convertToEntity(TO, Class<ENTITY>) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
convertToEntityList(List<TO>, Class<ENTITY>) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtil
Deprecated.
convertToEntityList(List<TO>, Class<ENTITY>) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
convertToEntitySet(Set<TO>, Class<ENTITY>) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtil
Deprecated.
convertToEntitySet(Set<TO>, Class<ENTITY>) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 

D

DataTo - Class in net.sf.mmm.util.transferobject.api
This is the abstract base class for an TransferObject that only contains data without relations.
DataTo() - Constructor for class net.sf.mmm.util.transferobject.api.DataTo
The constructor.
datatypeDetector - Variable in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
doInitialize() - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 

E

Entity - Interface in net.sf.mmm.util.entity.api
This is the interface for an entity or business object.
EntityId - Interface in net.sf.mmm.util.entity.api
This is the interface for an ID that uniquely identifies an object of a particular type.
EntityIdImpl - Class in net.sf.mmm.util.entity.base
This is the implementation of EntityId including identification of revision.
EntityIdImpl() - Constructor for class net.sf.mmm.util.entity.base.EntityIdImpl
The constructor for de-serialization in GWT.
EntityIdImpl(long, long, Number) - Constructor for class net.sf.mmm.util.entity.base.EntityIdImpl
The constructor.
EntityIdImpl(EntityId) - Constructor for class net.sf.mmm.util.entity.base.EntityIdImpl
The constructor.
EntityIdImpl(String) - Constructor for class net.sf.mmm.util.entity.base.EntityIdImpl
The constructor.
EntityTo<ID> - Class in net.sf.mmm.util.transferobject.api
This is the abstract base class for an DTO corresponding to a PersistenceEntity.
EntityTo() - Constructor for class net.sf.mmm.util.transferobject.api.EntityTo
The constructor.
EntityTo.PersistentEntityAccess - Class in net.sf.mmm.util.transferobject.api
Inner class to grant access to internal PersistenceEntity reference of an EntityTo.
equals(Object) - Method in class net.sf.mmm.util.entity.base.AbstractEntityId
 
equals(Object) - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
 
equals(Object) - Method in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
 
equals(Object) - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
 
equals(Object) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
 
EtoHelper() - Constructor for class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl.EtoHelper
Deprecated.
 
EtoHelper() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterEntityToEto.EtoHelper
 

G

GenericEntity<ID> - Interface in net.sf.mmm.util.entity.api
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).
getComposedValueConverter() - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
getDatatypeDetector() - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
getId() - Method in interface net.sf.mmm.util.entity.api.GenericEntity
This method gets the unique identifier (primary key) of this entity.
getId() - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
 
getId() - Method in class net.sf.mmm.util.transferobject.api.EntityTo
 
getInstance() - Static method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
This method gets the singleton instance of this TransferObjectUtilImpl.
getModificationCounter() - Method in interface net.sf.mmm.util.entity.api.GenericEntity
This method gets the current modification-counter of this entity.
getModificationCounter() - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
 
getModificationCounter() - Method in class net.sf.mmm.util.transferobject.api.EntityTo
This method gets the current modification-counter of this entity.
getObjectId() - Method in interface net.sf.mmm.util.entity.api.EntityId
This method gets the unique identifier of an entity (or any other object).
getObjectId() - Method in class net.sf.mmm.util.entity.base.EntityIdImpl
 
getPojoUtil() - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
getRevision() - Method in interface net.sf.mmm.util.entity.api.EntityId
This method gets the number of the specific revision of the object referenced by this EntityId.
getRevision() - Method in interface net.sf.mmm.util.entity.api.RevisionedEntity
This method gets the revision of this entity.
getRevision() - Method in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
 
getRevision() - Method in class net.sf.mmm.util.entity.base.EntityIdImpl
 
getRevision() - Method in class net.sf.mmm.util.transferobject.api.EntityTo
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterEntityToEto
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterEtoToEntity
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterEntityToEto
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterEtoToEntity
 
getTypeId() - Method in interface net.sf.mmm.util.entity.api.EntityId
This method gets the identifier representing the type of the referenced entity or object.
getTypeId() - Method in class net.sf.mmm.util.entity.base.EntityIdImpl
 
getValue() - Method in class net.sf.mmm.util.entity.base.AbstractEntityId
 

H

handleNoGetterForSetter(PojoPropertyAccessorOneArg, Class<?>, Object, Class<?>) - Method in class net.sf.mmm.util.value.impl.ValueConverterEtoToEntity
 
hashCode() - Method in class net.sf.mmm.util.entity.base.AbstractEntityId
 
hashCode() - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
 
hashCode() - Method in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
 
hashCode() - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
 
hashCode() - Method in class net.sf.mmm.util.transferobject.api.EntityTo
 
HELPER - Static variable in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
The singleton instance of TransferObjectUtilImpl.EtoHelper.
HELPER - Static variable in class net.sf.mmm.util.value.impl.ValueConverterEntityToEto
The singleton instance of ValueConverterEntityToEto.EtoHelper.

I

id - Variable in class net.sf.mmm.util.entity.base.AbstractGenericEntity
 
id - Variable in class net.sf.mmm.util.transferobject.api.EntityTo
 
instance - Static variable in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 

L

LATEST_REVISION - Static variable in interface net.sf.mmm.util.entity.api.RevisionedEntity
The latest revision of an entity.

M

modificationCounter - Variable in class net.sf.mmm.util.entity.base.AbstractGenericEntity
 
modificationCounter - Variable in class net.sf.mmm.util.transferobject.api.EntityTo
 
MutableGenericEntity<ID> - Interface in net.sf.mmm.util.entity.api
This is the interface for a mutable GenericEntity adding setter methods.
MutableRevisionedEntity<ID> - Interface in net.sf.mmm.util.entity.api
This is the interface for a mutable RevisionedEntity.

N

net.sf.mmm.util.entity.api - package net.sf.mmm.util.entity.api
Provides the API for a entities.
net.sf.mmm.util.entity.base - package net.sf.mmm.util.entity.base
Provides the basic implementation of the entity API.
net.sf.mmm.util.transferobject.api - package net.sf.mmm.util.transferobject.api
Provides the API for transfer-objects.
net.sf.mmm.util.transferobject.base - package net.sf.mmm.util.transferobject.base
Contains the basic implementation of the transfer-object API.
net.sf.mmm.util.transferobject.impl.spring - package net.sf.mmm.util.transferobject.impl.spring
 
net.sf.mmm.util.value.impl - package net.sf.mmm.util.value.impl
 
newInstance(TO) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtilLimited
Deprecated.
This method creates a new instance of the AbstractTransferObject given as template.
newInstance(TO) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilLimitedImpl
Deprecated.
 

O

OBJECT_ID_ILLEGAL - Static variable in interface net.sf.mmm.util.entity.api.EntityId
An illegal value for the object-id.
OBJECT_ID_MINIMUM_CUSTOM - Static variable in interface net.sf.mmm.util.entity.api.EntityId
The minimum object-id that can be used for custom entities.
objectId - Variable in class net.sf.mmm.util.entity.base.EntityIdImpl
 

P

PersistenceEntity<ID> - Interface in net.sf.mmm.util.entity.api
This is the interface to mark a RevisionedEntity that represents an entity of the persistence.
persistentEntity - Variable in class net.sf.mmm.util.transferobject.api.EntityTo
 
PersistentEntityAccess() - Constructor for class net.sf.mmm.util.transferobject.api.EntityTo.PersistentEntityAccess
 
pojoUtil - Variable in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 

R

RADIX - Static variable in interface net.sf.mmm.util.entity.api.EntityId
This radix is used to convert numbers to/from strings.
revision - Variable in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
 
revision - Variable in class net.sf.mmm.util.entity.base.EntityIdImpl
 
revision - Variable in class net.sf.mmm.util.transferobject.api.EntityTo
 
RevisionedEntity<ID> - Interface in net.sf.mmm.util.entity.api
This is the interface for a GenericEntity that is (potentially) revision-controlled.

S

SEPARATOR - Static variable in interface net.sf.mmm.util.entity.api.EntityId
the delimiter used in the string representations of an id
SEPARATOR_CHAR - Static variable in interface net.sf.mmm.util.entity.api.EntityId
The delimiter used in the string representations of an id.
serialVersionUID - Static variable in class net.sf.mmm.util.entity.base.AbstractEntityId
 
serialVersionUID - Static variable in class net.sf.mmm.util.entity.base.AbstractGenericEntity
 
serialVersionUID - Static variable in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
 
serialVersionUID - Static variable in class net.sf.mmm.util.entity.base.EntityIdImpl
 
serialVersionUID - Static variable in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
 
serialVersionUID - Static variable in class net.sf.mmm.util.transferobject.api.CompositeTo
 
serialVersionUID - Static variable in class net.sf.mmm.util.transferobject.api.DataTo
 
serialVersionUID - Static variable in class net.sf.mmm.util.transferobject.api.EntityTo
 
setComposedValueConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
setDatatypeDetector(DatatypeDetector) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
setId(ID) - Method in interface net.sf.mmm.util.entity.api.MutableGenericEntity
This method sets the ID of this entity.
setId(ID) - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
 
setId(ID) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
 
setModificationCounter(int) - Method in interface net.sf.mmm.util.entity.api.MutableGenericEntity
This method sets the modification counter of this entity.
setModificationCounter(int) - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
 
setModificationCounter(int) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
 
setPersistentEntity(EntityTo<ID>, PersistenceEntity<ID>) - Method in class net.sf.mmm.util.transferobject.api.EntityTo.PersistentEntityAccess
Sets the internal PersistenceEntity reference of the given EntityTo.
setPersistentEntity(EntityTo<ID>, PersistenceEntity<ID>) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl.EtoHelper
Deprecated.
 
setPersistentEntity(EntityTo<ID>, PersistenceEntity<ID>) - Method in class net.sf.mmm.util.value.impl.ValueConverterEntityToEto.EtoHelper
 
setReflectionUtil(PojoUtil) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
setRevision(Number) - Method in interface net.sf.mmm.util.entity.api.MutableRevisionedEntity
This method sets the revision of this entity.
setRevision(Number) - Method in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
 
setRevision(Number) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
 
STATE_DETACHED - Static variable in interface net.sf.mmm.util.entity.api.PersistenceEntity
If detach is called on a managed entity, its state changes to detached.
STATE_MANAGED - Static variable in interface net.sf.mmm.util.entity.api.PersistenceEntity
A PersistenceEntity becomes managed when it is persisted or in case it is directly retrieved from the persistent store (database).
STATE_NEW - Static variable in interface net.sf.mmm.util.entity.api.PersistenceEntity
A PersistenceEntity is in the new (or transient) state when it is manually created via its constructor (using new).
STATE_REMOVED - Static variable in interface net.sf.mmm.util.entity.api.PersistenceEntity
If remove is called on a managed entity, its state changes to removed and the entity will be deleted from the persistent store whenever the transaction is committed.

T

toString() - Method in interface net.sf.mmm.util.entity.api.EntityId
The string representation of the EntityId in the following form:
toString() - Method in class net.sf.mmm.util.entity.base.AbstractEntityId
 
toString(StringBuilder) - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
Method to extend Object.toString() logic.
toString(StringBuilder) - Method in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
Method to extend Object.toString() logic.
toString() - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
 
toString(StringBuilder) - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
Method to extend AbstractTransferObject.toString() logic.
toString(StringBuilder) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
Method to extend AbstractTransferObject.toString() logic.
TransferObject - Interface in net.sf.mmm.util.transferobject.api
This is the interface for a transfer-object.
TransferObjectUtil - Interface in net.sf.mmm.util.transferobject.api
Deprecated.
use devon bean-mapping instead
transferObjectUtil() - Method in class net.sf.mmm.util.transferobject.impl.spring.UtilTransferobjectSpringConfig
Deprecated.
 
TransferObjectUtilImpl - Class in net.sf.mmm.util.transferobject.base
Deprecated.
TransferObjectUtilImpl() - Constructor for class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
The constructor.
TransferObjectUtilImpl.EtoHelper - Class in net.sf.mmm.util.transferobject.base
Deprecated.
TransferObjectUtilLimited - Interface in net.sf.mmm.util.transferobject.api
Deprecated.
use devon bean-mapping instead
TransferObjectUtilLimitedImpl - Class in net.sf.mmm.util.transferobject.base
Deprecated.
TransferObjectUtilLimitedImpl() - Constructor for class net.sf.mmm.util.transferobject.base.TransferObjectUtilLimitedImpl
Deprecated.
The constructor.
typeId - Variable in class net.sf.mmm.util.entity.base.EntityIdImpl
 

U

updateModificationCounter(Object, boolean) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtil
Deprecated.
This method recursively updates all modification counters of the ETOs contained in the given container.
updateModificationCounter(Object, boolean) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
Deprecated.
 
UtilTransferobjectSpringConfig - Class in net.sf.mmm.util.transferobject.impl.spring
Deprecated.
UtilTransferobjectSpringConfig() - Constructor for class net.sf.mmm.util.transferobject.impl.spring.UtilTransferobjectSpringConfig
Deprecated.
 

V

ValueConverterEntityToEto - Class in net.sf.mmm.util.value.impl
This class extends AbstractValueConverterToCompatiblePojo for conversion from PersistenceEntity to ETO.
ValueConverterEntityToEto() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterEntityToEto
The constructor.
ValueConverterEntityToEto.EtoHelper - Class in net.sf.mmm.util.value.impl
ValueConverterEtoToEntity - Class in net.sf.mmm.util.value.impl
This class extends AbstractValueConverterToCompatiblePojo for conversion from ETO to PersistenceEntity.
ValueConverterEtoToEntity() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterEtoToEntity
The constructor.

W

writeobject(ObjectOutputStream) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
Force update of modification counter for serialization.
A C D E G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2001–2018 mmm-Team. All rights reserved.