Uses of Class
is.codion.common.utilities.TypeReference
Packages that use TypeReference
Package
Description
Dynamic proxy related classes.
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 TypeReference in is.codion.common.utilities.proxy
Methods in is.codion.common.utilities.proxy with parameters of type TypeReferenceModifier and TypeMethodDescriptionstatic <T> ProxyBuilder<T> ProxyBuilder.of(TypeReference<T> interfaceToProxy) Returns a newProxyBuilderinstance. -
Uses of TypeReference in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity with parameters of type TypeReferenceModifier and TypeMethodDescription<T> Attribute<T> EntityType.attribute(String name, TypeReference<T> typeReference) Creates a newAttribute, associated with this EntityType.<T> Column<T> EntityType.column(String name, TypeReference<T> typeReference) Creates a newColumn, associated with this EntityType. -
Uses of TypeReference in is.codion.framework.domain.entity.attribute
Methods in is.codion.framework.domain.entity.attribute with parameters of type TypeReferenceModifier and TypeMethodDescriptionstatic <T> Attribute<T> Attribute.attribute(EntityType entityType, String name, TypeReference<T> typeReference) Creates a newAttribute, associated with the given entityType.static <T> Column<T> Column.column(EntityType entityType, String name, TypeReference<T> typeReference) Creates a newColumn, associated with the given entityType.