Uses of Package
io.github.mmm.entity.id
-
Packages that use io.github.mmm.entity.id Package Description io.github.mmm.entity Contains API for an entity identified by a primary key.io.github.mmm.entity.bean Contains the API for entity beans.io.github.mmm.entity.id Contains API and implementation for primary keys that uniquely identify an entity.io.github.mmm.entity.link Contains link API and implementation for relations between entities.io.github.mmm.entity.property.builder io.github.mmm.entity.property.id Contains property support for IDs.io.github.mmm.entity.property.link Contains property support for links to entity bean (one-to-one relation). -
Classes in io.github.mmm.entity.id used by io.github.mmm.entity Class Description Id This is the interface for an ID that uniquely identifies a persistent entity of a particulartype
(<E>
). -
Classes in io.github.mmm.entity.id used by io.github.mmm.entity.bean Class Description Id This is the interface for an ID that uniquely identifies a persistent entity of a particulartype
(<E>
).IdFactory Factory to #create -
Classes in io.github.mmm.entity.id used by io.github.mmm.entity.id Class Description AbstractId This is the abstract base implementation ofId
.AbstractInstantId AbstractVersionId Id This is the interface for an ID that uniquely identifies a persistent entity of a particulartype
(<E>
).IdFactories IdFactory Factory to #createIdMapper Interface for mapper that can marshall and unmarshallId
s.LongInstantId LongInstantId.Factory IdFactory
implementation.LongVersionId LongVersionId.Factory IdFactory
implementation.StringInstantId StringInstantId.Factory IdFactory
implementation.StringVersionId StringVersionId.Factory IdFactory
implementation.UuidInstantId UuidInstantId.Factory IdFactory
implementation.UuidVersionId UuidVersionId.Factory IdFactory
implementation. -
Classes in io.github.mmm.entity.id used by io.github.mmm.entity.link Class Description Id This is the interface for an ID that uniquely identifies a persistent entity of a particulartype
(<E>
). -
Classes in io.github.mmm.entity.id used by io.github.mmm.entity.property.builder Class Description IdFactory Factory to #create -
Classes in io.github.mmm.entity.id used by io.github.mmm.entity.property.id Class Description Id This is the interface for an ID that uniquely identifies a persistent entity of a particulartype
(<E>
).IdFactory Factory to #create -
Classes in io.github.mmm.entity.id used by io.github.mmm.entity.property.link Class Description Id This is the interface for an ID that uniquely identifies a persistent entity of a particulartype
(<E>
).IdFactory Factory to #create