Hierarchy For Package io.objectbox.annotation

Package Hierarchies:

Annotation Type Hierarchy

  • io.objectbox.annotation.Backlink (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.BaseEntity (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.Convert (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.DefaultValue (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.Entity (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.Id (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.IdCompanion (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.Index (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.NameInDb (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.Sync (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.TargetIdProperty (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.Transient (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.Type (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.Uid (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.Unique (implements java.lang.annotation.Annotation)
  • io.objectbox.annotation.Unsigned (implements java.lang.annotation.Annotation)

Enum Hierarchy

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)