All Classes
-
All Classes Interface Summary Enum Summary Annotation Types Summary Class Description Backlink Defines a backlink relation, which is based on another relation reversing the direction.BaseEntity Marks a class as an ObjectBox Entity super class.Beta APIs annotated with @Beta may change and may be even removed in a future release (but is somewhat less likely compared toExperimental).ConflictStrategy Used withUniqueto specify the conflict resolution strategy.Convert Supplies aconverterto store custom Property types as a supportedConvert.dbType().DatabaseType Use with@Typeto override how a property value is stored and interpreted in the database.DefaultValue Defines the Java code of the default value to use for a property, when getting an existing entity and the database value for the property is null.Entity Marks a class as an ObjectBox Entity.Experimental APIs annotated with @Experimental are likely to change and may be even removed in a future release.Id Marks the ID property of an@Entity.IdCompanion Marks a property as a companion to an @Id property.Index Specifies that the property should be indexed.IndexType ObjectBox offers a value and two hash index types, from which it chooses a reasonable default (seeIndexType.DEFAULT).Internal APIs annotated with @Internal must NOT be used.NameInDb Allows to specify a simple name mapping for entities and properties.PropertyConverter<P,D> To use custom types in your entity, implement this to convert db values to entity values and back.Sync Enables sync for anEntityclass.TargetIdProperty Defines the property serving as the target ID of a ToOne.Transient Transient fields are not persisted in the database.Type Use on a property to override how its value is stored and interpreted in the database.Uid UIDs identify entities (and properties) uniquely in the meta object model file (objectbox-model/default.json).Unique Enforces that the value of a property is unique among all objects in a box before an object can be put.Unsigned Indicates that values of an integer property (e.g.