Uses of Interface
de.espirit.or.schema.Attribute
Packages that use Attribute
-
Uses of Attribute in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return AttributeModifier and TypeMethodDescription@Nullable Attribute<?>TableTemplate.Mapping.getDBAttribute(String langAbbreviation) Provides the database attribute bound to this mapping for the given language.@Nullable Attribute<?>TableTemplate.Mapping.getDBAttribute(String langAbbreviation, EntityType entityType) Provides the database attribute bound to this mapping for the given language wrt. the named entity type. -
Uses of Attribute in de.espirit.or.schema
Subinterfaces of Attribute in de.espirit.or.schemaModifier and TypeInterfaceDescriptioninterfaceDefinition of a foreign key based attribute.interfaceDefinition of a simple attribute.Methods in de.espirit.or.schema that return AttributeModifier and TypeMethodDescription@Nullable Attribute<?>EntityType.getAttribute(@NotNull String name) Return the attribute with the givenname.<T> @Nullable Attribute<T>EntityType.getAttribute(@NotNull String name, @NotNull Class<T> type) Provides the attribute with the given name if it is of the requested type.Methods in de.espirit.or.schema that return types with arguments of type AttributeModifier and TypeMethodDescriptionCollection<? extends Attribute<?>>EntityType.getAttributes()Return all declared attributes by this entity type.Methods in de.espirit.or.schema with parameters of type AttributeModifier and TypeMethodDescriptionValidator.checkValidity(Entity owner, Attribute<T> attribute, T value) Check the validity of the given value against this constraint.<T> TReturn the value of the given attribute ornull.<T> voidSet the value of the attributeattributetovalue.