Uses of Class
io.objectbox.annotation.ConflictStrategy
-
Packages that use ConflictStrategy Package Description io.objectbox.annotation Annotations to mark a class as an@Entity, to specify the@IdProperty, to create an@Indexor a@TransientProperty. -
-
Uses of ConflictStrategy in io.objectbox.annotation
Methods in io.objectbox.annotation that return ConflictStrategy Modifier and Type Method Description ConflictStrategyonConflict()The strategy to use when a conflict is detected when an object is put.static ConflictStrategyConflictStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConflictStrategy[]ConflictStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-