Class AutoBaseEntity<PK extends java.io.Serializable>

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

    @MappedSuperclass
    public abstract class AutoBaseEntity<PK extends java.io.Serializable>
    extends java.lang.Object
    implements java.io.Serializable, de.alpharogroup.db.entity.Identifiable<PK>
    The class AutoBaseEntity holds the primary key with generation type strategy auto
    See Also:
    Serialized Form
    • Field Summary

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

        COLUMN_NAME_ID
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoBaseEntity()  
    • 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

      • AutoBaseEntity

        public AutoBaseEntity()
    • Method Detail

      • toString

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