Uses of Enum Class
tech.ailef.dbadmin.external.dto.CompareOperator
Packages that use CompareOperator
Package
Description
Representation of the user database and repository classes.
Data objects used in primarily in requests and responses
-
Uses of CompareOperator in tech.ailef.dbadmin.external.dbmapping
Methods in tech.ailef.dbadmin.external.dbmapping that return types with arguments of type CompareOperatorModifier and TypeMethodDescriptionabstract List<CompareOperator>DbFieldType.getCompareOperators()Returns a list of compare operators that can be used to compare two values for this field type. -
Uses of CompareOperator in tech.ailef.dbadmin.external.dto
Methods in tech.ailef.dbadmin.external.dto that return CompareOperatorModifier and TypeMethodDescriptionQueryFilter.getOp()Returns the operator of the boolean conditionstatic CompareOperatorReturns the enum constant of this class with the specified name.static CompareOperator[]CompareOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tech.ailef.dbadmin.external.dto with parameters of type CompareOperator