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
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
Attribute related classes.
Provides a type-safe condition API for building SQL WHERE clauses programmatically.
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
-
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.local
-
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 where clausesDefines a custom condition type that can be used to create complex SQL WHERE clauses that cannot be expressed using the standard
Condition
API. -
Classes in is.codion.framework.domain.entity.condition used by is.codion.framework.domain.entity.attribute
-
Classes in is.codion.framework.domain.entity.condition used by is.codion.framework.domain.entity.conditionClassDescriptionA condition based on a single
Column
.CreatesColumnCondition
s.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 standardCondition
API.A customCondition
based on aConditionProvider
.CreatesForeignKeyCondition
s. -
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
Condition
API. -