Uses of Interface
is.codion.framework.domain.entity.Entity.Key.Builder
Packages that use Entity.Key.Builder
Package
Description
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
ValueAttributeDefinition.FRACTION_DIGITSValueAttributeDefinition.NUMBER_GROUPINGValueAttributeDefinition.GROUPING_SEPARATORValueAttributeDefinition.DECIMAL_SEPARATORValueAttributeDefinition.USE_LEXICAL_STRING_COMPARATORValueAttributeDefinition.ROUNDING_MODEForeignKeyDefinition.REFERENCE_DEPTH
-
Uses of Entity.Key.Builder in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that return Entity.Key.BuilderModifier and TypeMethodDescriptionEntity.Key.copy()Creates a newEntity.Key.Builderinstance, initialized with the values in this key.Entities.key(EntityType entityType) Entity.Key customerKey = entities.key(Customer.TYPE) .with(Customer.ID, 42) .build();Adds the given column value to this builder