Class UniqueableEntity<PK extends java.io.Serializable>

  • Type Parameters:
    PK - the generic type of the UUID technical primary key
    All Implemented Interfaces:
    de.alpharogroup.db.entity.Identifiable<PK>, java.io.Serializable
    Direct Known Subclasses:
    UUIDEntity

    @MappedSuperclass
    public abstract class UniqueableEntity<PK extends java.io.Serializable>
    extends java.lang.Object
    implements java.io.Serializable, de.alpharogroup.db.entity.Identifiable<PK>
    The class UniqueableEntity holds an UUID as primary key
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface de.alpharogroup.db.entity.Identifiable

        COLUMN_NAME_ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface de.alpharogroup.db.entity.Identifiable

        getId, setId
    • Constructor Detail

      • UniqueableEntity

        public UniqueableEntity()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object