Class VersionableUUIDEntity

  • All Implemented Interfaces:
    de.alpharogroup.db.entity.Identifiable<java.util.UUID>, java.io.Serializable

    @MappedSuperclass
    public abstract class VersionableUUIDEntity
    extends UUIDEntity
    The abstract class VersionableUUIDEntity is a concrete class of UUIDEntity and holds an UUID as primary key with a version property for the optimistic lock value.
    See Also:
    Serialized Form
    • Field Summary

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

        COLUMN_NAME_ID
    • 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
    • Constructor Detail

      • VersionableUUIDEntity

        public VersionableUUIDEntity()