Uses of Package
is.codion.framework.domain.entity.condition
Packages that use is.codion.framework.domain.entity.condition
Package
Description
Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPE
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
EntityConnectionProvider.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
Attribute related classes.
Provides a type-safe condition API for building SQL WHERE clauses programmatically.
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.ORDER_QUERY
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.EDIT_EVENTS
-
Classes in is.codion.framework.domain.entity.condition used by is.codion.framework.db
-
Classes in is.codion.framework.domain.entity.condition used by is.codion.framework.db.rmi
-
Classes in is.codion.framework.domain.entity.condition used by is.codion.framework.domain.entityClassDescriptionProvides condition strings for custom conditionsDefines a custom condition type that can be used to create complex SQL WHERE clauses that cannot be expressed using the standard
ConditionAPI. -
Classes in is.codion.framework.domain.entity.condition used by is.codion.framework.domain.entity.attributeClassDescriptionCreates
ColumnConditions.A ForeignKey based condition for filtering entities by their relationships. -
Classes in is.codion.framework.domain.entity.condition used by is.codion.framework.domain.entity.conditionClassDescriptionA condition based on a single
Column.CreatesColumnConditions.Specifies a query condition for filtering entities from the database.An interface encapsulating a combination of Condition instances, that should be either AND'ed or OR'ed together in a query contextDefines a custom condition type that can be used to create complex SQL WHERE clauses that cannot be expressed using the standardConditionAPI.A customConditionbased on aConditionString.A ForeignKey based condition for filtering entities by their relationships. -
Classes in is.codion.framework.domain.entity.condition used by is.codion.framework.json.domain
-
Classes in is.codion.framework.domain.entity.condition used by is.codion.framework.model
-
Classes in is.codion.framework.domain.entity.condition used by is.codion.framework.model.testClassDescriptionDefines a custom condition type that can be used to create complex SQL WHERE clauses that cannot be expressed using the standard
ConditionAPI. -