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.REFERENCE_DEPTH
Attribute related classes.
Provides a type-safe condition API for building SQL WHERE clauses programmatically.
Package configuration values:
EntityApplicationModel.SAVE_DEFAULT_USERNAME
EntityApplicationModel.USER
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.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 custom conditionsDefines 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.attributeClassDescriptionCreates
ColumnCondition
s.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
.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 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
Condition
API. -