Uses of Interface
is.codion.framework.domain.entity.OrderBy
Packages that use OrderBy
Package
Description
Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPE
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
AttributeDefinition.MAXIMUM_FRACTION_DIGITS
AttributeDefinition.TIME_FORMAT
AttributeDefinition.NUMBER_FORMAT_GROUPING
AttributeDefinition.GROUPING_SEPARATOR
AttributeDefinition.DECIMAL_SEPARATOR
AttributeDefinition.USE_LEXICAL_STRING_COMPARATOR
AttributeDefinition.DATE_TIME_FORMAT
AttributeDefinition.DATE_FORMAT
AttributeDefinition.DECIMAL_ROUNDING_MODE
ForeignKeyDefinition.FOREIGN_KEY_REFERENCE_DEPTH
Package configuration values:
EntityApplicationModel.USERNAME_PREFIX
EntityApplicationModel.SAVE_DEFAULT_USERNAME
EntityEditModel.POST_EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.HANDLE_EDIT_EVENTS
EntityTableModel.ORDER_QUERY_BY_SORT_ORDER
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
Package configuration values:
EntityComboBoxModel.HANDLE_EDIT_EVENTS
-
Uses of OrderBy in is.codion.framework.db
Methods in is.codion.framework.db that return types with arguments of type OrderByMethods in is.codion.framework.db with parameters of type OrderBy -
Uses of OrderBy in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that return OrderByModifier and TypeMethodDescriptionstatic OrderBy
Creates an ascending OrderBy for the given columns.OrderBy.Builder.build()
static OrderBy
OrderBy.descending
(Column<?>... columns) Creates a descending OrderBy for the given columns.Methods in is.codion.framework.domain.entity that return types with arguments of type OrderByMethods in is.codion.framework.domain.entity with parameters of type OrderByModifier and TypeMethodDescriptionSets the order by clause for this entity type. -
Uses of OrderBy in is.codion.framework.model
Methods in is.codion.framework.model that return types with arguments of type OrderByModifier and TypeMethodDescriptionEntityQueryModel.orderBy()
Controls the order by clause to use when selecting the data for this model.AbstractEntityTableModel.orderByFromSortModel()
Methods in is.codion.framework.model with parameters of type OrderBy -
Uses of OrderBy in is.codion.swing.framework.model
Methods in is.codion.swing.framework.model that return types with arguments of type OrderBy -
Uses of OrderBy in is.codion.swing.framework.model.component
Methods in is.codion.swing.framework.model.component with parameters of type OrderByModifier and TypeMethodDescriptionSpecifies theOrderBy
to use when selecting entities for this model.