Class UserInfos

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

    @Entity
    public class UserInfos
    extends de.alpharogroup.db.entity.uniqueable.UUIDEntity
    The entity class UserInfos UserInfos hold user specific information
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.alpharogroup.db.entity.uniqueable.UUIDEntity

        de.alpharogroup.db.entity.uniqueable.UUIDEntity.UUIDEntityBuilder<C extends de.alpharogroup.db.entity.uniqueable.UUIDEntity,​B extends de.alpharogroup.db.entity.uniqueable.UUIDEntity.UUIDEntityBuilder<C,​B>>
      • Nested classes/interfaces inherited from class de.alpharogroup.db.entity.base.UniqueableEntity

        de.alpharogroup.db.entity.base.UniqueableEntity.UniqueableEntityBuilder<PK extends java.io.Serializable,​C extends de.alpharogroup.db.entity.base.UniqueableEntity<PK>,​B extends de.alpharogroup.db.entity.base.UniqueableEntity.UniqueableEntityBuilder<PK,​C,​B>>
    • Field Summary

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

        COLUMN_NAME_ID
    • Constructor Summary

      Constructors 
      Constructor Description
      UserInfos()  
    • Method Summary

      • Methods inherited from class de.alpharogroup.db.entity.base.UniqueableEntity

        canEqual, equals, getId, hashCode, setId, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UserInfos

        public UserInfos()