Uses of Enum Class
is.codion.framework.domain.entity.OrderBy.NullOrder
Packages that use OrderBy.NullOrder
Package
Description
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
AttributeDefinition.FRACTION_DIGITSAttributeDefinition.NUMBER_GROUPINGAttributeDefinition.GROUPING_SEPARATORAttributeDefinition.DECIMAL_SEPARATORAttributeDefinition.USE_LEXICAL_STRING_COMPARATORAttributeDefinition.ROUNDING_MODEForeignKeyDefinition.REFERENCE_DEPTH
-
Uses of OrderBy.NullOrder in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that return OrderBy.NullOrderModifier and TypeMethodDescriptionOrderBy.OrderByColumn.nullOrder()static OrderBy.NullOrderReturns the enum constant of this class with the specified name.static OrderBy.NullOrder[]OrderBy.NullOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in is.codion.framework.domain.entity with parameters of type OrderBy.NullOrderModifier and TypeMethodDescriptionOrderBy.Builder.ascending(OrderBy.NullOrder nullOrder, Column<?>... columns) Adds an 'ascending' order by for the given columnsOrderBy.Builder.ascendingIgnoreCase(OrderBy.NullOrder nullOrder, Column<String>... columns) Adds an 'ascending' order by ignoring case for the given columnsOrderBy.Builder.descending(OrderBy.NullOrder nullOrder, Column<?>... columns) Adds a 'descending' order by for the given columnsOrderBy.Builder.descendingIgnoreCase(OrderBy.NullOrder nullOrder, Column<String>... columns) Adds a 'descending' order by ignoring case for the given columns