Uses of Interface
is.codion.framework.domain.entity.attribute.ForeignKey.Reference
Packages that use ForeignKey.Reference
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.
-
Uses of ForeignKey.Reference in is.codion.framework.domain.entity
Method parameters in is.codion.framework.domain.entity with type arguments of type ForeignKey.ReferenceModifier and TypeMethodDescriptionEntityType.foreignKey(String name, List<ForeignKey.Reference<?>> references) Creates a newForeignKeybased on the given references. -
Uses of ForeignKey.Reference in is.codion.framework.domain.entity.attribute
Methods in is.codion.framework.domain.entity.attribute that return ForeignKey.ReferenceModifier and TypeMethodDescription<T> ForeignKey.Reference<T> static <T> ForeignKey.Reference<T> Returns a newForeignKey.Referencebased on the given columns.Methods in is.codion.framework.domain.entity.attribute that return types with arguments of type ForeignKey.ReferenceMethod parameters in is.codion.framework.domain.entity.attribute with type arguments of type ForeignKey.ReferenceModifier and TypeMethodDescriptionstatic ForeignKeyForeignKey.foreignKey(EntityType entityType, String name, List<ForeignKey.Reference<?>> references) Creates a newForeignKeybased on the given entityType and references.