Class UniqueNameEntity<PK extends java.io.Serializable>

  • Type Parameters:
    PK - the generic type of the id
    All Implemented Interfaces:
    de.alpharogroup.db.entity.Identifiable<PK>, de.alpharogroup.db.entity.nameable.IdentifiableNameable<PK>, de.alpharogroup.db.entity.nameable.Nameable, java.io.Serializable
    Direct Known Subclasses:
    VersionableUniqueNameEntity

    @MappedSuperclass
    public abstract class UniqueNameEntity<PK extends java.io.Serializable>
    extends BasicNameEntity<PK>
    The class UniqueNameEntity is a base entity for a table with a single unique value and versionable
    See Also:
    Serialized Form
    • Field Summary

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

        COLUMN_NAME_ID
      • Fields inherited from interface de.alpharogroup.db.entity.nameable.Nameable

        COLUMN_NAME_NAME
    • Method Summary

      • 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
      • Methods inherited from interface de.alpharogroup.db.entity.nameable.Nameable

        getName, setName
    • Constructor Detail

      • UniqueNameEntity

        public UniqueNameEntity​(java.lang.String name)
        Instantiates a new UniqueNameEntity with the given name
        Parameters:
        name - the name