类 PropertyGeneration

    • 字段详细资料

      • NEVER

        public static final PropertyGeneration NEVER
        已过时。
        Values for this property are never generated by the database.
      • INSERT

        public static final PropertyGeneration INSERT
        已过时。
        Values for this property are generated by the database on insert.
      • ALWAYS

        public static final PropertyGeneration ALWAYS
        已过时。
        Values for this property are generated by the database on both insert and update.