Annotation Type Source


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface Source
    Optional annotation in conjunction with Version and timestamp version properties indicating the source of the timestamp value.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      SourceType value
      How is the timestamp generated? Default is a JVM generated value.
    • Element Detail

      • value

        SourceType value
        How is the timestamp generated? Default is a JVM generated value.
        Default:
        org.hibernate.annotations.SourceType.VM