Uses of Class
is.codion.framework.domain.entity.exception.AttributeValidationException
Packages that use AttributeValidationException
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
Attribute related classes.
Domain model exception related classes.
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.PUBLISH_PERSISTENCE_EVENTS
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
EntitySearchModel.PERSISTENCE_AWARE
-
Uses of AttributeValidationException in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that throw AttributeValidationException -
Uses of AttributeValidationException in is.codion.framework.domain.entity.attribute
Methods in is.codion.framework.domain.entity.attribute that throw AttributeValidationExceptionModifier and TypeMethodDescriptionvoidValidates the value of this attribute as found in the given entity.voidValidates the value of this attribute as found in the given entity. -
Uses of AttributeValidationException in is.codion.framework.domain.entity.exception
Subclasses of AttributeValidationException in is.codion.framework.domain.entity.exceptionModifier and TypeClassDescriptionfinal classIndicates an invalid item.final classIndicates that a non-null attribute has a null value.Methods in is.codion.framework.domain.entity.exception that return types with arguments of type AttributeValidationExceptionConstructors in is.codion.framework.domain.entity.exception with parameters of type AttributeValidationExceptionConstructor parameters in is.codion.framework.domain.entity.exception with type arguments of type AttributeValidationExceptionModifierConstructorDescription -
Uses of AttributeValidationException in is.codion.framework.model
Methods in is.codion.framework.model that throw AttributeValidationException