Uses of Class
it.tidalwave.util.Id
-
Packages that use Id Package Description it.tidalwave.util it.tidalwave.util.spi -
-
Uses of Id in it.tidalwave.util
Methods in it.tidalwave.util that return Id Modifier and Type Method Description Id
IdFactory. createId()
Creates a new id.default Id
IdFactory. createId(java.lang.Class<?> objectClass)
Creates a new id for an object of the given class.default Id
IdFactory. createId(java.lang.Class<?> objectClass, java.lang.Object object)
Creates a new id for the given object of the given class.static Id
Id. of(java.lang.Object value)
static Id
Id. ofUuid()
Methods in it.tidalwave.util with parameters of type Id Modifier and Type Method Description int
Id. compareTo(Id other)
-
Uses of Id in it.tidalwave.util.spi
Methods in it.tidalwave.util.spi with parameters of type Id Modifier and Type Method Description protected java.util.Optional<T>
FinderWithIdMapSupport. findById(Id id)
protected java.util.Optional<T>
FinderWithIdSupport. findById(Id id)
F
FinderWithId. withId(Id id)
F
FinderWithIdSupport. withId(Id id)
-