Uses of Enum Class
io.objectbox.annotation.ConflictStrategy
Packages that use ConflictStrategy
Package
Description
Annotations to mark a class as an
@Entity,
to specify the @Id Property,
to create an @Index or
a @Transient Property.-
Uses of ConflictStrategy in io.objectbox.annotation
Methods in io.objectbox.annotation that return ConflictStrategyModifier and TypeMethodDescriptionstatic ConflictStrategyReturns the enum constant of this class with the specified name.static ConflictStrategy[]ConflictStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.