Uses of Class
it.tidalwave.util.Id
-
Packages that use Id Package Description it.tidalwave.role it.tidalwave.util -
-
Uses of Id in it.tidalwave.role
Methods in it.tidalwave.role that return Id Modifier and Type Method Description Id
IdFactory. createId()
Creates a new id.Id
IdFactory. createId(java.lang.Class<?> objectClass)
Creates a new id for an object of the given class.Id
IdFactory. createId(java.lang.Class<?> objectClass, java.lang.Object object)
Creates a new id for the given object of the given class.Id
Identifiable. getId()
Returns the identifier.Methods in it.tidalwave.role with parameters of type Id Modifier and Type Method Description static Identifiable
Identifiable. of(Id id)
Returns a default instance which returns the given idr. -
Uses of Id in it.tidalwave.util
Methods in it.tidalwave.util that return Id Modifier and Type Method Description 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)
-