Class PropertyGeneration

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class PropertyGeneration
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated.
    This is replaced by ValueGeneration and GenerationTiming
    Indicates whether given properties are generated by the database and, if so, at what time(s) they are generated.
    See Also:
    Serialized Form
    • Field Detail

      • NEVER

        public static final PropertyGeneration NEVER
        Deprecated.
        Values for this property are never generated by the database.
      • INSERT

        public static final PropertyGeneration INSERT
        Deprecated.
        Values for this property are generated by the database on insert.
      • ALWAYS

        public static final PropertyGeneration ALWAYS
        Deprecated.
        Values for this property are generated by the database on both insert and update.
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated.
      • toString

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