Uses of Class
io.github.mmm.entity.id.AbstractId
-
Packages that use AbstractId Package Description io.github.mmm.entity.id Contains API and implementation for primary keys that uniquely identify an entity. -
-
Uses of AbstractId in io.github.mmm.entity.id
Classes in io.github.mmm.entity.id with type parameters of type AbstractId Modifier and Type Interface Description interface
IdFactory<I,V extends Comparable<?>,ID extends AbstractId<?,I,V>>
Factory to #createSubclasses of AbstractId in io.github.mmm.entity.id Modifier and Type Class Description class
AbstractInstantId<E,I>
class
AbstractVersionId<E,I>
class
LongInstantId<E>
class
LongVersionId<E>
class
StringInstantId<E>
class
StringVersionId<E>
class
UuidInstantId<E>
class
UuidVersionId<E>
Methods in io.github.mmm.entity.id with type parameters of type AbstractId Modifier and Type Method Description <I,V extends Comparable<?>,ID extends AbstractId<?,I,V>>
IdFactory<I,V,ID>IdFactories. getGeeneric(Class<ID> idClass)
Methods in io.github.mmm.entity.id that return AbstractId Modifier and Type Method Description <E> AbstractId<E,I,V>
IdFactory. create(Class<E> type, I id, V version)
-