Uses of Interface
de.espirit.or.schema.Attribute
-
Uses of Attribute in de.espirit.firstspirit.access.store.templatestore
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Definition of a foreign key based attribute.interface
Definition of a simple attribute.Modifier 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.Modifier and TypeMethodDescriptionCollection<? extends Attribute<?>>
EntityType.getAttributes()
Return all declared attributes by this entity type.Modifier and TypeMethodDescriptionValidator.checkValidity
(Entity owner, Attribute<T> attribute, T value) Check the validity of the given value against this constraint.<T> T
Return the value of the given attribute ornull
.<T> void
Set the value of the attributeattribute
tovalue
.