Annotation Interface GeneratedValue


@Retention(RUNTIME) @Target(allowedTargets=PROPERTY) @Target(METHOD) public @interface GeneratedValue
  • 元素详细资料

    • strategy

      GenerationType strategy
      默认值:
      AUTO
    • generatorType

      Class<? extends IdGenerator> generatorType
      默认值:
      org.babyfish.jimmer.sql.meta.IdGenerator.None.class
    • sequenceName

      String sequenceName
      默认值:
      ""