Uses of Enum Class
io.camunda.zeebe.db.impl.DbForeignKey.MatchType
Packages that use DbForeignKey.MatchType
-
Uses of DbForeignKey.MatchType in io.camunda.zeebe.db.impl
Methods in io.camunda.zeebe.db.impl that return DbForeignKey.MatchTypeModifier and TypeMethodDescriptionDbForeignKey.match()Returns the value of thematchrecord component.static DbForeignKey.MatchTypeReturns the enum constant of this class with the specified name.static DbForeignKey.MatchType[]DbForeignKey.MatchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.zeebe.db.impl with parameters of type DbForeignKey.MatchTypeModifierConstructorDescriptionDbForeignKey(K inner, Enum<?> columnFamily, DbForeignKey.MatchType match) DbForeignKey(K inner, Enum<?> columnFamily, DbForeignKey.MatchType match, Predicate<K> skip) Creates an instance of aDbForeignKeyrecord class.