scalation.database.Identifiable
See theIdentifiable companion object
The Identifiable trait provides unique identification for objects.
Value parameters
-
_name
-
the name of the object
-
id
-
the globally unique integer identifier (may use auto-gen)
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Determine whether Identifiable object 'this' equals Identifiable object 'that'. Works since 'id' is unique for all Identifiable objects.
Determine whether Identifiable object 'this' equals Identifiable object 'that'. Works since 'id' is unique for all Identifiable objects.
Attributes
-
Definition Classes
-
Any
Return the hashCode as the unique id.
Return the hashCode as the unique id.
Attributes
-
Definition Classes
-
Any
Return the full identity.
Return the full identity.
Attributes
Get the type of the object.
Get the type of the object.
Attributes