Class SequenceBaseEntity<PK extends java.io.Serializable>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SEQUENCE_GENERIC_GENERATOR_NAME
      The Constant for the generic sequence name.
      • 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
    • Field Detail

      • SEQUENCE_GENERIC_GENERATOR_NAME

        public static final java.lang.String SEQUENCE_GENERIC_GENERATOR_NAME
        The Constant for the generic sequence name. Note this must be given as name in the annotation SequenceGenerator if you want a sequence for the specific entity.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SequenceBaseEntity

        public SequenceBaseEntity()
    • Method Detail

      • toString

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